smengcl commented on a change in pull request #99: HDDS-2377. Speed up TestOzoneManagerHA#testOMRetryProxy and #testTwoOMNodesDown URL: https://github.com/apache/hadoop-ozone/pull/99#discussion_r340300182
########## File path: hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHA.java ########## @@ -1270,6 +1279,7 @@ public void testListParts() throws Exception { // Stop leader OM, and then validate list parts. stopLeaderOM(); + Thread.sleep(NODE_FAILURE_TIMEOUT * 2); Review comment: Without this comment, `testListParts()` would show failure. Likely because I've set the ipc retry interval to a very low value. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org