jojochuang commented on code in PR #7615:
URL: https://github.com/apache/ozone/pull/7615#discussion_r1900251067
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/OzoneTestUtils.java:
##########
@@ -161,4 +161,37 @@ public static void closeContainer(StorageContainerManager
scm,
container.getState() == HddsProtos.LifeCycleState.CLOSED,
200, 30000);
}
+
+ /**
+ * Flush deleted block log & wait till something was flushed.
+ */
+ public static void waitForDeletedBlockLog(StorageContainerManager scm)
Review Comment:
Out of scope of this PR but I guess this test
https://github.com/apache/ozone/blob/master/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/scm/TestStorageContainerManager.java#L324-L334
can be rewritten using the new utility method here.
Can be done as part of
[HDDS-11867](https://issues.apache.org/jira/browse/HDDS-11867)
--
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]