Skip to content

Commit 4a3bed8

Browse files
author
Nitsan Wakart
committed
Fix test: add expected threads
1 parent f708c4f commit 4a3bed8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/unit/org/apache/cassandra/tools/OfflineToolUtils.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ public abstract class OfflineToolUtils
7979
"Attach Listener", // spawned in intellij IDEA
8080
"JNA Cleaner", // spawned by JNA
8181
"ThreadLocalMetrics-Cleaner", // spawned by org.apache.cassandra.metrics.ThreadLocalMetrics
82+
"Native reference cleanup thread",
83+
"^ForkJoinPool\\.commonPool-worker-\\d+$"
8284
};
8385

8486
static final String[] NON_DEFAULT_MEMTABLE_THREADS =

0 commit comments

Comments
 (0)