You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/Users/runner/work/distributed/distributed/distributed/worker.py", line 3991, in validate_taskself.validate_task_released(ts)
File "/Users/runner/work/distributed/distributed/distributed/worker.py", line 3962, in validate_task_releasedassertnotany(ts.key in has_what for has_what inself.has_what.values())
AssertionError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/runner/work/distributed/distributed/distributed/core.py", line 625, in handle_stream
handler(**merge(extra, msg))
File "/Users/runner/work/distributed/distributed/distributed/worker.py", line 1727, in handle_free_keysself.transitions(recommendations, stimulus_id=stimulus_id)
File "/Users/runner/work/distributed/distributed/distributed/worker.py", line 2635, in transitionsself.validate_task(ts)
File "/Users/runner/work/distributed/distributed/distributed/worker.py", line 3999, in validate_taskraiseAssertionError(
AssertionError: Invalid TaskState encountered for <TaskState 'ndarray-c380d2dc1cdf941cb55bb0ea78c929d7' released>.Story:
[('ndarray-c380d2dc1cdf941cb55bb0ea78c929d7', 'ensure-task-exists', 'released', 'compute-task-1650839033.713147', 1650839033.725312)]
https://github.com/dask/distributed/runs/6148662781?check_suite_focus=true
This came out of
test_stress_scatter_death
cc @fjetter @crusaderky @gjoseph92
The text was updated successfully, but these errors were encountered: