errose28 commented on code in PR #7521:
URL: https://github.com/apache/ozone/pull/7521#discussion_r1868483798


##########
hadoop-ozone/dist/src/main/smoketest/debug/ozone-debug-ldb.robot:
##########
@@ -55,6 +55,14 @@ Test ozone debug ldb scan
                         Should contain          ${output}       testfile1
                         Should contain          ${output}       testfile2
                         Should contain          ${output}       testfile3
+    # test key is included with --with-keys
+    ${output1} =        Execute                 ozone debug ldb 
--db=/data/metadata/om.db scan --cf=keyTable | jq 
'."\/cli-debug-volume\/cli-debug-bucket\/testfile1"'
+    ${output2} =        Execute                 ozone debug ldb 
--db=/data/metadata/om.db scan --cf=keyTable --with-keys | jq 
'."\/cli-debug-volume\/cli-debug-bucket\/testfile1"'

Review Comment:
   The third equivalent option to test here is `--with-keys=true`



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