File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
server/src/test/java/org/elasticsearch/index/engine Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments