Skip to content

Reproducible Failure in org.elasticsearch.search.aggregations.bucket.TermsDocCountErrorIT.testIncrementalReduction #75667

@original-brownbear

Description

@original-brownbear

With current master:

./gradlew ':server:internalClusterTest' --tests "org.elasticsearch.search.aggregations.bucket.TermsDocCountErrorIT.testIncrementalReduction" -Dtests.seed=370A19D46176CFA7 -Dtests.locale=zh-SG -Dtests.timezone=Atlantic/Madeira -Druntime.java=16

fails 100% of the time with

  2> REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.elasticsearch.search.aggregations.bucket.TermsDocCountErrorIT.testIncrementalReduction" -Dtests.seed=370A19D46176CFA7 -Dtests.locale=zh-SG -Dtests.timezone=Atlantic/Madeira -Druntime.java=16
  2> java.lang.AssertionError: 
    Expected: <0L>
         but: was <1L>
        at __randomizedtesting.SeedInfo.seed([370A19D46176CFA7:1A95D442705B6E10]:0)
        at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
        at org.junit.Assert.assertThat(Assert.java:956)
        at org.junit.Assert.assertThat(Assert.java:923)
        at org.elasticsearch.search.aggregations.bucket.TermsDocCountErrorIT.testIncrementalReduction(TermsDocCountErrorIT.java:1048)

for me. Also fails for a bunch of other seeds as well.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions