Skip to content

Deflake RepairGraceSparesInFlightCommit on loaded CI runners#19

Merged
leducp merged 1 commit into
mainfrom
fix_flaky_grace_test
Jun 12, 2026
Merged

Deflake RepairGraceSparesInFlightCommit on loaded CI runners#19
leducp merged 1 commit into
mainfrom
fix_flaky_grace_test

Conversation

@leducp

@leducp leducp commented Jun 12, 2026

Copy link
Copy Markdown
Owner

The commit raced wall clocks (sleep 10 ms vs 50 ms grace); a stalled CI thread overslept the whole window and the repairer legitimately stole the lock. Sync on a started flag and widen the margin to 100x (1 s grace); a maximally-delayed repairer now degrades to a vacuous pass instead of a failure.

The commit raced wall clocks (sleep 10 ms vs 50 ms grace); a stalled CI
thread overslept the whole window and the repairer legitimately stole
the lock. Sync on a started flag and widen the margin to 100x (1 s
grace); a maximally-delayed repairer now degrades to a vacuous pass
instead of a failure.
@leducp leducp merged commit 31649fe into main Jun 12, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant