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 #10061

Closed
github-actions bot opened this issue Sep 15, 2023 · 1 comment
Closed

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

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

Comments

@github-actions
Copy link
Contributor

Gradle check has failed on push of your commit d77fb24.
Please examine the workflow log https://build.ci.opensearch.org/job/gradle-check/25662/.
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. autocut bug Something isn't working labels Sep 15, 2023
@tlfeng
Copy link
Collaborator

tlfeng commented Sep 15, 2023

Test failure in 25662:

> Task :server:internalClusterTest

REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.opensearch.search.aggregations.bucket.DiversifiedSamplerIT" -Dtests.method="testNestedSamples {p0={"search.concurrent_segment_search.enabled":"true"}}" -Dtests.seed=A02F44143BFCBF51 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ca-ES -Dtests.timezone=America/Tortola -Druntime.java=20

org.opensearch.search.aggregations.bucket.DiversifiedSamplerIT > testNestedSamples {p0={"search.concurrent_segment_search.enabled":"true"}} FAILED
    java.lang.AssertionError: 
    Expected: a value less than or equal to <4L>
         but: <6L> was greater than <4L>
        at __randomizedtesting.SeedInfo.seed([A02F44143BFCBF51:EDEC67855059BED2]: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.search.aggregations.bucket.DiversifiedSamplerIT.testNestedSamples(DiversifiedSamplerIT.java:248)

It's flaky test tracked in issue #10046

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

No branches or pull requests

2 participants