diff --git a/server/src/internalClusterTest/java/org/elasticsearch/snapshots/SystemResourceSnapshotIT.java b/server/src/internalClusterTest/java/org/elasticsearch/snapshots/SystemResourceSnapshotIT.java index 73dc98cbed2b3..dcd29ef8beb3a 100644 --- a/server/src/internalClusterTest/java/org/elasticsearch/snapshots/SystemResourceSnapshotIT.java +++ b/server/src/internalClusterTest/java/org/elasticsearch/snapshots/SystemResourceSnapshotIT.java @@ -1149,6 +1149,7 @@ public Collection getSystemDataStreamDescriptors() { .build(), Map.of(), List.of("product"), + "product", ExecutorNames.DEFAULT_SYSTEM_DATA_STREAM_THREAD_POOLS ) ); @@ -1188,6 +1189,7 @@ public Collection getSystemDataStreamDescriptors() { .build(), Map.of(), List.of("product"), + "product", ExecutorNames.DEFAULT_SYSTEM_DATA_STREAM_THREAD_POOLS ) ); @@ -1227,6 +1229,7 @@ public Collection getSystemDataStreamDescriptors() { .build(), Map.of(), List.of("product"), + "product", ExecutorNames.DEFAULT_SYSTEM_DATA_STREAM_THREAD_POOLS ) ); @@ -1295,6 +1298,7 @@ public Collection getSystemDataStreamDescriptors() { .build(), Map.of(), List.of("product"), + "product", ExecutorNames.DEFAULT_SYSTEM_DATA_STREAM_THREAD_POOLS ) );