Closed
Description
IndicesRequestCacheIT#testQueryRewrite fails with an unexpected cache count.
FAILURE 7.39s J1 | IndicesRequestCacheIT.testQueryRewrite <<< FAILURES!
> Throwable #1: java.lang.AssertionError:
> Expected: <3L>
> but: was <2L>
> at __randomizedtesting.SeedInfo.seed([7B6066660D23E3B1:8A7EC1C3E5F6C580]:0)
> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
> at org.elasticsearch.indices.IndicesRequestCacheIT.testQueryRewrite(IndicesRequestCacheIT.java:131)
> at java.lang.Thread.run(Thread.java:748)
This does not reproduce locally for me.
./gradlew :server:integTest \
-Dtests.seed=7B6066660D23E3B1 \
-Dtests.class=org.elasticsearch.indices.IndicesRequestCacheIT \
-Dtests.method="testQueryRewrite" \
-Dtests.security.manager=true \
-Dtests.locale=en \
-Dtests.timezone=Europe/Gibraltar \
-Dcompiler.java=10 \
-Druntime.java=8
CI: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+periodic/6845/console
Log: testQueryRewrite.txt