Skip to content

Commit

Permalink
IGNITE-16381 Fix ItNoThreadsLeftTest (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
SammyVimes committed Jan 24, 2022
1 parent 028b685 commit 7746d49
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -122,6 +122,7 @@ private Set<Thread> getCurrentThreads() {
&& !thread.getName().startsWith("globalEventExecutor")
&& !thread.getName().startsWith("ForkJoinPool")
&& !thread.getName().startsWith("process reaper")
&& !thread.getName().startsWith("CompletableFutureDelayScheduler")
&& !thread.getName().startsWith("parallel"))
.collect(Collectors.toSet());
}
Expand Down

0 comments on commit 7746d49

Please sign in to comment.