Skip to content

SearchServiceTests.testCloseSearchContextOnRewriteException failure in CI #39316

Closed
@romseygeek

Description

@romseygeek

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

Build log: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.6+multijob-unix-compatibility/os=opensuse/130/console

Metadata

Metadata

Assignees

Labels

:Search/SearchSearch-related issues that do not fall into other categories>test-failureTriaged test failures from CIv6.6.2

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions