adoroszlai commented on code in PR #5815:
URL: https://github.com/apache/ozone/pull/5815#discussion_r1430963364


##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/OzoneTestUtils.java:
##########
@@ -92,7 +92,7 @@ public static void closeContainers(
             
.updateContainerState(ContainerID.valueOf(blockID.getContainerID()),
                 HddsProtos.LifeCycleEvent.CLOSE);
       }
-      Assert.assertFalse(scm.getContainerManager()
+      Assertions.assertFalse(scm.getContainerManager()

Review Comment:
   I agree it would be good to consistently add static imports for assertions 
to make code more readable.  Let's do it in follow-up task, since it's another 
big, but straightforward change, and also affects most other sub-modules.  
Created HDDS-9961.



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