jerqi commented on code in PR #1616:
URL:
https://github.com/apache/incubator-uniffle/pull/1616#discussion_r1548850749
##########
integration-test/common/src/test/java/org/apache/uniffle/test/QuorumTest.java:
##########
@@ -316,6 +316,76 @@ public void rpcFailedTest() throws Exception {
assertEquals(readClient.readShuffleBlockData(), null);
}
+ @Test
+ public void testRpcRetryLogic() {
Review Comment:
Could you move the related retry method to another class?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]