animovscw commented on code in PR #12796:
URL: https://github.com/apache/ignite/pull/12796#discussion_r2912516560


##########
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/IgniteClusterSnapshotSelfTest.java:
##########
@@ -1309,6 +1309,9 @@ public void testClientHandlesSnapshotFailOnStartStage() 
throws Exception {
             ClusterTopologyException.class,
             "Snapshot operation interrupted, because baseline node left the 
cluster");
 
+        // Wait for partition map exchange to finish after node left.
+        awaitPartitionMapExchange();
+
         // Check that client node is alive.
         assertSnapshotCacheKeys(cln.cache(dfltCacheCfg.getName()));

Review Comment:
   removed awaitPartitionMapExchange



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to