szetszwo commented on pull request #594:
URL: https://github.com/apache/ratis/pull/594#issuecomment-1024090381


   > I have not changed the netty and hadoop relate proto, so the ci test 
error. I will change it in the next pull request
   
   @codings-dan , let's skip the test for netty and hadoop as below.
   ```
     @Test
      public void testPauseResumeLeaderElection() throws Exception {
   +    final RpcType rpcType = RaftConfigKeys.Rpc.type(getProperties(), 
LOG::info);
   +    if (rpcType == SupportedRpcType.NETTY || rpcType == 
SupportedRpcType.HADOOP) {
   +      return;
   +    }
        runWithNewCluster(3, this::runTestPauseResumeLeaderElection);
      }
   ```


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