-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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] Flaky test - RemoteCloneIndexIT.testCreateCloneIndexFailure #13476
Labels
Comments
|
This was referenced May 9, 2024
8 tasks
9 tasks
This was referenced May 24, 2024
8 tasks
9 tasks
Close this since we have an autocut issue #14292 tracking this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
RemoteCloneIndexIT.testCreateCloneIndexFailure() can fail by timing out. See example.
Related component
Search
To Reproduce
REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.opensearch.action.admin.indices.create.RemoteCloneIndexIT.testCreateCloneIndexFailure" -Dtests.seed=2680BA3A29634182 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=en-MT -Dtests.timezone=America/New_York -Druntime.java=21
Expected behavior
The test should pass and not time out.
Additional Details
No response
The text was updated successfully, but these errors were encountered: