-
-
Notifications
You must be signed in to change notification settings - Fork 757
Flaky tests: ResourceWarning: unclosed cluster SSHCluster #6771
Copy link
Copy link
Closed
Labels
flaky testIntermittent failures on CI.Intermittent failures on CI.
Description
Tests which fail like:
E pytest.PytestUnraisableExceptionWarning: Exception ignored in: <function Cluster.__del__ at 0x7f8b517078b0>
E
E Traceback (most recent call last):
E File "/Users/runner/work/distributed/distributed/distributed/deploy/cluster.py", line 206, in __del__
E _warn(f"unclosed cluster {self_r}", ResourceWarning, source=self)
E ResourceWarning: unclosed cluster SSHCluster(SSHCluster, 'tcp://10.212.18.23:54933', workers=0, threads=0, memory=0 B)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
flaky testIntermittent failures on CI.Intermittent failures on CI.