ibessonov commented on code in PR #5475:
URL: https://github.com/apache/ignite-3/pull/5475#discussion_r2007448160
##########
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:
```suggestion
assertNull(r.getNextSendIndexes());
```
--
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]