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: replace fixed-delay sleep-then-assert races in subscriptionReplay (#1219)
Convert the "await delay(N); assert(side effect landed)" timing races in
unitTests/resources/subscriptionReplay.test.js to condition-waits via the
shared waitFor() helper. These fixed waits raced loaded CI runners and are
an instance of the flakiness tracked in #1138. Legitimate sleeps that model
elapsed time (subscribe-then-write gaps, collect() quiet periods) are left
as-is.
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments