-
Notifications
You must be signed in to change notification settings - Fork 25.7k
Closed
Labels
:Analytics/AggregationsAggregationsAggregations>test-failureTriaged test failures from CITriaged test failures from CIv7.0.0-beta1
Description
On master, MovAvgIT.testHoltWintersValuedField is failing with the following:
2> REPRODUCE WITH: ./gradlew :server:integTest -Dtests.seed=CE05B83DF1BEA283 -Dtests.class=org.elasticsearch.search.aggregations.pipeline.moving.avg.MovAvgIT -Dtests.method="testHoltWintersValuedField" -Dtests.security.manager=true -Dtests.locale=en-ZA -Dtests.timezone=America/Scoresbysund
FAILURE 0.30s | MovAvgIT.testHoltWintersValuedField <<< FAILURES!
> Throwable #1: java.lang.AssertionError: [value] movavg does not match expected [-3.472856236891249E11 vs -3.4728562185648425E11] expected:<-3.472856236891249E11> but was:<-3.4728562185648425E11>
> at __randomizedtesting.SeedInfo.seed([CE05B83DF1BEA283:508E63695CA12AD]:0)
> at org.elasticsearch.search.aggregations.pipeline.moving.avg.MovAvgIT.assertBucketContents(MovAvgIT.java:1307)
> at org.elasticsearch.search.aggregations.pipeline.moving.avg.MovAvgIT.testHoltWintersValuedField(MovAvgIT.java:651)
> at java.lang.Thread.run(Thread.java:748)
This does reproduce for me with:
./gradlew :server:integTest -Dtests.seed=CE05B83DF1BEA283 -Dtests.class=org.elasticsearch.search.aggregations.pipeline.moving.avg.MovAvgIT -Dtests.method="testHoltWintersValuedField" -Dtests.security.manager=true -Dtests.locale=en-ZA -Dtests.timezone=America/Scoresbysund
Metadata
Metadata
Assignees
Labels
:Analytics/AggregationsAggregationsAggregations>test-failureTriaged test failures from CITriaged test failures from CIv7.0.0-beta1