Skip to content

IndexFollowingIT.testDeleteLeaderIndex fails in CI #39308

@romseygeek

Description

@romseygeek

First failure today, does not reproduce:

https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+internalClusterTest/1693/console

java.lang.AssertionError: 
Expected: "no such index [index1]"
     but: was null
	at __randomizedtesting.SeedInfo.seed([851893BC292287A4:CB6400D08EF018D7]:0)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:956)
	at org.junit.Assert.assertThat(Assert.java:923)
	at org.elasticsearch.xpack.ccr.IndexFollowingIT.lambda$testDeleteLeaderIndex$22(IndexFollowingIT.java:686)
	at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:868)
	at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:842)
	at org.elasticsearch.xpack.ccr.IndexFollowingIT.testDeleteLeaderIndex(IndexFollowingIT.java:678)
REPRODUCE WITH: ./gradlew :x-pack:plugin:ccr:internalClusterTest \
  -Dtests.seed=851893BC292287A4 \
  -Dtests.class=org.elasticsearch.xpack.ccr.IndexFollowingIT \
  -Dtests.method="testDeleteLeaderIndex" \
  -Dtests.security.manager=true \
  -Dtests.locale=zh-HK \
  -Dtests.timezone=Pacific/Kwajalein \
  -Dcompiler.java=11 \
  -Druntime.java=8

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions