Closed
Description
Failed for the first time in 6.6 today, does not reproduce:
java.lang.AssertionError: expected:<4> but was:<2>
at __randomizedtesting.SeedInfo.seed([294506CB775D8415:354F8B75FC0B1804]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at org.elasticsearch.search.SearchServiceTests.testCloseSearchContextOnRewriteException(SearchServiceTests.java:214)
Reproduce line:
REPRODUCE WITH: ./gradlew :server:unitTest \
-Dtests.seed=294506CB775D8415 \
-Dtests.class=org.elasticsearch.search.SearchServiceTests \
-Dtests.method="testCloseSearchContextOnRewriteException" \
-Dtests.security.manager=true \
-Dtests.locale=ar-JO \
-Dtests.timezone=Canada/Newfoundland \
-Dcompiler.java=11 \
-Druntime.java=8