[CI] XPackRestIT different test cases are failing

Each time I run ./gradlew :x-pack:plugin:integTestRunner locally on latest ES master branch, there is one test case failing, always different, some logs examples below:
https://scans.gradle.com/s/lws3q7ozokxmc
https://scans.gradle.com/s/ivnfpufxb6m64
https://scans.gradle.com/s/dk6hlyf6bdhuo

When rerunning failed test case with REPRODUCE WITH command from build log, it passes.

Am I missing something in local setup for running integration tests?

Ok so I figured out the reason, default test suite timeout is 20min and it was slightly not enough for my laptop to finish this task, I increased timeout to 30 min by providing -Dtests.timeoutSuite=1800000! and task finished successfully in ... 21 min :smile:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.