raju-balpande commented on code in PR #6403:
URL: https://github.com/apache/ozone/pull/6403#discussion_r1567305652
##########
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:
By this check, I am making sure that the If anyone just want to run a single
method it shall work for him.
--
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]