adoroszlai opened a new pull request, #7688: URL: https://github.com/apache/ozone/pull/7688
## What changes were proposed in this pull request? Speed up `TestLeaseRecovery` by starting the cluster only once. Run `testOMConnectionFailure` last, since it restarts OM. Before: ``` Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 510.882 s - in org.apache.hadoop.fs.ozone.TestLeaseRecovery ``` After: ``` Tests run: 15, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 90.849 s <<< FAILURE! - in org.apache.hadoop.fs.ozone.TestLeaseRecovery Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53.081 s - in org.apache.hadoop.fs.ozone.TestLeaseRecovery ``` (2 tests repeated due to flakiness) https://issues.apache.org/jira/browse/HDDS-12063 ## How was this patch tested? CI: https://github.com/adoroszlai/ozone/actions/runs/12735293908 -- 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]
