Open fjetter opened 1 week ago
_See test report for an extended history of previous test failures. This is useful for diagnosing flaky tests._
25 files ±0 25 suites ±0 10h 23m 7s ⏱️ + 15m 6s 4 130 tests ±0 4 014 ✅ - 1 110 💤 ±0 6 ❌ +1 47 692 runs ±0 45 533 ✅ - 2 2 122 💤 +1 37 ❌ +1
For more details on these failures, see this check.
Results for commit 97544d54. ± Comparison against base commit 0d905d53.
:recycle: This comment has been updated with latest results.
https://github.com/dask/distributed/pull/8935 accidentally changed the public API for retire workers. I thought this was used only internally but it is used by
client.retire_workers
as well (and of course whenever the request handler is being used directly)This should restore the API without reverting the changes to the logged event that was the primary intention of #8935