Mutation-testing findings and the hand-verification protocol - #377
Merged
Conversation
…nfig, and the protocol Step 5 of the gold plan closed. The headline is about the TOOL, not the code: both Stryker modes produced false survivors (verified by hand-applying the two scariest mutants — 15 and 7 test failures respectively). By hand-verification AdmissionGate is 35/35 mutation-killed. The run still earned its keep: four survivor clusters were real test-inventory gaps, killed by six tests in #376. stryker-config.json is checked in pinning accurate mode for manual per-release runs; mutation testing is deliberately NOT wired as a CI gate until the false-survivor cause is understood — a gate that cries wolf trains people to ignore gates, which is the one lesson this product cannot afford to teach. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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 gold plan step 5. Both Stryker modes produced false survivors — verified by hand-applying the two scariest mutants (15 and 7 test failures). By hand-verification AdmissionGate is 35/35 mutation-killed. Checked-in accurate-mode config for manual per-release runs; deliberately not a CI gate until the false-survivor cause is understood — a gate that cries wolf trains people to ignore gates.
🤖 Generated with Claude Code