Skip to content

FollowStatsIT.testFollowStatsApiIncludeShardFollowStatsWithRemovedFollowerIndex fails #44796

@tlrx

Description

@tlrx

The test FollowStatsIT.testFollowStatsApiIncludeShardFollowStatsWithRemovedFollowerIndex failed today:

09:22:41 org.elasticsearch.xpack.ccr.FollowStatsIT > testFollowStatsApiIncludeShardFollowStatsWithRemovedFollowerIndex FAILED
09:22:41     java.lang.AssertionError: 
09:22:41     Expected: <1>
09:22:41          but: was <0>
09:22:41         at __randomizedtesting.SeedInfo.seed([99552FD6D7B95602:A8808CE732EA42AE]:0)
09:22:41         at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
09:22:41         at org.junit.Assert.assertThat(Assert.java:956)
09:22:41         at org.junit.Assert.assertThat(Assert.java:923)

It reproduces locally:

REPRODUCE WITH: ./gradlew :x-pack:plugin:ccr:internalClusterTest --tests "org.elasticsearch.xpack.ccr.FollowStatsIT.testFollowStatsApiIncludeShardFollowStatsWithRemovedFollowerIndex" \
  -Dtests.seed=99552FD6D7B95602 \
  -Dtests.security.manager=true \
  -Dtests.locale=yue \
  -Dtests.timezone=Europe/Volgograd \
  -Dcompiler.java=12 \
  -Druntime.java=11

This test fails after #44702 was merged.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions