Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix PrioritizedThrottledTaskRunnerTests
These tests try and execute `maxThreads` concurrent tasks to ensure that the rest of the executor's queue has been processed, but due to elastic#93443 (and the executor's zero timeout) this sometimes doesn't work. This commit fixes the problem by making every thread a core thread so that they do not time out. Closes elastic#92910
- Loading branch information