dombizita opened a new pull request #3065: URL: https://github.com/apache/ozone/pull/3065
## What changes were proposed in this pull request? In this change I added acceptance robot tests to the previously added read-replicas debug CLI tool. There was an already existing ozone-debug.robot test which I made into a resource file with keywords to check the JSON file generated with read-replicas. I made an ozone-debug-tests.robot for the chunkinfo and read-replicas CLI tool related tests in basic environment. I added two test files, one for the case when one of the block replicas became corrupt and one when one of the datanodes is unavailable. I changed the block size in the compose/ozone docker environment, so I can test the read-replicas command with a key with more than one block and it won't take that much to execute it. I am executing the added tests in the compose/ozone’s test.sh via a method in testlib.sh. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-6153 ## How was this patch tested? Executed the related robot tests successfully. -- 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]
