From 3ca4e05171744484be72e472f778385b00dca067 Mon Sep 17 00:00:00 2001 From: Nikola Grcevski Date: Thu, 25 Aug 2022 11:54:45 -0400 Subject: [PATCH] Fix thread names for all platforms --- .../java/org/elasticsearch/threadpool/SimpleThreadPoolIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/internalClusterTest/java/org/elasticsearch/threadpool/SimpleThreadPoolIT.java b/server/src/internalClusterTest/java/org/elasticsearch/threadpool/SimpleThreadPoolIT.java index 51d4fc3437c9d..2c84fe72c147b 100644 --- a/server/src/internalClusterTest/java/org/elasticsearch/threadpool/SimpleThreadPoolIT.java +++ b/server/src/internalClusterTest/java/org/elasticsearch/threadpool/SimpleThreadPoolIT.java @@ -84,7 +84,7 @@ public void testThreadNames() throws Exception { || threadName.contains("readiness-service") || threadName.contains("JVMCI-native") // GraalVM Compiler Thread || threadName.contains("file-settings-watcher") - || threadName.contains("FileSystemWatchService")) { + || threadName.contains("FileSystemWatch")) { // FileSystemWatchService(Linux/Windows), FileSystemWatcher(BSD/AIX) continue; } String nodePrefix = "("