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

SearchWeightedRoutingIT.testSearchAggregationWithNetworkDisruption_FailOpenEnabled is flaky #5957

Closed
andrross opened this issue Jan 20, 2023 · 3 comments · Fixed by #10955
Closed
Assignees
Labels
bug Something isn't working distributed framework flaky-test Random test failure that succeeds on second run

Comments

@andrross
Copy link
Member

See https://build.ci.opensearch.org/job/gradle-check/9665/

REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.opensearch.search.SearchWeightedRoutingIT.testSearchAggregationWithNetworkDisruption_FailOpenEnabled" -Dtests.seed=4A8AE0253E5B26DF -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ar -Dtests.timezone=Antarctica/Syowa -Druntime.java=19

org.opensearch.search.SearchWeightedRoutingIT > testSearchAggregationWithNetworkDisruption_FailOpenEnabled FAILED
    java.lang.AssertionError
        at __randomizedtesting.SeedInfo.seed([4A8AE0253E5B26DF:BDF0C0BD22B9D3D6]:0)
        at org.junit.Assert.fail(Assert.java:87)
        at org.junit.Assert.assertTrue(Assert.java:42)
        at org.junit.Assert.assertTrue(Assert.java:53)
        at org.opensearch.search.SearchWeightedRoutingIT.assertSearchInAZ(SearchWeightedRoutingIT.java:553)
        at org.opensearch.search.SearchWeightedRoutingIT.testSearchAggregationWithNetworkDisruption_FailOpenEnabled(SearchWeightedRoutingIT.java:646)

@anshu1106 FYI, looks like this test was introduced fairly recently.

@andrross andrross added bug Something isn't working distributed framework flaky-test Random test failure that succeeds on second run labels Jan 20, 2023
@anshu1106
Copy link
Contributor

anshu1106 commented Feb 8, 2023

test failure seen in https://build.ci.opensearch.org/job/gradle-check/10833/

@gbbafna
Copy link
Collaborator

gbbafna commented Feb 20, 2023

One more occurrence : #6378

@anshu1106 anshu1106 self-assigned this Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working distributed framework flaky-test Random test failure that succeeds on second run
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants