-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Distributed Indexing/CCRIssues around the Cross Cluster State Replication featuresIssues around the Cross Cluster State Replication features>test-failureTriaged test failures from CITriaged test failures from CIv8.0.0-alpha1
Description
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
:Distributed Indexing/CCRIssues around the Cross Cluster State Replication featuresIssues around the Cross Cluster State Replication features>test-failureTriaged test failures from CITriaged test failures from CIv8.0.0-alpha1