Skip to content

Commit

Permalink
Special case profile thread in leaked thread check (#4229)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau authored Nov 10, 2020
1 parent 49044c3 commit aa8e2dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions distributed/utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1421,6 +1421,9 @@ def check_thread_leak():
and "Threaded" not in v.name
and "watch message" not in v.name
and "TCP-Executor" not in v.name
# TODO: Make sure profile thread is cleaned up
# and remove the line below
and "Profile" not in v.name
]
if not bad:
break
Expand Down

0 comments on commit aa8e2dd

Please sign in to comment.