-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Analytics/AggregationsAggregationsAggregations>test-failureTriaged test failures from CITriaged test failures from CITeam:AnalyticsMeta label for analytical engine team (ESQL/Aggs/Geo)Meta label for analytical engine team (ESQL/Aggs/Geo)
Description
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
:Analytics/AggregationsAggregationsAggregations>test-failureTriaged test failures from CITriaged test failures from CITeam:AnalyticsMeta label for analytical engine team (ESQL/Aggs/Geo)Meta label for analytical engine team (ESQL/Aggs/Geo)