szetszwo commented on code in PR #4357:
URL: https://github.com/apache/ozone/pull/4357#discussion_r1136450270
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/scm/TestXceiverClientGrpc.java:
##########
@@ -105,6 +105,48 @@ public XceiverClientReply sendCommandAsync(
}
}
+ @Test
+ @Timeout(5)
+ public void testGetBlockRetryAlNodes() {
+ final ArrayList<DatanodeDetails> allDNs = new ArrayList<>(dns);
+ Assertions.assertTrue(allDNs.size() > 1);
+ try (XceiverClientGrpc client = new XceiverClientGrpc(pipeline, conf) {
Review Comment:
Sure, let me fix the existing problems.
--
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]