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

[CI] FullClusterRestartIT.TestRollupAfterRestart failing #93408

Closed
craigtaverner opened this issue Feb 1, 2023 · 4 comments
Closed

[CI] FullClusterRestartIT.TestRollupAfterRestart failing #93408

craigtaverner opened this issue Feb 1, 2023 · 4 comments
Labels
:Delivery/Build Build or test infrastructure Team:Delivery Meta label for Delivery team >test-failure Triaged test failures from CI

Comments

@craigtaverner
Copy link
Contributor

craigtaverner commented Feb 1, 2023

Many tests are failing repeatedly over the last couple of days. All have the same errors:

java.lang.RuntimeException: An error occurred orchestrating test cluster.
Caused by: java.io.IOException: (No message provided)
at org.elasticsearch.test.cluster.util.IOUtils.deleteWithRetry0(IOUtils.java:162)

Other tests failing:

CI Link

https://gradle-enterprise.elastic.co/s/owosjezvuspf6/tests/:x-pack:qa:full-cluster-restart:v7.17.9%23bwcTest/org.elasticsearch.xpack.restart.FullClusterRestartIT/testRollupAfterRestart%20%7Bcluster=UPGRADED%7D

Repro line

./gradlew ':x-pack:qa:full-cluster-restart:v7.17.9#bwcTest' -Dtests.class="org.elasticsearch.xpack.restart.FullClusterRestartIT" -Dtests.method="testRollupAfterRestart {cluster=UPGRADED}" -Dtests.seed=642657C8CB419BB0 -Dtests.bwc=true -Dtests.locale=es-SV -Dtests.timezone=America/Indiana/Indianapolis -Druntime.java=19

Does it reproduce?

Yes

Applicable branches

main

Failure history

https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.xpack.restart.FullClusterRestartIT&tests.test=testRollupAfterRestart%20%7Bcluster%3DUPGRADED%7D

Failure excerpt

java.lang.RuntimeException: An error occurred orchestrating test cluster.
Caused by: java.io.IOException: (No message provided)
at org.elasticsearch.test.cluster.util.IOUtils.deleteWithRetry0(IOUtils.java:162)
@craigtaverner craigtaverner added :Delivery/Build Build or test infrastructure >test-failure Triaged test failures from CI Team:Delivery Meta label for Delivery team labels Feb 1, 2023
@elasticsearchmachine
Copy link
Collaborator

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

@craigtaverner
Copy link
Contributor Author

Reverting the PR #93062 allows the test to pass locally, so this appears to be the culprit for these failures.

@valeriy42
Copy link
Contributor

I have noticed several cases where only MlConfigIndexMappingsFullClusterRestartIT was failing: #93504. Maybe this is related.

@mark-vieira
Copy link
Contributor

This was resolved by #93486.

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-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

4 participants