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
fix: Make chaosOnRestart test more reliable (#985)
- Reduce resource count from 50 to 5 to reduce non-determinism
- Wait for b2's semaphores to start before releasing them
- Use waitForCompletion() and assertBuildStatusSuccess() for
proper build completion verification instead of waitForMessage()
The test was flaky due to timing issues with 50 parallel resources
and nested locks across 3 builds resuming after Jenkins restart.
0 commit comments