-
-
Notifications
You must be signed in to change notification settings - Fork 757
Open
Labels
testsUnit tests and/or continuous integrationUnit tests and/or continuous integration
Description
distributed/distributed/scheduler.py
Lines 1951 to 1956 in 223c815
| if self.validate: | |
| assert ws is None or isinstance(ws, WorkerState), ( | |
| type(ws), | |
| ws, | |
| ) | |
| assert ws.address in self.workers |
This bug makes everything crash with AttributeError whenever the top-level function decide_workers returns None.
However, no unit test (where validate=True) catches this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
testsUnit tests and/or continuous integrationUnit tests and/or continuous integration