We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_decide_worker_coschedule_order_neighbors
dask/dask#10535 broke test_decide_worker_coschedule_order_neighbors:
https://github.com/dask/distributed/actions/runs/6469648247/job/17564120071?pr=8253
# No more than 2 workers should have any keys > assert sum(any(k in w.data for k in keys) for w in workers) <= 2 E assert 5 <= 2
The text was updated successfully, but these errors were encountered:
This is actually a regression in dask.order
I'll need to investigate a little to see how bad this is
Sorry, something went wrong.
distributed
This is still failing and still marked xfailed
fjetter
Successfully merging a pull request may close this issue.
dask/dask#10535 broke
test_decide_worker_coschedule_order_neighbors
:https://github.com/dask/distributed/actions/runs/6469648247/job/17564120071?pr=8253
The text was updated successfully, but these errors were encountered: