Closed
Description
Example build scan: https://gradle-enterprise.elastic.co/s/ssxafsqxsb6sy
Happened on Windows 2019.
Reproduction line:
gradlew ':x-pack:plugin:ml:qa:native-multi-node-tests:integTestRunner' --tests "org.elasticsearch.xpack.ml.integration.RegressionIT.testStopAndRestart" \
-Dtests.seed=23440FBF46C6B468 \
-Dtests.security.manager=true \
-Dtests.locale=pt-PT \
-Dtests.timezone=BST \
-Dcompiler.java=13
Doesn't reproduce locally.
Given it happens only on Windows workers, is it just a matter of worker slowness hence requiring increase in suite timeout (currently it's 30m)? (AFAIK Windows workers aren't using a ram disk, hence expected to be slower).
Other issues related to the same test are tracked in #47612