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][Flaky Test] org.opensearch.remotestore.RemoteStoreStatsIT.testNonZeroPrimaryStatsOnNewlyCreatedIndexWithZeroDocs #11149

Closed
ticheng-aws opened this issue Nov 9, 2023 · 1 comment
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run untriaged

Comments

@ticheng-aws
Copy link
Contributor

Describe the bug
URL: https://build.ci.opensearch.org/job/gradle-check/29779/

To Reproduce

REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.opensearch.remotestore.RemoteStoreStatsIT.testNonZeroPrimaryStatsOnNewlyCreatedIndexWithZeroDocs" -Dtests.seed=1C7FDC2BEF76D934 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=cs -Dtests.timezone=Australia/West -Druntime.java=21
org.opensearch.remotestore.RemoteStoreStatsIT > testNonZeroPrimaryStatsOnNewlyCreatedIndexWithZeroDocs FAILED
    java.lang.AssertionError
        at __randomizedtesting.SeedInfo.seed([1C7FDC2BEF76D934:D18809F7A9690EF2]: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.remotestore.RemoteStoreStatsIT.lambda$testNonZeroPrimaryStatsOnNewlyCreatedIndexWithZeroDocs$16(RemoteStoreStatsIT.java:586)
        at java.****/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:1024)
        at java.****/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
        at org.opensearch.remotestore.RemoteStoreStatsIT.lambda$testNonZeroPrimaryStatsOnNewlyCreatedIndexWithZeroDocs$17(RemoteStoreStatsIT.java:582)
        at org.opensearch.test.OpenSearchTestCase.assertBusy(OpenSearchTestCase.java:1089)
        at org.opensearch.remotestore.RemoteStoreStatsIT.testNonZeroPrimaryStatsOnNewlyCreatedIndexWithZeroDocs(RemoteStoreStatsIT.java:576)


Expected behavior
The test should always pass.

@ticheng-aws ticheng-aws added bug Something isn't working untriaged labels Nov 9, 2023
@ticheng-aws ticheng-aws added the flaky-test Random test failure that succeeds on second run label Nov 9, 2023
@reta
Copy link
Collaborator

reta commented Nov 23, 2023

Duplicate of #10983

@reta reta marked this as a duplicate of #10983 Nov 23, 2023
@reta reta closed this as completed Nov 23, 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 flaky-test Random test failure that succeeds on second run untriaged
Projects
None yet
Development

No branches or pull requests

2 participants