-
Notifications
You must be signed in to change notification settings - Fork 2k
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] UpdateByQueryBasicTests.testMultipleSources is flaky #13912
Comments
Hi Team, REPRODUCE WITH: ./gradlew ':modules:reindex:test' --tests "org.opensearch.index.reindex.UpdateByQueryBasicTests.testMultipleSources" -Dtests.seed=8E7EA906723D86BB -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=en -Dtests.timezone=Antarctica/Rothera -Druntime.java=21 UpdateByQueryBasicTests > testMultipleSources FAILED |
Hi Team |
Describe the bug
org.opensearch.index.reindex.UpdateByQueryBasicTests.testMultipleSources
is flakyStacktrace:
CI: https://build.ci.opensearch.org/job/gradle-check/38717/testReport/org.opensearch.index.reindex/UpdateByQueryBasicTests/testMultipleSources/
Related component
Indexing
To Reproduce
REPRODUCE WITH: ./gradlew ':modules:reindex:test' --tests "org.opensearch.index.reindex.UpdateByQueryBasicTests.testMultipleSources" -Dtests.seed=312DCBFC1E640870 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=es-PY -Dtests.timezone=Poland -Druntime.java=21
Expected behavior
Test should always pass
Additional Details
No response
The text was updated successfully, but these errors were encountered: