Correct warning testScalingThreadPoolConfiguration
Correct expected warning Closes #45907
This commit is contained in:
parent
01acabb64c
commit
3bc1494d38
|
@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue