Closed
Description
00:24:36 FAILURE 4.45s J1 | SuggestStatsIT.testSimpleStats <<< FAILURES!
00:24:36 > Throwable #1: java.lang.AssertionError:
00:24:36 > Expected: a value greater than <0L>
00:24:36 > but: <0L> was equal to <0L>
00:24:36 > at __randomizedtesting.SeedInfo.seed([FDC21049ED079812:B806696314BB0DE2]:0)
00:24:36 > at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
00:24:36 > at org.elasticsearch.index.suggest.stats.SuggestStatsIT.testSimpleStats(SuggestStatsIT.java:127)
00:24:36 > at java.lang.Thread.run(Thread.java:748)
Doesn't reproduce locally for me so far with:
./gradlew :server:integTest -Dtests.seed=FDC21049ED079812 -Dtests.class=org.elasticsearch.index.suggest.stats.SuggestStatsIT -Dtests.method="testSimpleStats" -Dtests.security.manager=true -Dtests.locale=ar-BH -Dtests.timezone=Australia/Eucla
Activity