Flaky distributed/tests/test_client.py::test_threadsafe_compute
#7336
Labels
flaky test
Intermittent failures on CI.
https://github.com/dask/distributed/actions/runs/3494272750/jobs/5849912273#step:18:352
This is weird. Maybe indicates an actual bug? I'm not sure how a task in the queue could be in state
forgotten
.queued->released
removes the task fromscheduler.queue
. So any directqueued->forgotten
transition would go through there first.But given that the whole process dies, perhaps this is a red herring and something much deeper is broken, and this transition happens to be one manifestation of this thing breaking.
The text was updated successfully, but these errors were encountered: