Skip to content

[CI] ChangePolicyforIndexIT#testChangePolicyForIndex fails #35244

@jimczi

Description

@jimczi

Two failures in 6x, however this does not reproduce for me:

org.junit.ComparisonFailure: expected:<[completed]> but was:<[hot]>
	at __randomizedtesting.SeedInfo.seed([E85178511074E054:9402C10DD3133A4]:0)
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.elasticsearch.xpack.indexlifecycle.ChangePolicyforIndexIT.assertStep(ChangePolicyforIndexIT.java:140)
	at org.elasticsearch.xpack.indexlifecycle.ChangePolicyforIndexIT.lambda$testChangePolicyForIndex$2(ChangePolicyforIndexIT.java:115)
	at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:848)
	at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:822)
	at org.elasticsearch.xpack.indexlifecycle.ChangePolicyforIndexIT.testChangePolicyForIndex(ChangePolicyforIndexIT.java:115)

The build was https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+multijob-unix-compatibility/os=opensuse/39/console:

REPRODUCE WITH: ./gradlew :x-pack:plugin:ilm:qa:multi-node:integTestRunner \
  -Dtests.seed=E85178511074E054 \
  -Dtests.class=org.elasticsearch.xpack.indexlifecycle.ChangePolicyforIndexIT \
  -Dtests.method="testChangePolicyForIndex" \
  -Dtests.security.manager=true \
  -Dtests.locale=en-SG \
  -Dtests.timezone=America/Nome \
  -Dcompiler.java=11 \
  -Druntime.java=8

Another run with the same issue:
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+multijob-unix-compatibility/os=ubuntu&&virtual/36/console

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions