swamirishi commented on code in PR #6965:
URL: https://github.com/apache/ozone/pull/6965#discussion_r1691369396


##########
hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/service/TestSnapshotDeletingService.java:
##########
@@ -69,7 +69,7 @@ private static Stream<Arguments> 
testCasesForIgnoreSnapshotGc() {
     return Stream.of(
         Arguments.of(filteredSnapshot, 
SnapshotInfo.SnapshotStatus.SNAPSHOT_DELETED, true, false),
         Arguments.of(filteredSnapshot, 
SnapshotInfo.SnapshotStatus.SNAPSHOT_ACTIVE, true, true),
-        Arguments.of(unFilteredSnapshot, 
SnapshotInfo.SnapshotStatus.SNAPSHOT_DELETED, true, true),
+        Arguments.of(unFilteredSnapshot, 
SnapshotInfo.SnapshotStatus.SNAPSHOT_DELETED, true, false),

Review Comment:
   we should keep all the tests since we want to ensure this logic doesn't 
change in future



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