Stabilize the event-loop release gate #886

Merged
timmy merged 1 commits from timmy/884-stabilize-release-gate into main 2026-08-15 10:16:39 +00:00
Owner

Closes #884

The post-merge release run for #885 exposed a load-sensitive timing assertion: the event loop remained non-blocking, but the runner scheduled a 10ms heartbeat after 103ms against an 80ms wall-clock threshold. Replace that clock assertion with worker start/finish events that directly prove the heartbeat executes while the blocking lookup is still running.

Verification: focused test passed 10/10 repeated runs; full suite 1688 passed, 1 skipped.

Closes #884 The post-merge release run for #885 exposed a load-sensitive timing assertion: the event loop remained non-blocking, but the runner scheduled a 10ms heartbeat after 103ms against an 80ms wall-clock threshold. Replace that clock assertion with worker start/finish events that directly prove the heartbeat executes while the blocking lookup is still running. Verification: focused test passed 10/10 repeated runs; full suite 1688 passed, 1 skipped.
timmy added 1 commit 2026-08-15 10:13:17 +00:00
test: make event-loop release gate deterministic (Closes #884)
All checks were successful
CI / lint (pull_request) Successful in 1m53s
CI / build-release (pull_request) Successful in 6s
CI / browser-journey (pull_request) Successful in 59s
CI / release-candidate (pull_request) Has been skipped
8f92286cce
timmy merged commit 5201b18cae into main 2026-08-15 10:16:39 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: stackchain/stackchain-dashboard#886
No description provided.