We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
org.opensearch.recovery.RelocationIT.testIndexSearchAndRelocateConcurrently test is flaky. Failed with following error in https://build.ci.opensearch.org/job/gradle-check/34934/:
java.lang.RuntimeException: Can't get cluster-manager node null
Other
REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.opensearch.recovery.RelocationIT" -Dtests.seed=1331E65F9D8C26DF -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=en -Dtests.timezone=Etc/UTC -Druntime.java=21
However was not able to reproduce it locally with same seed.
test should always pass.
Plugins Please list all plugins currently enabled.
Screenshots If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context Another failing test from same suite: org.opensearch.recovery.RelocationIT.testRelocationWhileIndexingRandom {p0={"cluster.indices.replication.strategy":"SEGMENT"}}
The text was updated successfully, but these errors were encountered:
Another failing test from same suite: org.opensearch.recovery.RelocationIT.testRelocationWhileIndexingRandom {p0={"cluster.indices.replication.strategy":"SEGMENT"}}
Sorry, something went wrong.
[Triage - attendees 1 2 3 4 5 6] @harishbhakuni Thanks for filing.
Failed again here - #14095 (comment)
Closing in favour of #14309
No branches or pull requests
Describe the bug
org.opensearch.recovery.RelocationIT.testIndexSearchAndRelocateConcurrently test is flaky.
Failed with following error in https://build.ci.opensearch.org/job/gradle-check/34934/:
Related component
Other
To Reproduce
REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.opensearch.recovery.RelocationIT" -Dtests.seed=1331E65F9D8C26DF -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=en -Dtests.timezone=Etc/UTC -Druntime.java=21
However was not able to reproduce it locally with same seed.
Expected behavior
test should always pass.
Additional Details
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Another failing test from same suite: org.opensearch.recovery.RelocationIT.testRelocationWhileIndexingRandom {p0={"cluster.indices.replication.strategy":"SEGMENT"}}
The text was updated successfully, but these errors were encountered: