jyotirmoy-gh opened a new pull request, #4178: URL: https://github.com/apache/ozone/pull/4178
## What changes were proposed in this pull request? Add UTs for SnapshotDiff - `TestOmSnapshot` ``` - testSnapDiffNoSnapshot - testSnapDiffNonExistentUrl - testSnapDiffMissingMandatoryParams ``` ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-7704 ## How was this patch tested? Testcase file - `hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOmSnapshot.java` ``` mvn -Dtest=TestOmSnapshot#testSnapDiff* test [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.hadoop.ozone.om.TestOmSnapshot [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 168.426 s - in org.apache.hadoop.ozone.om.TestOmSnapshot [INFO] [INFO] Results: [INFO] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 [INFO] ``` -- 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]
