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
Describe the bug org.opensearch.common.blobstore.stream.read.listener.ReadContextListenerTests.testReadContextListenerFailure is flaky.
https://build.ci.opensearch.org/job/gradle-check/24473/testReport/junit/org.opensearch.common.blobstore.stream.read.listener/ReadContextListenerTests/testReadContextListenerFailure/
To Reproduce
REPRODUCE WITH: ./gradlew ':server:test' --tests "org.opensearch.common.blobstore.stream.read.listener.ReadContextListenerTests.testReadContextListenerFailure" -Dtests.seed=5673BC5FFAEF5B76 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ar-YE -Dtests.timezone=America/Indiana/Knox -Druntime.java=17
Expected behavior 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 Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Fixing flaky test opensearch-project#9776
8c54a86
Signed-off-by: Dharmesh 💤 <[email protected]>
This assert statement assertFalse(Files.exists(fileLocation)) seems flaky, Putting it inside assertBusy to fail only after the assertBusy completes.
assertFalse(Files.exists(fileLocation))
Sorry, something went wrong.
kotwanikunal
Successfully merging a pull request may close this issue.
Describe the bug
org.opensearch.common.blobstore.stream.read.listener.ReadContextListenerTests.testReadContextListenerFailure is flaky.
https://build.ci.opensearch.org/job/gradle-check/24473/testReport/junit/org.opensearch.common.blobstore.stream.read.listener/ReadContextListenerTests/testReadContextListenerFailure/
To Reproduce
REPRODUCE WITH: ./gradlew ':server:test' --tests "org.opensearch.common.blobstore.stream.read.listener.ReadContextListenerTests.testReadContextListenerFailure" -Dtests.seed=5673BC5FFAEF5B76 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ar-YE -Dtests.timezone=America/Indiana/Knox -Druntime.java=17
Expected behavior
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
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: