fix(tests): mutation_testing_tests MUT-05/06/07 read ci.yml from the crate dir — dark on every box (#3126) - #3128
Closed
noahgift wants to merge 1 commit into
Closed
fix(tests): mutation_testing_tests MUT-05/06/07 read ci.yml from the crate dir — dark on every box (#3126)#3128noahgift wants to merge 1 commit into
noahgift wants to merge 1 commit into
Conversation
…crate dir — dark on every box (#3126) Tests mut05_ci_mutation_workflow_exists, mut06_mutation_artifacts_captured, and mut07_mutation_timeout_configured in mutation_testing_tests were failing because they used repo-relative paths (`.github/workflows/ci.yml`) while cargo nextest runs them from `crates/aprender-core`. This anchors the paths to `CARGO_MANIFEST_DIR` resolving from the workspace root. Pmat-Ticket: PMAT-1098 Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
noahgift
enabled auto-merge
September 11, 2026 19:31
noahgift
disabled auto-merge
September 11, 2026 19:35
Contributor
Author
|
§13.11 rung 1 — quorum shadow verdict Shadow mode: this records a verdict and merges nothing. A refusal |
This was referenced Sep 11, 2026
noahgift
enabled auto-merge
September 12, 2026 09:16
Contributor
Author
auto-merge was automatically disabled
September 12, 2026 09:23
Pull request was closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #3126.
crates/aprender-core/tests/includes/mut0.rsresolved.github/workflows/ci.ymlwith a repo-relativePath::new(...), but cargo and nextest run every test binary with cwd = the crate dir (crates/aprender-core), so MUT-05/06/07 could not pass on any box — the target was dark until the quick tier ran it (measured 2026-09-11 15:47Z,cargo nextest run -p aprender-core --tests: 3 failed). Every repo path in the file now anchors onCARGO_MANIFEST_DIR/../..(themonorepo_invariants.rspattern; same class as the #3112 fixes forfalsification_model_oracle_tests,realizar_integration_tests,toyota_principles_tests), and each panic prints the path it tried.Written by an agy goal lane (PMAT-1098 phase 3, conversation in the receipt); re-verified by the orchestrator:
No roadmap change on purpose: this PR stays mergeable after the 0.67 train (#3127) squashes.
🤖 Generated with Claude Code