Description
java.lang.AssertionError: Expected :101 Actual :111 at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at org.apache.ratis.server.ServerRestartTests.runTestRestartCommitIndex(ServerRestartTests.java:276)
It seems that the test runs too fast so that the last metadata entry is not yet written.
Attachments
Attachments
Issue Links
- is related to
-
RATIS-502 Commit Index less than the snapshot's commit indexes need to be ignored on restart
- Resolved