jyotirmoy-gh commented on code in PR #3896:
URL: https://github.com/apache/ozone/pull/3896#discussion_r1006994682
##########
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:
I have renamed the method to createFileKey to avoid conflict with another
method. Implemented the method in testListKey
--
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]