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
I noticed that as well. There are some tests that occasionally flaked before #7698 was merged, I will have to look into those flakes now that #8066 has been on main. Nonetheless, this should greatly reduce the noise coming from test_shuffle.py.
Several tests in test_shuffle.py are very flaky.
If I change
.github/workflows/tests.yaml
as follows, to rerun the tests 20 times (ci1 + not ci1) per environment:I get the following failure rates:
Additionally,
test_crashed_worker_during_transfer
deadlocks in a way that's irrecoverable on Windows, causing the whole test suite to be killed bydistributed/pyproject.toml
Lines 155 to 162 in eb297b3
logs: https://github.com/crusaderky/distributed/actions/runs/5761255813
CC @hendrikmakait
The text was updated successfully, but these errors were encountered: