hemantk-12 commented on code in PR #6403:
URL: https://github.com/apache/ozone/pull/6403#discussion_r1562980561
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestSnapshotDeletingService.java:
##########
@@ -189,10 +206,16 @@ public void testMultipleSnapshotKeyReclaim() throws
Exception {
// verify the cache of purged snapshot
// /vol1/bucket2/bucket2snap1 has been cleaned up from cache map
assertEquals(2, om.getOmSnapshotManager().getSnapshotCacheSize());
+ //clean data
+ // // cleaning up the data
Review Comment:
nit: can you please fix the duplicate comments?
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestSnapshotDeletingService.java:
##########
@@ -81,8 +90,11 @@ public class TestSnapshotDeletingService {
private static final String VOLUME_NAME = "vol1";
private static final String BUCKET_NAME_ONE = "bucket1";
private static final String BUCKET_NAME_TWO = "bucket2";
+ private static final String BUCKET_NAME_FSO = "bucketfso";
+
+ private boolean runIndividualTest = true;
Review Comment:
Why do you need `runIndividualTest` if tests are running in order?
--
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]