ascherbakoff commented on code in PR #2520:
URL: https://github.com/apache/ignite-3/pull/2520#discussion_r1345620324


##########
modules/table/src/integrationTest/java/org/apache/ignite/distributed/ItTxDistributedTestThreeNodesThreeReplicas.java:
##########
@@ -59,4 +69,36 @@ public void after() throws Exception {
             super.after();
         }
     }
+
+    @Test
+    public void testPrimaryReplicaDirectUpdateForExplicitTxn() throws 
InterruptedException {
+        Peer leader = accRaftClients.get(0).leader();

Review Comment:
   You are complicating things. Leader should not change during the test. There 
are many tests relaying on a stable leader.



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to