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] PitIT.testDeleteAllAndListAllPits test failure #5030

Closed
andrross opened this issue Nov 1, 2022 · 8 comments
Closed

[BUG] PitIT.testDeleteAllAndListAllPits test failure #5030

andrross opened this issue Nov 1, 2022 · 8 comments
Assignees
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run Indexing & Search

Comments

@andrross
Copy link
Member

andrross commented Nov 1, 2022

See failure here: https://build.ci.opensearch.org/job/gradle-check/6141/consoleFull

Not reproducible.

FYI @bharath-techie this looks like a test you recently introduced.

REPRODUCE WITH: ./gradlew ':client:rest-high-level:asyncIntegTest' --tests "org.opensearch.client.PitIT.testDeleteAllAndListAllPits" -Dtests.seed=3700C98642C555AA -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=zh-CN -Dtests.timezone=Greenwich -Druntime.java=17

org.opensearch.client.PitIT > testDeleteAllAndListAllPits FAILED
    java.lang.AssertionError
        at __randomizedtesting.SeedInfo.seed([3700C98642C555AA:7FE4D212C031630F]: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.client.PitIT.testDeleteAllAndListAllPits(PitIT.java:128)
@andrross andrross added bug Something isn't working flaky-test Random test failure that succeeds on second run Indexing & Search untriaged labels Nov 1, 2022
@andrross
Copy link
Member Author

andrross commented Nov 2, 2022

Looks like this was fixed but not backported: #4632

@andrross
Copy link
Member Author

andrross commented Nov 2, 2022

Backports done

@andrross andrross closed this as completed Nov 2, 2022
@andrross
Copy link
Member Author

Reopening as this has failed again: #8901 (comment)

REPRODUCE WITH: ./gradlew ':client:rest-high-level:asyncIntegTest' --tests "org.opensearch.client.PitIT.testDeleteAllAndListAllPits" -Dtests.seed=9165726883A8686F -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ar-AE -Dtests.timezone=Africa/Asmera -Druntime.java=20

org.opensearch.client.PitIT > testDeleteAllAndListAllPits FAILED
    com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=686, name=httpclient-dispatch-2, state=RUNNABLE, group=TGRP-PitIT]
        at __randomizedtesting.SeedInfo.seed([9165726883A8686F:D98169FC015C5ECA]:0)

        Caused by:
        java.lang.AssertionError
            at __randomizedtesting.SeedInfo.seed([9165726883A8686F]: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.client.PitIT$2.onResponse(PitIT.java:118)
            at org.opensearch.client.PitIT$2.onResponse(PitIT.java:114)

@andrross andrross reopened this Jul 27, 2023
@shwetathareja
Copy link
Member

Failed here as well - https://build.ci.opensearch.org/job/gradle-check/22214/

@ketanv3
Copy link
Contributor

ketanv3 commented Aug 25, 2023

@Gaganjuneja
Copy link
Contributor

@shwetathareja
Copy link
Member

@peternied
Copy link
Member

Fixed in #10946

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 Indexing & Search
Projects
None yet
Development

No branches or pull requests

7 participants