Skip to content

Commit a02deba

Browse files
committed
TEST: Unmute testFollowIndexAndCloseNode
Since #34099, the FollowingEngine will skip an operation which was already processed before. With that change, it should be okay to unmute testFollowIndexAndCloseNode.
1 parent 84111e9 commit a02deba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/ShardChangesIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ public void afterBulk(long executionId, BulkRequest request, Throwable failure)
360360
assertMaxSeqNoOfUpdatesIsTransferred(resolveIndex("index1"), resolveIndex("index2"), numberOfShards);
361361
}
362362

363-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33337")
364363
public void testFollowIndexAndCloseNode() throws Exception {
365364
internalCluster().ensureAtLeastNumDataNodes(3);
366365
String leaderIndexSettings = getIndexSettings(3, 1, singletonMap(IndexSettings.INDEX_SOFT_DELETES_SETTING.getKey(), "true"));

0 commit comments

Comments
 (0)