sarvekshayr commented on code in PR #9184:
URL: https://github.com/apache/ozone/pull/9184#discussion_r2447385900
##########
hadoop-hdds/container-service/src/test/java/org/apache/hadoop/ozone/container/keyvalue/TestContainerCorruptions.java:
##########
@@ -185,4 +185,16 @@ public static File getBlock(Container<?> container, long
blockID) {
assertTrue(blockFile.exists());
return blockFile;
}
+
+ /**
+ * Set of {@link ContainerScanError.FailureType} values that are excluded
from testing.
+ * When adding a FailureType to this set, add a comment explaining why it's
excluded.
Review Comment:
@errose28 The below `FailureType` constants currently don’t have
corresponding test coverage. Do we have any specific reason or context for
their exclusion so I can document it here?
--
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]