Skip to content
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 implicit suite timeout to 40 mins #72495

Merged
merged 1 commit into from
Apr 29, 2021

Conversation

albertzaharovits
Copy link
Contributor

The MixedClusterClientYamlTestSuiteIT test suite has been ordained with a 40 mins timeout .

But the ElasticsearchTestBasePlugin overrides the suite annotation, using a system prop, to 30 mins; see also SysGlobals#SYSPROP_TIMEOUT_SUITE .

This has recently caused a timeout fest on windows machines:
https://gradle-enterprise.elastic.co/s/3tftym4uu3s66
https://gradle-enterprise.elastic.co/s/ufgbyhkw3hgsi
https://gradle-enterprise.elastic.co/s/uiox4z3ft7qcm
https://gradle-enterprise.elastic.co/s/3ac6u6iojr67m

This PR increases the value for the system prop override to 40 mins (to match the above suites declarations)

Closes #72393

@albertzaharovits albertzaharovits added >test Issues or PRs that are addressing/adding tests :Delivery/Build Build or test infrastructure labels Apr 29, 2021
@albertzaharovits albertzaharovits self-assigned this Apr 29, 2021
@elasticmachine elasticmachine added the Team:Delivery Meta label for Delivery team label Apr 29, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-delivery (Team:Delivery)

Copy link
Contributor

@breskeby breskeby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@albertzaharovits albertzaharovits merged commit 254ddc4 into elastic:master Apr 29, 2021
@albertzaharovits albertzaharovits deleted the timeout_suite branch April 29, 2021 17:25
albertzaharovits added a commit that referenced this pull request Apr 29, 2021
The MixedClusterClientYamlTestSuiteIT test suite has been ordained with a 40 mins timeout.
But the ElasticsearchTestBasePlugin overrides the suite annotation,
using a system prop, to 30 mins; see also SysGlobals#SYSPROP_TIMEOUT_SUITE .
This PR increases the value for the system prop override to 40 mins,
to match the above suites declarations.

Closes #72393
albertzaharovits added a commit that referenced this pull request Apr 29, 2021
The MixedClusterClientYamlTestSuiteIT test suite has been ordained with a 40 mins timeout.
But the ElasticsearchTestBasePlugin overrides the suite annotation,
using a system prop, to 30 mins; see also SysGlobals#SYSPROP_TIMEOUT_SUITE .
This PR increases the value for the system prop override to 40 mins,
to match the above suites declarations.

Closes #72393
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Delivery/Build Build or test infrastructure Team:Delivery Meta label for Delivery team >test Issues or PRs that are addressing/adding tests v7.13.0 v7.14.0 v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] Several test timeouts in 6.8.16 mixedClusterTests
5 participants