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

[AUTOCUT] Gradle Check Failure on push to main #6586

Closed
github-actions bot opened this issue Mar 8, 2023 · 1 comment
Closed

[AUTOCUT] Gradle Check Failure on push to main #6586

github-actions bot opened this issue Mar 8, 2023 · 1 comment
Assignees
Labels
bug Something isn't working >test-failure Test failure from CI, local build, etc.

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Mar 8, 2023

Gradle check has failed on push of your commit f79b4dc.
Please examine the workflow log https://build.ci.opensearch.org/job/gradle-check/12117/.
Is the failure a flaky test unrelated to your change?

@github-actions github-actions bot added >test-failure Test failure from CI, local build, etc. bug Something isn't working labels Mar 8, 2023
@kotwanikunal
Copy link
Member

REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.opensearch.cluster.shards.ClusterShardLimitIT.testCreateIndexWithMaxClusterShardSetting" -Dtests.seed=260859169DE19C8B -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=nb-NO -Dtests.timezone=Etc/Greenwich -Druntime.java=19

org.opensearch.cluster.shards.ClusterShardLimitIT > testCreateIndexWithMaxClusterShardSetting FAILED
    java.lang.AssertionError: MaxShardPerCluster 4 should be greater than or equal to MaxShardPerNode 1000
        at __randomizedtesting.SeedInfo.seed([260859169DE19C8B:6CEEA8A830BF5A33]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at org.opensearch.cluster.shards.ClusterShardLimitIT.setMaxShardLimit(ClusterShardLimitIT.java:750)
        at org.opensearch.cluster.shards.ClusterShardLimitIT.testCreateIndexWithMaxClusterShardSetting(ClusterShardLimitIT.java:259)

More at: https://build.ci.opensearch.org/job/gradle-check/12117/testReport/

Unrelated to my change. The failed test has an issue: #6287

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working >test-failure Test failure from CI, local build, etc.
Projects
None yet
Development

No branches or pull requests

1 participant