tkalkirill commented on code in PR #5475:
URL: https://github.com/apache/ignite-3/pull/5475#discussion_r2011481748


##########
modules/raft/src/test/java/org/apache/ignite/raft/jraft/core/ReplicatorTest.java:
##########
@@ -851,12 +859,14 @@ private RpcRequests.AppendEntriesRequest 
createEntriesRequest(final int n) {
     @Test
     public void testGetNextSendIndex() {
         final Replicator r = getReplicator();
-        assertEquals(-1, r.getNextSendIndex());
+        assertNull( r.getNextSendIndexes());

Review Comment:
   I'll roll back the changes.



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