Commit 6f3a03e
Report fences validated, not fences attempted
`total` counts every fence the gate ATTEMPTS, and the summary printed it
as "validated". With nothing failing the two coincide, which is why it
went unnoticed — every green run reported honestly. But a run with
failures overstated its own success: a sample measurement here printed
"19 fence(s) validated, 0 skipped, 10 failed", where only 9 passed.
Now prints passes, with the attempted count alongside so the arithmetic
still reconciles.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent c5865a0 commit 6f3a03e
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
424 | | - | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
425 | 430 | | |
426 | 431 | | |
427 | 432 | | |
| |||
0 commit comments