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

Jenkins Randomized Gradle Check Failed on main #3650

Closed
opensearch-ci-bot opened this issue Jun 22, 2022 · 2 comments
Closed

Jenkins Randomized Gradle Check Failed on main #3650

opensearch-ci-bot opened this issue Jun 22, 2022 · 2 comments
Labels
bug Something isn't working cicd

Comments

@opensearch-ci-bot
Copy link
Collaborator

opensearch-ci-bot commented Jun 22, 2022

@opensearch-project/opensearch-core team, please take a look at Build 6216 in gradle_check log for more information.

https://ci.opensearch.org/logs/ci/workflow/OpenSearch_CI/PR_Checks/Gradle_Check/gradle_check_6216.log

@opensearch-ci-bot opensearch-ci-bot added bug Something isn't working cicd labels Jun 22, 2022
@tlfeng
Copy link
Collaborator

tlfeng commented Jun 23, 2022

The first one also occurs in PR #3576 (comment)
The second one is reported in issue #3579

> Task :server:internalClusterTest

REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.opensearch.cluster.routing.allocation.decider.DiskThresholdDeciderIT.testRestoreSnapshotAllocationDoesNotExceedWatermark" -Dtests.seed=4CEE83E26FF11E19 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=es-CO -Dtests.timezone=Pacific/Chatham -Druntime.java=17

org.opensearch.cluster.routing.allocation.decider.DiskThresholdDeciderIT > testRestoreSnapshotAllocationDoesNotExceedWatermark FAILED
    java.lang.AssertionError: 
    Expected: an empty collection
         but: <[[jxjbkkpxnq][1], node[Pbdf_5ypSOel_JaFT_0AVQ], [P], s[STARTED], a[id=g7LW_iiLQfipKHWXqvH7Zg], [jxjbkkpxnq][0], node[Pbdf_5ypSOel_JaFT_0AVQ], [P], s[STARTED], a[id=LFmMTgY2S8Wi-evP9JzAxQ]]>
        at __randomizedtesting.SeedInfo.seed([4CEE83E26FF11E19:5E562583044801A1]: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.cluster.routing.allocation.decider.DiskThresholdDeciderIT.lambda$testRestoreSnapshotAllocationDoesNotExceedWatermark$2(DiskThresholdDeciderIT.java:260)
        at org.opensearch.test.OpenSearchTestCase.assertBusy(OpenSearchTestCase.java:1049)
        at org.opensearch.test.OpenSearchTestCase.assertBusy(OpenSearchTestCase.java:1022)
        at org.opensearch.cluster.routing.allocation.decider.DiskThresholdDeciderIT.testRestoreSnapshotAllocationDoesNotExceedWatermark(DiskThresholdDeciderIT.java:260)
> Task :server:internalClusterTest

REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.opensearch.cluster.routing.allocation.decider.DiskThresholdDeciderIT.testHighWatermarkNotExceeded" -Dtests.seed=4CEE83E26FF11E19 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=es-CO -Dtests.timezone=Pacific/Chatham -Druntime.java=17

org.opensearch.cluster.routing.allocation.decider.DiskThresholdDeciderIT > testHighWatermarkNotExceeded FAILED
    java.lang.AssertionError: Mismatching shard routings: []
    Expected: a collection with size <1>
         but: collection size was <0>
        at __randomizedtesting.SeedInfo.seed([4CEE83E26FF11E19:A5CF6250EF37D7F7]:0)
        at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
        at org.junit.Assert.assertThat(Assert.java:964)
        at org.opensearch.cluster.routing.allocation.decider.DiskThresholdDeciderIT.lambda$assertBusyWithDiskUsageRefresh$5(DiskThresholdDeciderIT.java:362)
        at org.opensearch.test.OpenSearchTestCase.assertBusy(OpenSearchTestCase.java:1049)
        at org.opensearch.cluster.routing.allocation.decider.DiskThresholdDeciderIT.assertBusyWithDiskUsageRefresh(DiskThresholdDeciderIT.java:355)
        at org.opensearch.cluster.routing.allocation.decider.DiskThresholdDeciderIT.testHighWatermarkNotExceeded(DiskThresholdDeciderIT.java:188)

@tlfeng
Copy link
Collaborator

tlfeng commented Sep 30, 2022

Close this issue, the test failure of DiskThresholdDeciderIT > testRestoreSnapshotAllocationDoesNotExceedWatermark will be tracked in issue #4162

@tlfeng tlfeng closed this as completed Sep 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cicd
Projects
None yet
Development

No branches or pull requests

2 participants