rapidsai/dask-cuda

Tests failing after Distributed upstream changes

pentschev opened this issue · 3 comments

Changes in dask/distributed#8083 have broken all nightly tests. If I didn't overlook anything, only test_explicit_comms.py and test_spill.py tests were broken.

@madsbk would you mind looking at the explicit comms tests? I have to still look in more details of what exactly changed w.r.t. spilling but I see the size of data that gets stored in zict.Buffer has changed, which indicates a change in how sizes are computed or that the stringify changes really changed the underlying stored data.

@rjzamora if you have time can you also take a look here ?

wence- commented

Let me have a go...

wence- commented

Should be fixed by #1225.