devmadhuu commented on code in PR #5928:
URL: https://github.com/apache/ozone/pull/5928#discussion_r1454582259


##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/scm/TestStorageContainerManager.java:
##########
@@ -311,7 +324,7 @@ public void testBlockDeletionTransactions() throws 
Exception {
         OzoneTestUtils.closeContainers(keyInfo.getKeyLocationVersions(),
             cluster.getStorageContainerManager());
       }
-
+      Thread.sleep(3000);

Review Comment:
   @xichen01  , After I updated configs for MiniOzoneCluster, this Thread.sleep 
is not needed for waiting to get containers closed. After removing the sleep, I 
re-ran 500 times repeated runs for this test class and all passwed 100%. Here 
is the green CI 
[link](https://github.com/devmadhuu/ozone/actions/runs/7540060163).
   
   Pls re-review.



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

Reply via email to