rehearsal: mutation gate (never merge) - #11
Closed
nzneit wants to merge 21 commits into
Closed
Conversation
mutation gate: fail (score 99.50, break 100)Mutated 2 file(s): src/engine/index.ts, src/engine/instances.ts Undetected mutants (kill each with a test, or annotate with a reasoned
|
…yker-js/TypeScript7 crash (never merge)
… survives CI resource contention (never merge)
nzneit
added a commit
that referenced
this pull request
Aug 5, 2026
Task 10 rehearsal (scratch PR #11, closed without merging): concurrency 1 hit the 15-minute job timeout at a 409-line mutate set with no report produced; concurrency 4 completed the same set cleanly in 7.7 min at 27.5 mutants/min, with no coverage-correlation warnings in the log. Concurrency 4 ships via MUTATION_GATE_EXTRA_ARGS. Derived sustainable threshold (27.5 * 12 / 0.5, rounded) is 700 lines, within 2x of the existing 800 default, so thresholdLines stays unchanged. Also carries back two stryker.conf.json fixes the rehearsal found necessary for the gate to run in CI at all (not rehearsal-specific, so they belong here rather than staying scratch-only): - tsconfigFile pointed at a nonexistent path, sidestepping a crash in Stryker 9.6.1's TSConfigPreprocessor (ts.parseConfigFileTextToJson, removed from TypeScript 7's module surface per D-022) that fired on every invocation regardless of which files were mutated - bun.timeout raised to 120s so the dry run's full-suite pass (~68-90s observed in CI) survives the runner plugin's own internal process timeout, which otherwise killed it well before Stryker's own dryRunTimeoutMinutes ever applied
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.
Scratch PR exercising the mutation gate end to end. Close without merging.