codings-dan commented on pull request #597:
URL: https://github.com/apache/ratis/pull/597#issuecomment-1033752081


   The ci test error has nothing to do with this code change
   ```
   Error:  Tests run: 12, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
43.076 s <<< FAILURE! - in 
org.apache.ratis.server.simulation.TestLeaderElectionWithSimulatedRpc
   Error:  
testEnforceLeader(org.apache.ratis.server.simulation.TestLeaderElectionWithSimulatedRpc)
  Time elapsed: 10.937 s  <<< FAILURE!
   org.junit.ComparisonFailure: expected:<s[2]> but was:<s[4]>
        at org.junit.Assert.assertEquals(Assert.java:117)
        at org.junit.Assert.assertEquals(Assert.java:146)
        at 
org.apache.ratis.server.impl.LeaderElectionTests.enforceLeader(LeaderElectionTests.java:249)
        at 
org.apache.ratis.server.impl.LeaderElectionTests.testEnforceLeader(LeaderElectionTests.java:235)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at 
java.lang.reflect.Method.invoke(Method.java:[498](https://github.com/apache/ratis/runs/5125324814?check_suite_focus=true#step:5:498))
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        at 
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
        at 
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.lang.Thread.run(Thread.java:748)
   ```


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