test: kill surviving mutants — engines, signing, schedule & small stores (batch 1)#42
Merged
Merged
Conversation
…res (batch 1) Adds/strengthens xUnit v3 tests (AwesomeAssertions) to kill every non-equivalent surviving mutant identified by Stryker in the batch-1 files: - RetryEngine: constructor null guard (L26); strengthen L44 with ParamName assertion - MatchingEngine: null guards for eventType (L29) and endpoints (L30) - SigningEngine: null/empty webhookId (L49) and null payload (L50) guards; annotate L74 ZeroMemory as equivalent (defensive key wipe, no observable effect) - RetrySchedule: null guard (L50); message + ParamName assertions for empty (L53) and negative (L60); zero-delay boundary test kills the < vs <= mutant (L58) - WebhookSecret: message + ParamName assertion for invalid-base64 path (L39) - InMemoryEndpointStore: null endpoint guard on UpsertAsync (L13); no-op DisableAsync reference-equality test kills the && Enabled logical mutant (L27) Closes #40 Co-authored-by: William de Witt <williamdewitt@users.noreply.github.com>
williamdewitt
added a commit
that referenced
this pull request
Jun 26, 2026
The full-project mutation score is now 96.26% (after #42/#43), so the gate can be ratcheted up from its initial floor. Thresholds become high:90 / low:80 / break:80 — coherent (break == low, the red zone) and meaningful: changed code must clear 80% mutation-kill to merge, while config-touching PRs (which force a full run) pass comfortably against the 96% baseline. Claude-Session: https://claude.ai/code/session_013NxkrufMdQ9cy21T4ZnUNY Co-authored-by: Claude Opus 4.8 <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.
Automated by the agent-in-the-loop for #40. Closes #40.