EgorKuts commented on code in PR #7580:
URL: https://github.com/apache/ignite-3/pull/7580#discussion_r2803138109


##########
modules/table/src/integrationTest/java/org/apache/ignite/internal/table/distributed/disaster/ItHighAvailablePartitionsRecoveryByFilterUpdateTest.java:
##########
@@ -195,16 +228,10 @@ void testSeveralHaResetsAndSomeNodeRestart() throws 
Exception {
         // Stop the last node (G)
         stopNode(1);
 
-        // Start one node from phase 1 (A)
-        startNode(4);
-
-        // Start one node from phase 3 (G)
-        startNode(1);
-
-        //  Start one node from phase 2 (E)
-        startNode(2);
+        // Start nodes G, E, A in reverse order they were stopped
+        startNodes(1, 2, 4);

Review Comment:
   reverted



-- 
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