-
-
Notifications
You must be signed in to change notification settings - Fork 734
Closed
Labels
bugSomething is brokenSomething is broken
Description
Scheduler.reschedule() is called:
- from Worker.transition_long_running_rescheduled
- from Worker.transition_executing_rescheduled
- from stealing.py
- directly from a bunch of unit tests
If you add "assert False" at the top of the method, only the tests that invoke it directly fail.
Notably, among them there's test_reschedule - in other words, there is nothing at the moment that tests that worker transitions and work stealing are successfully using the method.
Metadata
Metadata
Assignees
Labels
bugSomething is brokenSomething is broken