-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Closed
Copy link
Labels
:StorageEngine/RollupTurn fine-grained time-based data into coarser-grained dataTurn fine-grained time-based data into coarser-grained data>test-failureTriaged test failures from CITriaged test failures from CI
Description
The failure reliably reproduces for me locally on master and 6.x. We've also seen CI failures on 6.4 (that might require a different set of parameters to reproduce).
Link to the build: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+multijob-darwin-compatibility/8/console
Command to reproduce:
./gradlew :x-pack:plugin:rollup:test \
-Dtests.seed=B8C2D1D7B200C9BB \
-Dtests.class=org.elasticsearch.xpack.rollup.job.RollupIndexerIndexingTests \
-Dtests.method="testRandomizedDateHisto" \
-Dtests.security.manager=true \
-Dtests.locale=fr-CA \
-Dtests.timezone=Asia/Anadyr \
-Dcompiler.java=11 \
-Druntime.java=8
Relevant excerpt from the logs:
FAILURE 2.72s | RollupIndexerIndexingTests.testRandomizedDateHisto <<< FAILURES!
> Throwable #1: java.lang.AssertionError:
> Expected: a value greater than <0>
> but: <0> was equal to <0>
> at __randomizedtesting.SeedInfo.seed([B8C2D1D7B200C9BB:56314A37A321B66]:0)
> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
> at org.elasticsearch.xpack.rollup.job.RollupIndexerIndexingTests.lambda$testRandomizedDateHisto$6(RollupIndexerIndexingTests.java:443)
> at org.elasticsearch.xpack.rollup.job.RollupIndexerIndexingTests.executeTestCase(RollupIndexerIndexingTests.java:499)
> at org.elasticsearch.xpack.rollup.job.RollupIndexerIndexingTests.testRandomizedDateHisto(RollupIndexerIndexingTests.java:442)
> at java.lang.Thread.run(Thread.java:748)
Metadata
Metadata
Assignees
Labels
:StorageEngine/RollupTurn fine-grained time-based data into coarser-grained dataTurn fine-grained time-based data into coarser-grained data>test-failureTriaged test failures from CITriaged test failures from CI