adoroszlai commented on code in PR #8308: URL: https://github.com/apache/ozone/pull/8308#discussion_r2062526565
########## hadoop-ozone/s3gateway/src/test/java/org/apache/hadoop/ozone/client/ObjectStoreStub.java: ########## @@ -39,6 +39,12 @@ */ public class ObjectStoreStub extends ObjectStore { + private static OzoneConfiguration conf = new OzoneConfiguration(); + + private Map<String, OzoneVolumeStub> volumes = new HashMap<>(); + + private Map<String, Boolean> bucketEmptyStatus = new HashMap<>(); Review Comment: Please don't add empty lines. ########## hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/lock/TestOzoneLockProvider.java: ########## @@ -42,6 +42,10 @@ public class TestOzoneLockProvider { private OzoneManager ozoneManager; private OzoneLockStrategy ozoneLockStrategy; + private boolean keyPathLockEnabled; + + private boolean enableFileSystemPaths; Review Comment: Please don't add empty lines. -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org