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 InternalEngineTests.testUnreferencedFileCleanUpFailsOnSegmentMergeFailureWhenDirectoryClosed #9891

Closed
soosinha opened this issue Sep 7, 2023 · 2 comments
Assignees
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run Indexing:Replication Issues and PRs related to core replication framework eg segrep Indexing Indexing, Bulk Indexing and anything related to indexing >test-failure Test failure from CI, local build, etc.

Comments

@soosinha
Copy link
Member

soosinha commented Sep 7, 2023

Describe the bug
Flaky test failure : org.opensearch.index.engine.InternalEngineTests.testUnreferencedFileCleanUpFailsOnSegmentMergeFailureWhenDirectoryClosed

junit.framework.AssertionFailedError: Expected any of the following exception types: [IOException, IllegalStateException] but no exception was thrown.
	at __randomizedtesting.SeedInfo.seed([F1629301ED2AA739:CA39F823A7D722DF]:0)
	at org.apache.lucene.tests.util.LuceneTestCase.expectThrowsAnyOf(LuceneTestCase.java:2905)
	at org.opensearch.index.engine.InternalEngineTests.testUnreferencedFileCleanUpFailsOnSegmentMergeFailureWhenDirectoryClosed(InternalEngineTests.java:3546)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)

To Reproduce
https://build.ci.opensearch.org/job/gradle-check/24908/

Expected behavior
Test should pass

@soosinha soosinha added bug Something isn't working untriaged labels Sep 7, 2023
@kotwanikunal kotwanikunal added the flaky-test Random test failure that succeeds on second run label Sep 19, 2023
@anasalkouz anasalkouz added Indexing Indexing, Bulk Indexing and anything related to indexing Indexing:Replication Issues and PRs related to core replication framework eg segrep and removed untriaged labels Sep 20, 2023
@shwetathareja shwetathareja added the >test-failure Test failure from CI, local build, etc. label Oct 26, 2023
@RS146BIJAY
Copy link
Contributor

Closing #9891 as completed via #10801.

@ashking94
Copy link
Member

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:Replication Issues and PRs related to core replication framework eg segrep Indexing Indexing, Bulk Indexing and anything related to indexing >test-failure Test failure from CI, local build, etc.
Projects
None yet
Development

No branches or pull requests

9 participants