kaijchen commented on PR #827:
URL: https://github.com/apache/ratis/pull/827#issuecomment-1442850668

   Repeated 100x, found 2 failures (caused by a different reason):
   https://github.com/kaijchen/ratis/actions/runs/4259760865
   
   ```
   Error:  Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
9.972 s <<< FAILURE! - in 
org.apache.ratis.server.simulation.TestServerRestartWithSimulatedRpc
   Error:  
testRestartFollower(org.apache.ratis.server.simulation.TestServerRestartWithSimulatedRpc)
  Time elapsed: 9.878 s  <<< FAILURE!
   java.lang.AssertionError: expected:<38> but was:<39>
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.failNotEquals(Assert.java:835)
        at org.junit.Assert.assertEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:633)
        at 
org.apache.ratis.server.ServerRestartTests.assertTruncatedLog(ServerRestartTests.java:171)
        at 
org.apache.ratis.server.ServerRestartTests.runTestRestartFollower(ServerRestartTests.java:135)
        at 
org.apache.ratis.server.impl.MiniRaftCluster$Factory$Get.runWithNewCluster(MiniRaftCluster.java:141)
        at 
org.apache.ratis.server.impl.MiniRaftCluster$Factory$Get.runWithNewCluster(MiniRaftCluster.java:121)
        at 
org.apache.ratis.server.ServerRestartTests.testRestartFollower(ServerRestartTests.java:88)
   ```
   


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