SammyVimes commented on code in PR #908:
URL: https://github.com/apache/ignite-3/pull/908#discussion_r910731544


##########
modules/raft/src/integrationTest/java/org/apache/ignite/internal/raft/ItLozaTest.java:
##########
@@ -66,7 +67,7 @@ public class ItLozaTest {
      */
     private RaftGroupService startClient(String groupId, ClusterNode node, 
Loza loza) throws Exception {
         return loza.prepareRaftGroup(groupId,
-                List.of(node), () -> mock(RaftGroupListener.class)
+                List.of(node), () -> mock(RaftGroupListener.class), 
RaftGroupOptions.defaults()

Review Comment:
   👍 



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