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.action.bulk.BulkIntegrationIT.testDeleteIndexWhileIndexing flaky #5162

Closed
dblock opened this issue Nov 8, 2022 · 0 comments · Fixed by #5491
Closed
Assignees
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run Indexing & Search

Comments

@dblock
Copy link
Member

dblock commented Nov 8, 2022

Describe the bug

> Task :server:internalClusterTest

REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.opensearch.action.bulk.BulkIntegrationIT.testDeleteIndexWhileIndexing" -Dtests.seed=78AC02BBCA8E2D04 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=vi -Dtests.timezone=America/Argentina/Mendoza -Druntime.java=19

org.opensearch.action.bulk.BulkIntegrationIT > testDeleteIndexWhileIndexing FAILED
    java.lang.AssertionError
        at __randomizedtesting.SeedInfo.seed([78AC02BBCA8E2D04:C7A75499894F54E2]:0)
        at org.junit.Assert.fail(Assert.java:87)
        at org.junit.Assert.assertTrue(Assert.java:42)
        at org.junit.Assert.assertFalse(Assert.java:65)
        at org.junit.Assert.assertFalse(Assert.java:75)
        at org.opensearch.action.bulk.BulkIntegrationIT.testDeleteIndexWhileIndexing(BulkIntegrationIT.java:222)

https://build.ci.opensearch.org/job/gradle-check/6635/consoleFull

#5159 (comment)

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

Successfully merging a pull request may close this issue.

3 participants