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.index.IndexServiceTests.testAsyncTranslogTrimTaskOnClosedIndex is flaky #11547

Closed
harshavamsi opened this issue Dec 8, 2023 · 4 comments
Assignees
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run Indexing Indexing, Bulk Indexing and anything related to indexing

Comments

@harshavamsi
Copy link
Contributor

Describe the bug
org.opensearch.index.IndexServiceTests.testAsyncTranslogTrimTaskOnClosedIndex is flaky again. Looks like it was addressed earlier -- #6124 and #5414

To Reproduce
REPRODUCE WITH: ./gradlew ':server:test' --tests "org.opensearch.index.IndexServiceTests.testAsyncTranslogTrimTaskOnClosedIndex" -Dtests.seed=AE4E5801E112D5E3 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=es-CL -Dtests.timezone=America/St_Kitts -Druntime.java=21

@harshavamsi harshavamsi added bug Something isn't working untriaged flaky-test Random test failure that succeeds on second run labels Dec 8, 2023
@ankitkala
Copy link
Member

 2> REPRODUCE WITH: ./gradlew ':server:test' --tests "org.opensearch.index.IndexServiceTests.testAsyncTranslogTrimTaskOnClosedIndex" -Dtests.seed=AE4E5801E112D5E3 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=es-CL -Dtests.timezone=America/St_Kitts -Druntime.java=21
  2> [test/P2V5Snd6R3SLA8OCf5jdbQ] IndexNotFoundException[no such index [test]]
        at __randomizedtesting.SeedInfo.seed([AE4E5801E112D5E3:6930AD98B086A97E]:0)
        at app//org.opensearch.indices.IndicesService.indexServiceSafe(IndicesService.java:701)
        at app//org.opensearch.index.IndexServiceTests.testAsyncTranslogTrimTaskOnClosedIndex(IndexServiceTests.java:459)
  1> [2023-12-08T14:26:21,231][INFO ][o.o.i.IndexServiceTests  ] [testRefreshTaskIsUpdated] before test

@peternied
Copy link
Member

[Triage - attendees 1 2 3 4]
@harshavamsi Thanks for filing

@r1walz
Copy link
Contributor

r1walz commented Jun 5, 2024

Unable to reproduce locally, even after 23k runs:

image

@reta
Copy link
Collaborator

reta commented Jun 19, 2024

Closing in favour of #14407

@reta reta closed this as completed Jun 19, 2024
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 Indexing, Bulk Indexing and anything related to indexing
Projects
None yet
Development

No branches or pull requests

6 participants