You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(circuit-breaker): make property-test coverage deterministic
The accumulate-advances-with-break loop only exercised the `break`
branch when generated advances happened to sum past reset_timeout,
which Hypothesis did not hit on every run — intermittently dropping
coverage to 99.98% and failing --cov-fail-under=100. Map each clock
step to a fraction strictly below reset_timeout instead; no branch,
100% every run.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments