raju-balpande opened a new pull request, #6196: URL: https://github.com/apache/ozone/pull/6196
## What changes were proposed in this pull request? Changes are done to improve the test run speed to 33.23 s as compare to 59.43 s earlier. - The setup method modified to be initialize one time for all methods. - Introduced the method orderer - Declared one counter to track the number of snapshots been generated in all the methods to assert the count according. - Separated the methods for creation of volume and bucket which was combine and there were repeated calls to it. - Changed one assert statement to assert that because the .sst file from the bucket created in first method was not consistent to available in second method. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-10218 ## How was this patch tested? Tested on local system and in CI-CD integration. -- 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]
