wycccccc commented on a change in pull request #1579:
URL: https://github.com/apache/ozone/pull/1579#discussion_r531481210



##########
File path: 
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHAMetadataOnly.java
##########
@@ -406,6 +406,7 @@ public void testOMRetryCache() throws Exception {
     Assert.assertTrue(logCapturer.getOutput().contains("created volume:"
         + volumeName));
 
+    Thread.sleep(100L);

Review comment:
       The error is 
`Assert.assertFalse(logCapturer.getOutput().contains("created volume:"
           + volumeName));`,
   not `Assert.assertTrue(logCapturer.getOutput().contains("created volume:"
           + volumeName));` 
   So I think this problem is caused by not being cleared properly.
   ![Screenshot from 2020-11-27 
17-11-09](https://user-images.githubusercontent.com/43372856/100431948-da156500-30d3-11eb-9186-bc8faaa0bedc.png)
   




----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to