sadanand48 commented on code in PR #3896:
URL: https://github.com/apache/ozone/pull/3896#discussion_r1006915116


##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOmSnapshot.java:
##########
@@ -416,5 +488,16 @@ private void deleteKeys(OzoneBucket bucket) throws 
IOException {
       bucket.deleteKey(key.getName());
     }
   }
+
+  private void createKeys(OzoneBucket bucket, String keyprefix) throws 
IOException {

Review Comment:
   We can also use this in ` testListKey ` if possible. Also the method name 
can be `createKey` instead of `createKeys `since its writing a single key



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