Skip to content
New issue

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

Regression in test_decide_worker_coschedule_order_neighbors #8255

Closed
crusaderky opened this issue Oct 10, 2023 · 2 comments · Fixed by dask/dask#10660 or #8402
Closed

Regression in test_decide_worker_coschedule_order_neighbors #8255

crusaderky opened this issue Oct 10, 2023 · 2 comments · Fixed by dask/dask#10660 or #8402
Assignees
Labels
bug Something is broken regression

Comments

@crusaderky
Copy link
Collaborator

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
@fjetter
Copy link
Member

fjetter commented Oct 10, 2023

This is actually a regression in dask.order

image

I'll need to investigate a little to see how bad this is

@fjetter
Copy link
Member

fjetter commented Dec 13, 2023

This is still failing and still marked xfailed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken regression
Projects
None yet
3 participants