-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Increase timeout in MixedClusterClientYamlTestSuiteIT #100585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase timeout in MixedClusterClientYamlTestSuiteIT #100585
Conversation
This suite now has a couple of thousand tests, some of which take a couple of seconds, so it times out occasionally. Relaxing the timeout further.
|
Pinging @elastic/es-delivery (Team:Delivery) |
|
This is nuts. Here is a "normal" run where this takes less than 15 minutes: https://gradle-enterprise.elastic.co/s/kyht6stktieh6/tests/overview?class=org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT @brianseeders and I have been talking about this and our theory is that these BWC tests are very sensitive to resource contention on the build agent because many (most) of them spin up multi-cluster tests. In this case, it's a 4 node cluster and depending on what else is running on the machine it can cause the test execution time to explode. Out intended solution there is to strip these tests out and run them more isolated (or not at all in our platform matrix). I'm good with bumping the timeout for now though just to help with these failures. |
Should we change this behavior by setting |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
This suite now has a couple of thousand tests, some of which take a couple of seconds, so it times out occasionally. Relaxing the timeout further. (cherry picked from commit 63b4ee1)
) This suite now has a couple of thousand tests, some of which take a couple of seconds, so it times out occasionally. Relaxing the timeout further. (cherry picked from commit 63b4ee1) Co-authored-by: David Turner <[email protected]>

This suite now has a couple of thousand tests, some of which take a
couple of seconds, so it times out occasionally. Relaxing the timeout
further.