2024-02-15 13:56:11 +01:00
|
|
|
Index: distributed-2024.2.0/distributed/utils_test.py
|
2022-03-27 20:57:25 +02:00
|
|
|
===================================================================
|
2024-02-15 13:56:11 +01:00
|
|
|
--- distributed-2024.2.0.orig/distributed/utils_test.py
|
|
|
|
+++ distributed-2024.2.0/distributed/utils_test.py
|
|
|
|
@@ -1644,7 +1644,7 @@ def check_thread_leak():
|
2022-03-27 20:57:25 +02:00
|
|
|
yield
|
|
|
|
|
|
|
|
start = time()
|
|
|
|
- while True:
|
|
|
|
+ while False:
|
|
|
|
bad_threads = [
|
|
|
|
thread
|
|
|
|
for thread in threading.enumerate()
|