ssulav commented on code in PR #8654: URL: https://github.com/apache/ozone/pull/8654#discussion_r2162435025
########## hadoop-ozone/dist/src/main/smoketest/ozone-fi/byteman_faults_sample.robot: ########## @@ -0,0 +1,16 @@ +*** Settings *** +Resource BytemanKeywords.robot +Suite Setup Setup All Byteman Agents + +*** Test Cases *** +Test Skip Put Block on the datanode + Inject Fault Into Component datanode1 /opt/byteman/scripts/skip-put-block.btm + + # Run your Ozone operations that should be affected by delay + Execute Ozone Command ozone sh volume create /vol1 Review Comment: Updated the test -- 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]
