cas-gf2-shard-degree-8-genuine-exhaustion
- Kind
- witness-replay
- Status
- checked
Supports: the shard manifest's Exhausted row at degree 8 (tail-terms<=2, 4 candidates) is admitted only after re-running the sparse search and confirming both the verdict and the exact candidate count
cargo test -p axeyum-cas --lib gf2_shard::tests::genuine_exhaustion_is_admitted_and_charged -- --exact 2>/dev/null | grep -cE '^test gf2_shard::tests::genuine_exhaustion_is_admitted_and_charged \.\.\. ok$' Evidence notes
Verified both directions on this host: the real test path gives count=1, exit=0; the same command against a deliberately wrong test path (…_WRONG) gives count=0, exit=1. `grep -cE` consumes the whole pipe so it cannot SIGPIPE, and the count is what is tested, so a renamed or deleted test is caught the same way a failing one is.