Skip to content

fix: wait through early soak wakeups - #59

Merged
stefan-jansen merged 1 commit into
mainfrom
fix/provider-soak-deadline
Aug 12, 2026
Merged

fix: wait through early soak wakeups#59
stefan-jansen merged 1 commit into
mainfrom
fix/provider-soak-deadline

Conversation

@stefan-jansen

Copy link
Copy Markdown
Contributor

Closes #58.

Make the provider soak wait against its monotonic deadlines until they have actually elapsed. This prevents early event-loop wakeups from producing a short report on Windows. The regression test uses a deterministic clock that wakes 10 ms early at the final snapshot.

Local verification:

  • 977 tests passed, 29 skipped
  • Ruff, format, ty, strict MkDocs, package build, and pre-commit passed

Copilot AI lite review requested due to automatic review settings August 11, 2026 20:25

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@stefan-jansen
stefan-jansen merged commit 795fdd5 into main Aug 12, 2026
26 checks passed
@stefan-jansen
stefan-jansen deleted the fix/provider-soak-deadline branch August 12, 2026 01:05
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.

Make provider soak timing robust to early event-loop wakeups

2 participants