瀏覽代碼

Tolerate GraalVM compiler threads in testThreadNames (#87105)

Chris Hegarty 3 年之前
父節點
當前提交
eb1be45f0e

+ 1 - 0
server/src/internalClusterTest/java/org/elasticsearch/threadpool/SimpleThreadPoolIT.java

@@ -81,6 +81,7 @@ public class SimpleThreadPoolIT extends ESIntegTestCase {
             // or the ones that are occasionally come up from ESSingleNodeTestCase
             if (threadName.contains("[node_s_0]") // TODO: this can't possibly be right! single node and integ test are unrelated!
                 || threadName.contains("Keep-Alive-Timer")
+                || threadName.contains("JVMCI-native") // GraalVM Compiler Thread
                 || threadName.contains("readiness-service")) {
                 continue;
             }