-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[BUG] org.opensearch.operateAllIndices.DestructiveOperationsIT.testOpenIndexDefaultBehaviour is flaky #11275
Labels
bug
Something isn't working
flaky-test
Random test failure that succeeds on second run
ShardManagement:Resiliency
Comments
8 tasks
peternied
added
flaky-test
Random test failure that succeeds on second run
and removed
untriaged
labels
Nov 30, 2023
This test case performs 3 actions: Creates indices, Closes them and then re-open them again to validate if the indices was successfully opened or not. From the gradle report, seems like this is a issue from shard-management as indices were closed successfully but experienced ShardLockObtainFailedException on opening the index again
|
github-project-automation
bot
added this to
Cluster Manager Project Board and Shard Management Project Board
Apr 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
flaky-test
Random test failure that succeeds on second run
ShardManagement:Resiliency
Describe the bug
Failure seen on test run https://build.ci.opensearch.org/job/gradle-check/30215/console
To Reproduce
REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.opensearch.operateAllIndices.DestructiveOperationsIT.testOpenIndexDefaultBehaviour" -Dtests.seed=56F5521F6E40D4B4 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ar-SD -Dtests.timezone=Canada/Saskatchewan -Druntime.java=21
The text was updated successfully, but these errors were encountered: