Flaky distributed/tests/test_nanny.py::test_repeated_restarts
#6838
Labels
flaky test
Intermittent failures on CI.
I saw this in #6829 (comment) as well. Good news, it's not caused by that PR, bad news, it seems to actually be flaky. I thought I might have fixed this in #6823, but apparently not. This one is a real normal restart failure:
Waited for 2 worker(s) to reconnect after restarting, but after 20s, only 1 have returned
.The
Worker process still alive after 15.999998664855958 seconds, killing
seems a little concerning. It's possible this test needs to be rewritten after #6504, since before it probably didn't actually care if the workers shut down on time.cc @hendrikmakait since I'm curious if #6427 would help here—that cleans up the
Nanny.kill
implementation a bit.https://github.com/dask/distributed/runs/7685981380?check_suite_focus=true#step:11:1327
The text was updated successfully, but these errors were encountered: