We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a50845 commit 8f7cc9eCopy full SHA for 8f7cc9e
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/FollowStatsIT.java
@@ -149,6 +149,7 @@ public void testFollowStatsApiResourceNotFound() throws Exception {
149
assertAcked(client().execute(PauseFollowAction.INSTANCE, new PauseFollowAction.Request("follower1")).actionGet());
150
}
151
152
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38779")
153
public void testFollowStatsApiIncludeShardFollowStatsWithRemovedFollowerIndex() throws Exception {
154
final String leaderIndexSettings = getIndexSettings(1, 0,
155
singletonMap(IndexSettings.INDEX_SOFT_DELETES_SETTING.getKey(), "true"));
0 commit comments