Skip to content
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.client.RestClientSingleHostIntegTests.testRequestResetAndAbort is flaky #9034

Closed
reta opened this issue Aug 1, 2023 · 0 comments · Fixed by #9206
Closed
Assignees
Labels
bug Something isn't working Clients Clients within the Core repository such as High level Rest client and low level client flaky-test Random test failure that succeeds on second run untriaged

Comments

@reta
Copy link
Collaborator

reta commented Aug 1, 2023

Describe the bug
The org.opensearch.client.RestClientSingleHostIntegTests.testRequestResetAndAbort is flaky:

java.lang.AssertionError: expected cancellation exception
	at __randomizedtesting.SeedInfo.seed([20E949296E5696F9:14A70E91BC5E7929]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.opensearch.client.RestClientSingleHostIntegTests.testRequestResetAndAbort(RestClientSingleHostIntegTests.java:307)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
	at java.base/java.lang.reflect.Method.invoke(Method.java:578)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakCon

To Reproduce

Reproducible locally when running for some time:

./gradlew  :client:rest:test 

Expected behavior
Test must always pass

Plugins
Standard

Screenshots
If applicable, add screenshots to help explain your problem.

Host/Environment (please complete the following information):

  • CI

Additional context
https://build.ci.opensearch.org/job/gradle-check/21589/testReport/junit/org.opensearch.client/RestClientSingleHostIntegTests/testRequestResetAndAbort/
https://build.ci.opensearch.org/job/gradle-check/21527/testReport/junit/org.opensearch.client/RestClientSingleHostIntegTests/testRequestResetAndAbort/
https://build.ci.opensearch.org/job/gradle-check/21555/testReport/junit/org.opensearch.client/RestClientSingleHostIntegTests/testRequestResetAndAbort/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Clients Clients within the Core repository such as High level Rest client and low level client flaky-test Random test failure that succeeds on second run untriaged
Projects
None yet
2 participants