hemantk-12 commented on code in PR #5236:
URL: https://github.com/apache/ozone/pull/5236#discussion_r1325157127


##########
hadoop-hdds/rocksdb-checkpoint-differ/src/test/java/org/apache/ozone/rocksdiff/TestRocksDBCheckpointDiffer.java:
##########
@@ -412,20 +436,21 @@ void diffAllSnapshots(RocksDBCheckpointDiffer differ)
     // Hard-coded expected output.
     // The results are deterministic. Retrieved from a successful run.
     final List<List<String>> expectedDifferResult = asList(
-        asList("000024", "000017", "000028", "000026", "000019", "000021"),
-        asList("000024", "000028", "000026", "000019", "000021"),
-        asList("000024", "000028", "000026", "000021"),
-        asList("000024", "000028", "000026"),
-        asList("000028", "000026"),
-        Collections.singletonList("000028"),
+        asList("000023", "000029", "000026", "000019", "000021", "000031"),

Review Comment:
   This test is changed because of addition of new column family: 
`compactionLogTable`.



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