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
Browse filesBrowse the repository at this point in the historyBrowse files
Alex Wang
committed
test(insight): harden worker lifecycle checks
Make the two shared-timeout tests wait deterministically for their
released lane workers to stop before returning, so their daemon workers
cannot exit between a later test's baseline capture and its assertion.
Replace the fragile process-global thread-count delta in
test_blocked_worker_is_not_replaced with lane-local worker identity,
aliveness, and a lane-scoped worker count. This proves the blocked lane
never spawns a replacement without depending on global thread state.
Product code is unchanged.
0 commit comments