-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
needs triageNeeds a response from a contributorNeeds a response from a contributor
Description
The test suite issues a bunch of PytestUnraisableExceptionWarning on the tests that operate with the distributed scheduler and/or with sqlite3, mentioning an improperly shut down service.
Unsure if this is just a test-specific issue or if it highlights a genuine race condition in the shutdown sequence of dask.distributed.
Either way, they should be looked into and cleaned up.
The warnings are currently suppressed by
Lines 176 to 178 in e0529bb
| # FIXME spurious shutdown of distributed workers and/or sqlite3 | |
| "module:Exception ignored:pytest.PytestUnraisableExceptionWarning::", | |
| "module:unclosed database in <sqlite3.Connection:ResourceWarning::", |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs triageNeeds a response from a contributorNeeds a response from a contributor