-
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 CI
Description
REPRODUCE WITH: ./gradlew ':server:test' --tests "org.elasticsearch.search.aggregations.bucket.histogram.InternalAutoDateHistogramTests.testReduceRandom" -Dtests.seed=5D0B922735110573 -Dtests.security.manager=true -Dtests.locale=vi -Dtests.timezone=ACT -Dcompiler.java=13
Suite: Test class org.elasticsearch.search.aggregations.bucket.histogram.InternalAutoDateHistogramTests
1> [2020-04-01T07:09:37,652][INFO ][o.e.s.a.b.h.InternalAutoDateHistogramTests] [testReduceRandom] before test
1> [2020-04-01T07:09:37,773][INFO ][o.e.s.a.b.h.InternalAutoDateHistogramTests] [testReduceRandom] after test
2> REPRODUCE WITH: ./gradlew ':server:test' --tests "org.elasticsearch.search.aggregations.bucket.histogram.InternalAutoDateHistogramTests.testReduceRandom" -Dtests.seed=5D0B922735110573 -Dtests.security.manager=true -Dtests.locale=vi -Dtests.timezone=ACT -Dcompiler.java=13
2> java.lang.AssertionError: expected:<{1583020800000=2193, 1585612800000=1561}> but was:<{1583020800000=2193, 1585699200000=1561}>
at __randomizedtesting.SeedInfo.seed([5D0B922735110573:9D363E36134C9C25]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:144)
at org.elasticsearch.search.aggregations.bucket.histogram.InternalAutoDateHistogramTests.assertReduced(InternalAutoDateHistogramTests.java:203)
at org.elasticsearch.search.aggregations.bucket.histogram.InternalAutoDateHistogramTests.assertReduced(InternalAutoDateHistogramTests.java:49)
at org.elasticsearch.test.InternalAggregationTestCase.testReduceRandom(InternalAggregationTestCase.java:326)
at org.elasticsearch.search.aggregations.bucket.histogram.InternalAutoDateHistogramTests.testReduceRandom(InternalAutoDateHistogramTests.java:112)
2> NOTE: leaving temporary files on disk at: /home/baz/src/elastic/elasticsearch/server/build/testrun/test/temp/org.elasticsearch.search.aggregations.bucket.histogram.InternalAutoDateHistogramTests_5D0B922735110573-001
2> NOTE: test params are: codec=Asserting(Lucene84), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@91aab33), locale=vi, timezone=ACT
2> NOTE: Linux 5.0.0-32-generic amd64/AdoptOpenJDK 14 (64-bit)/cpus=12,threads=1,free=487884488,total=536870912
2> NOTE: All tests run in this JVM: [InternalAutoDateHistogramTests]
Metadata
Metadata
Assignees
Labels
:Analytics/AggregationsAggregationsAggregations>test-failureTriaged test failures from CITriaged test failures from CI