adoroszlai commented on code in PR #7932:
URL: https://github.com/apache/ozone/pull/7932#discussion_r1962997477
##########
hadoop-ozone/integration-test/src/test/java/org/apache/ozone/test/NonHATests.java:
##########
@@ -50,6 +51,14 @@ public MiniOzoneCluster cluster() {
}
}
+ @Nested
+ class ContainerOperations extends TestContainerOperations {
Review Comment:
I plan to add imports eventually, but using fully-qualified names reduces
conflicts while working on multiple tasks in parallel.
In this case, full name was over checkstyle's line length limit, so I added
the import.
--
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]