kaijchen commented on code in PR #868:
URL: https://github.com/apache/ratis/pull/868#discussion_r1152868039


##########
ratis-test/src/test/java/org/apache/ratis/server/raftlog/segmented/TestSegmentedRaftLog.java:
##########
@@ -320,7 +320,7 @@ public void testAppendEntry() throws Exception {
         ex = e;
       }
       assertTrue(ex.getMessage().contains("Difference between entry index and 
RaftLog's latest snapshot " +
-          "index -1 is greater than 1"));
+          "index 999 is greater than 1"));

Review Comment:
   999 should be the correct index, see line 313



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