szetszwo commented on PR #1285:
URL: https://github.com/apache/ratis/pull/1285#issuecomment-3340003082
@leixm , thanks for the update. There is a test failure. Please take a
look. We probably have to update the test.
```java
[INFO] Running org.apache.ratis.netty.TestRaftAsyncWithNetty
Error: Tests run: 14, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
83.67 s <<< FAILURE! -- in org.apache.ratis.netty.TestRaftAsyncWithNetty
Error:
org.apache.ratis.netty.TestRaftAsyncWithNetty.testRequestAsyncWithRetryFailureAfterInitialMessages
-- Time elapsed: 5.590 s <<< FAILURE!
java.lang.AssertionError: The test "retry-failure-0" does not throw anything.
at org.apache.ratis.BaseTest.testFailureCase(BaseTest.java:161)
at org.apache.ratis.BaseTest.testFailureCase(BaseTest.java:169)
at
org.apache.ratis.RaftAsyncTests.runTestRequestAsyncWithRetryFailure(RaftAsyncTests.java:195)
at
org.apache.ratis.RaftAsyncTests.lambda$runTestRequestAsyncWithRetryFailure$0(RaftAsyncTests.java:134)
at
org.apache.ratis.server.impl.MiniRaftCluster$Factory$Get.runWithNewCluster(MiniRaftCluster.java:142)
at
org.apache.ratis.server.impl.MiniRaftCluster$Factory$Get.runWithNewCluster(MiniRaftCluster.java:125)
at
org.apache.ratis.RaftAsyncTests.runTestRequestAsyncWithRetryFailure(RaftAsyncTests.java:134)
at
org.apache.ratis.RaftAsyncTests.testRequestAsyncWithRetryFailureAfterInitialMessages(RaftAsyncTests.java:129)
at java.lang.reflect.Method.invoke(Method.java:498)
at java.util.ArrayList.forEach(ArrayList.java:1259)
at java.util.ArrayList.forEach(ArrayList.java:1259)
```
--
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]