Skip to content

Commit f7610bf

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 4989727 commit f7610bf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

server/src/test/java/org/elasticsearch/index/engine/ThreadPoolMergeExecutorServiceDiskSpaceTests.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -603,8 +603,8 @@ public void testAbortingOrRunningMergeTaskHoldsUpBudget() throws Exception {
603603
}
604604
if (setThreadPoolMergeSchedulerSetting) {
605605
assertWarnings(
606-
"[indices.merge.scheduler.use_thread_pool] setting was deprecated in Elasticsearch "
607-
+ "and will be removed in a future release. See the breaking changes documentation for the next major version."
606+
"[indices.merge.scheduler.use_thread_pool] setting was deprecated in Elasticsearch "
607+
+ "and will be removed in a future release. See the breaking changes documentation for the next major version."
608608
);
609609
}
610610
}
@@ -890,8 +890,8 @@ public void testUnavailableBudgetBlocksNewMergeTasksFromStartingExecution() thro
890890
}
891891
if (setThreadPoolMergeSchedulerSetting) {
892892
assertWarnings(
893-
"[indices.merge.scheduler.use_thread_pool] setting was deprecated in Elasticsearch "
894-
+ "and will be removed in a future release. See the breaking changes documentation for the next major version."
893+
"[indices.merge.scheduler.use_thread_pool] setting was deprecated in Elasticsearch "
894+
+ "and will be removed in a future release. See the breaking changes documentation for the next major version."
895895
);
896896
}
897897
}
@@ -1047,8 +1047,8 @@ public void testMergeTasksAreUnblockedWhenMoreDiskSpaceBecomesAvailable() throws
10471047
}
10481048
if (setThreadPoolMergeSchedulerSetting) {
10491049
assertWarnings(
1050-
"[indices.merge.scheduler.use_thread_pool] setting was deprecated in Elasticsearch "
1051-
+ "and will be removed in a future release. See the breaking changes documentation for the next major version."
1050+
"[indices.merge.scheduler.use_thread_pool] setting was deprecated in Elasticsearch "
1051+
+ "and will be removed in a future release. See the breaking changes documentation for the next major version."
10521052
);
10531053
}
10541054
}

0 commit comments

Comments
 (0)