@@ -524,8 +524,8 @@ public void testAvailableDiskSpaceMonitorSettingsUpdate() throws Exception {
524524 }
525525 if (setThreadPoolMergeSchedulerSetting ) {
526526 assertWarnings (
527- "[indices.merge.scheduler.use_thread_pool] setting was deprecated in Elasticsearch and will be removed in a future release. "
528- + "See the breaking changes documentation for the next major version."
527+ "[indices.merge.scheduler.use_thread_pool] setting was deprecated in Elasticsearch "
528+ + "and will be removed in a future release. See the breaking changes documentation for the next major version."
529529 );
530530 }
531531 }
@@ -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 and will be removed in a future release. "
607- + "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 }
@@ -747,8 +747,8 @@ && randomBoolean()) {
747747 }
748748 if (setThreadPoolMergeSchedulerSetting ) {
749749 assertWarnings (
750- "[indices.merge.scheduler.use_thread_pool] setting was deprecated in Elasticsearch and will be removed in a future release. "
751- + "See the breaking changes documentation for the next major version."
750+ "[indices.merge.scheduler.use_thread_pool] setting was deprecated in Elasticsearch "
751+ + "and will be removed in a future release. See the breaking changes documentation for the next major version."
752752 );
753753 }
754754 }
@@ -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 and will be removed in a future release. "
894- + "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 and will be removed in a future release. "
1051- + "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