dask / distributed

A distributed task scheduler for Dask
https://distributed.dask.org
BSD 3-Clause "New" or "Revised" License
1.58k stars 718 forks source link

Tests failing on `main` #8947

Open jrbourbeau opened 2 days ago

jrbourbeau commented 2 days ago

We're got a few tests that are consistently failing on main. Here's an example CI build https://github.com/dask/distributed/actions/runs/11938506353/job/33276953098 where I see:

FAILED distributed/tests/test_client.py::test_persist_async - IndexError: tuple index out of range
FAILED distributed/tests/test_client.py::test_release_persisted_collection - IndexError: tuple index out of range
FAILED distributed/tests/test_stress.py::test_stress_creation_and_deletion - AssertionError: assert 'round-b89fc6a0c237768ce10a9bb2612b8163' == 8000884.93
jrbourbeau commented 2 days ago

https://github.com/dask/dask/pull/11525 is the change where test_persist_async and test_release_persisted_collection start failing