[P0-02] Repair the test system and make zero executed tests a hard failure #10
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/starintel-server#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Confirmed defects
dev:t/package.lispimports the misspelled, nonexistentstar:*injest-workers*; the actual setting is*ingest-workers*. It also imports actor/runtime symbols fromstar.actorsthat are inherited but not exported. The test ASDF system therefore cannot be trusted to load consistently.The CI smoke workflow only proves
nix run .#star-smokeexited successfully. It does not independently verify suite/test discovery counts, and the repository documentation says service-dependent tests may be skipped.Required changes
asdf:test-system :starintel-gserver-teststhe canonical entry point.Acceptance tests