Tests failing after Distributed upstream changes
pentschev opened this issue · 3 comments
pentschev commented
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.
wence- commented
Let me have a go...