sarvekshayr opened a new pull request, #7561: URL: https://github.com/apache/ozone/pull/7561
## What changes were proposed in this pull request? `TestFSORepairTool` starts a new cluster for each test case, which is required due to the tool's design. To reduce the test runtime, I removed some redundant and less critical test cases, and made some adjustments. ## What is the link to the Apache JIRA [HDDS-11863](https://issues.apache.org/jira/browse/HDDS-11863) ## How was this patch tested? CI: https://github.com/sarvekshayr/ozone/actions/runs/12277072838 Before: ``` [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 146.798 s - in org.apache.hadoop.ozone.repair.om.TestFSORepairTool ``` After: ``` [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 102.631 s - in org.apache.hadoop.ozone.repair.om.TestFSORepairTool ``` -- 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]
