OpenSearch/core
Jason Tedor c75ddd2c85 Fix scaling thread pool test bug
This commit adjusts the expectation for the max number of threads in the
scaling thread pool configuration test. The reason that this expectation
is incorrect is because we removed the limitation that the number of
processors maxes out at 32, instead letting it be the true number of
logical processors on the machine. However, when we removed this
limitation, this test was never adjusted to reflect the new reality yet
it never arose since our tests were not running on machines with
incredibly high core counts.

Relates #20874
2017-07-09 08:00:27 -04:00
..
licenses Preliminary support for ARM 2017-06-30 14:22:20 -04:00
src Fix scaling thread pool test bug 2017-07-09 08:00:27 -04:00
build.gradle Mark Log4j API dependency as non-optional 2017-06-08 16:09:34 -04:00