sadanand48 commented on a change in pull request #3065:
URL: https://github.com/apache/ozone/pull/3065#discussion_r804469284



##########
File path: hadoop-ozone/dist/src/main/compose/testlib.sh
##########
@@ -407,3 +407,33 @@ prepare_for_runner_image() {
   export OZONE_IMAGE="apache/ozone-runner:${v}"
 }
 
+## @description Executing the Ozone Debug CLI related robot tests
+execute_debug_tests() {
+
+  execute_robot_test datanode debug/ozone-debug-tests.robot
+
+  docker exec ozone_datanode_2 find /data/hdds/hdds/ -name *.block | sed -n 
'2p' | xargs docker exec ozone_datanode_2 sed -i -e '1s/^/a/'

Review comment:
        I think CI failed this time because maybe there are other keys created 
from other tests, so this might not be the right block file you are trying to 
corrupt. 




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