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] InternalEngineTests.testForceMergeWithSoftDeletesRetentionAndRecoverySource failure #5364

Closed
andrross opened this issue Nov 23, 2022 · 2 comments · Fixed by #13910
Closed
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 v2.15.0 Issues and PRs related to version 2.15.0 v3.0.0 Issues and PRs related to version 3.0.0

Comments

@andrross
Copy link
Member

This is reproducible:

./gradlew ':server:test' --tests "org.opensearch.index.engine.InternalEngineTests.testForceMergeWithSoftDeletesRetentionAndRecoverySource" -Dtests.seed=1766E6A3B733A7AA -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=lv-LV -Dtests.timezone=Asia/Kathmandu -Druntime.java=19

org.opensearch.index.engine.InternalEngineTests > testForceMergeWithSoftDeletesRetentionAndRecoverySource FAILED
    java.lang.AssertionError: 
    Expected: a collection with size <5>
         but: collection size was <6>
        at __randomizedtesting.SeedInfo.seed([1766E6A3B733A7AA:9169E6934A38144D]:0)
        at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
        at org.junit.Assert.assertThat(Assert.java:964)
        at org.junit.Assert.assertThat(Assert.java:930)
        at org.opensearch.index.engine.InternalEngineTests.testForceMergeWithSoftDeletesRetentionAndRecoverySource(InternalEngineTests.java:1907)

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

@andrross andrross added bug Something isn't working untriaged flaky-test Random test failure that succeeds on second run labels Nov 23, 2022
@adnapibar adnapibar added Indexing Indexing, Bulk Indexing and anything related to indexing and removed untriaged labels Nov 29, 2022
@andrross
Copy link
Member Author

andrross commented Feb 7, 2023

Another instance here: https://build.ci.opensearch.org/job/gradle-check/10777

REPRODUCE WITH: ./gradlew ':server:test' --tests "org.opensearch.index.engine.InternalEngineTests.testForceMergeWithSoftDeletesRetentionAndRecoverySource" -Dtests.seed=C75D09DC5A0C3458 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ms -Dtests.timezone=Europe/Bucharest -Druntime.java=19

org.opensearch.index.engine.InternalEngineTests > testForceMergeWithSoftDeletesRetentionAndRecoverySource FAILED
    java.lang.AssertionError: 
    Expected: a collection with size <3>
         but: collection size was <5>
        at __randomizedtesting.SeedInfo.seed([C75D09DC5A0C3458:415209ECA70787BF]:0)
        at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
        at org.junit.Assert.assertThat(Assert.java:964)
        at org.junit.Assert.assertThat(Assert.java:930)
        at org.opensearch.index.engine.InternalEngineTests.testForceMergeWithSoftDeletesRetentionAndRecoverySource(InternalEngineTests.java:1908)

@minalsha minalsha assigned gauravruhela and unassigned owaiskazi19 Nov 15, 2023
sarthakaggarwal97 added a commit to sarthakaggarwal97/OpenSearch that referenced this issue Dec 6, 2023
Signed-off-by: Sarthak Aggarwal <[email protected]>
sarthakaggarwal97 added a commit to sarthakaggarwal97/OpenSearch that referenced this issue Dec 6, 2023
Signed-off-by: Sarthak Aggarwal <[email protected]>
sarthakaggarwal97 added a commit to sarthakaggarwal97/OpenSearch that referenced this issue Dec 6, 2023
Signed-off-by: Sarthak Aggarwal <[email protected]>
@peternied
Copy link
Member

sarthakaggarwal97 added a commit to sarthakaggarwal97/OpenSearch that referenced this issue May 31, 2024
Signed-off-by: Sarthak Aggarwal <[email protected]>
@reta reta added v3.0.0 Issues and PRs related to version 3.0.0 v2.15.0 Issues and PRs related to version 2.15.0 labels May 31, 2024
reta pushed a commit that referenced this issue May 31, 2024
Signed-off-by: Sarthak Aggarwal <[email protected]>
opensearch-trigger-bot bot pushed a commit that referenced this issue May 31, 2024
Signed-off-by: Sarthak Aggarwal <[email protected]>
(cherry picked from commit f50121a)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
reta pushed a commit that referenced this issue May 31, 2024
(cherry picked from commit f50121a)

Signed-off-by: Sarthak Aggarwal <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@sarthakaggarwal97 sarthakaggarwal97 self-assigned this May 31, 2024
parv0201 pushed a commit to parv0201/OpenSearch that referenced this issue Jun 10, 2024
kkewwei pushed a commit to kkewwei/OpenSearch that referenced this issue Jul 24, 2024
…rch-project#13914)

(cherry picked from commit f50121a)

Signed-off-by: Sarthak Aggarwal <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: kkewwei <[email protected]>
wdongyu pushed a commit to wdongyu/OpenSearch that referenced this issue Aug 22, 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 v2.15.0 Issues and PRs related to version 2.15.0 v3.0.0 Issues and PRs related to version 3.0.0
Projects
None yet
7 participants