priyeshkaratha commented on code in PR #8227:
URL: https://github.com/apache/ozone/pull/8227#discussion_r2030057567
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/shell/TestOzoneDebugShell.java:
##########
@@ -135,7 +135,7 @@ public void testLdbCliForOzoneSnapshot() throws Exception {
GenericTestUtils
.waitFor(() -> new File(snapshotCurrent).exists(), 1000, 120000);
String[] args =
- new String[] {"--db=" + dbPath, "scan", "--cf", "keyTable"};
+ new String[] {"--db=" + dbPath, "scan", "--cf", "fileTable"};
Review Comment:
Thank you @adoroszlai for the review. I have addressed the changes requested
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/shell/TestOzoneDebugShell.java:
##########
@@ -102,18 +104,20 @@ public void
testChunkInfoCmdBeforeAfterCloseContainer(boolean isEcKey) throws Ex
assertEquals(0, exitCode);
}
- @Test
- public void testChunkInfoVerifyPathsAreDifferent() throws Exception {
+ @ParameterizedTest
+ @ValueSource(strings = {"FILE_SYSTEM_OPTIMIZED", "LEGACY", "OBJECT_STORE"})
Review Comment:
Thank you @adoroszlai for the review. I have addressed the changes requested
--
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]