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


##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOmSnapshot.java:
##########
@@ -1063,6 +1063,44 @@ public void testSnapDiffWithDirectory() throws Exception 
{
     Assert.assertEquals(diff.getDiffList(), diffEntries);
   }
 
+  /**
+   * Testing scenario:
+   * 1) Key k1 is created.
+   * 2) Snapshot snap1 created.
+   * 3) Dir dir1/dir2 is created.
+   * 4) Key k1 is renamed to key dir1/dir2/k1_renamed
+   * 5) Snapdiff b/w snapshot of Active FS & snap1 taken to assert difference

Review Comment:
   done



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