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

Inconsistent Worker.waiting_for_data_count #6319

Closed
crusaderky opened this issue May 10, 2022 · 0 comments · Fixed by #7167
Closed

Inconsistent Worker.waiting_for_data_count #6319

crusaderky opened this issue May 10, 2022 · 0 comments · Fixed by #7167

Comments

@crusaderky
Copy link
Collaborator

crusaderky commented May 10, 2022

At the end of these tests, Worker.waiting_for_data_count does not match the number of tasks where ts.waiting_for_data is true:

FAILED distributed/tests/test_client.py::test_persist_workers_annotate - Asse...
FAILED distributed/tests/test_client.py::test_persist_workers - AssertionError
FAILED distributed/tests/test_failed_workers.py::test_submit_after_failed_worker_async
FAILED distributed/tests/test_failed_workers.py::test_worker_who_has_clears_after_failed_connection
FAILED distributed/tests/test_steal.py::test_steal_communication_heavy_tasks
FAILED distributed/tests/test_worker.py::test_gather_dep_exception_one_task_2
FAILED distributed/tests/test_worker.py::test_missing_released_zombie_tasks
FAILED distributed/tests/test_worker.py::test_missing_released_zombie_tasks_2
FAILED distributed/tests/test_worker.py::test_task_flight_compute_oserror - A...
FAILED distributed/tests/test_cancelled_state.py::test_worker_find_missing - ...
FAILED distributed/tests/test_cancelled_state.py::test_worker_stream_died_during_comm
FAILED distributed/tests/test_cancelled_state.py::test_flight_to_executing_via_cancelled_resumed
FAILED distributed/tests/test_cancelled_state.py::test_flight_cancelled_error
FAILED distributed/tests/test_cancelled_state.py::test_in_flight_lost_after_resumed
FAILED distributed/tests/test_worker_state_machine.py::test_fetch_to_compute

#6318 temporarily disables this check in Worker.validate_state().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant