dask / dask-kubernetes

Native Kubernetes integration for Dask
https://kubernetes.dask.org
BSD 3-Clause "New" or "Revised" License
312 stars 148 forks source link

Experiment with bumping kr8s version #883

Closed jacobtomlinson closed 7 months ago

jacobtomlinson commented 7 months ago

In #880 I've tried bumping to the latest kr8s, but something is causing the test suite to hang. I can reproduce the hang locally too, but when running tests individually they all pass. When running tests with a debugger they all pass.

Bisecting on a hung suite is a little tricky so in this PR I'm going to try and gradually bump the version forward to see if I can isolate which release causes the issues.

jacobtomlinson commented 7 months ago

Ok looks like the first commit that starts to cause intermittent CI hangs is https://github.com/kr8s-org/kr8s/pull/189

jacobtomlinson commented 7 months ago

Switching back to #880 to land this change.