Correct warning testScalingThreadPoolConfiguration

Correct expected warning

Closes #45907
This commit is contained in:
Mayya Sharipova 2019-08-23 10:30:36 -04:00
parent 01acabb64c
commit 3bc1494d38
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ public class ScalingThreadPoolTests extends ESThreadPoolTestCase {
}); });
if (processorsUsed > availableProcessors) { if (processorsUsed > availableProcessors) {
assertWarnings("setting node.processors to value [" + processorsUsed + assertWarnings("setting [node.processors] to value [" + processorsUsed +
"] which is more than available processors [" + availableProcessors + "] is deprecated"); "] which is more than available processors [" + availableProcessors + "] is deprecated");
} }
} }