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.search.asynchronous.integTests.AsynchronousSearchStatsIT.testNodewiseStats is flakey #105

Open
dblock opened this issue Mar 11, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@dblock
Copy link
Member

dblock commented Mar 11, 2022

Describe the bug

https://github.com/opensearch-project/asynchronous-search/runs/5514037443?check_suite_focus=true

2022-03-11T16:45:31.7781982Z org.opensearch.search.asynchronous.integTests.AsynchronousSearchStatsIT > testNodewiseStats FAILED
2022-03-11T16:45:31.7793454Z 
2022-03-11T16:45:31.7793751Z     java.lang.AssertionError: expected:<1> but was:<0>
2022-03-11T16:45:31.7794233Z         at __randomizedtesting.SeedInfo.seed([ED17663BDAB0F11A:50D6EECED5549CB7]:0)
2022-03-11T16:45:31.7794697Z         at org.junit.Assert.fail(Assert.java:89)
2022-03-11T16:45:31.7795072Z         at org.junit.Assert.failNotEquals(Assert.java:835)
2022-03-11T16:45:31.7795465Z         at org.junit.Assert.assertEquals(Assert.java:647)
2022-03-11T16:45:31.7795835Z         at org.junit.Assert.assertEquals(Assert.java:633)
2022-03-11T16:45:31.7796528Z         at org.opensearch.search.asynchronous.integTests.AsynchronousSearchStatsIT.lambda$testNodewiseStats$1(AsynchronousSearchStatsIT.java:89)
2022-03-11T16:45:31.7797501Z         at java.util.ArrayList.forEach(ArrayList.java:1259)
2022-03-11T16:45:31.7798225Z         at org.opensearch.search.asynchronous.integTests.AsynchronousSearchStatsIT.testNodewiseStats(AsynchronousSearchStatsIT.java:86)
2022-03-11T16:45:36.9802432Z REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.search.asynchronous.integTests.AsynchronousSearchStatsIT.testNodewiseStats" -Dtests.seed=ED17663BDAB0F11A -Dtests.security.manager=false -Dtests.locale=ar-MA -Dtests.timezone=America/Indiana/Vincennes -Druntime.java=8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants