Skip to content

[CI] RecoveryTests#testRetentionPolicyChangeDuringRecovery failures #32089

@jimczi

Description

@jimczi

https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-unix-compatibility/os=oraclelinux/2561

Does not reproduce locally with:

./gradlew -x :server:testScriptDocValuesMissingV6Behaviour \
  -Dtests.seed=7EC49556174B0437 \
  -Dtests.class=org.elasticsearch.indices.recovery.RecoveryTests \
  -Dtests.method="testRetentionPolicyChangeDuringRecovery" \
  -Dtests.security.manager=true \
  -Dtests.locale=pt-PT \
  -Dtests.timezone=Australia/Eucla

but it failed 4 times last month in CI with the same exception:

Expected: <0>
     but: was <20>
		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.indices.recovery.RecoveryTests.lambda$testRetentionPolicyChangeDuringRecovery$1(RecoveryTests.java:102)
		at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:755)
		... 39 more

Metadata

Metadata

Assignees

Labels

:Distributed Indexing/RecoveryAnything around constructing a new shard, either from a local or a remote source.>test-failureTriaged test failures from CI

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions