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



##########
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:
       Yes, that was the problem, it wasn't the best way to do the corruption. 
Thanks, I fixed it with the use of chunkinfo.




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