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
While stress-testing #7062, test_RetireWorker_stress, which gracefully removes the best part of the cluster while performing a very heavy computation, failed once out of 162 runs:
Interesting. That assertion is actually "incorrect". This is the code-path for equivalence to scheduling prior to the queuing change. We were okay suggesting workers that weren't running in the past, so we should be now too (even though it's a bit unreasonable). (It's actually essential for the co-assignment logic.)
While stress-testing #7062,
test_RetireWorker_stress
, which gracefully removes the best part of the cluster while performing a very heavy computation, failed once out of 162 runs:https://github.com/crusaderky/distributed/actions/runs/3114670981/jobs/5050785452#step:18:1674
The text was updated successfully, but these errors were encountered: