adoroszlai opened a new pull request, #9361: URL: https://github.com/apache/ozone/pull/9361
## What changes were proposed in this pull request? HDDS-9279 introduced randomization in OM client proxy ordering, which increased run time for `TestOMRatisSnapshots` and `TestSnapshotBackgroundServices` by ~2 minutes each. This change reduces custom timeout to restore earlier test run times. https://issues.apache.org/jira/browse/HDDS-14001 ## How was this patch tested? Before HDDS-9279 ([1](https://github.com/apache/ozone/actions/runs/19436060587/job/55608505200#step:13:5515), [2](https://github.com/apache/ozone/actions/runs/19436060587/job/55608504967#step:13:4986)): ``` [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 223.3 s -- in org.apache.hadoop.ozone.om.TestOMRatisSnapshots [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 116.6 s -- in org.apache.hadoop.ozone.om.snapshot.TestSnapshotBackgroundServices ``` After HDDS-9279 ([1](https://github.com/apache/ozone/actions/runs/19451972960/job/55659295287#step:13:5515), [2](https://github.com/apache/ozone/actions/runs/19451972960/job/55659295302#step:13:4986)): ``` [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 344.7 s -- in org.apache.hadoop.ozone.om.TestOMRatisSnapshots [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 249.0 s -- in org.apache.hadoop.ozone.om.snapshot.TestSnapshotBackgroundServices ``` With this change ([1](https://github.com/adoroszlai/ozone/actions/runs/19669364781/job/56335276235#step:13:5514), [2](https://github.com/adoroszlai/ozone/actions/runs/19669364781/job/56335276093#step:13:4999)): ``` [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 227.2 s -- in org.apache.hadoop.ozone.om.TestOMRatisSnapshots [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 126.9 s -- in org.apache.hadoop.ozone.om.snapshot.TestSnapshotBackgroundServices ``` CI: https://github.com/adoroszlai/ozone/actions/runs/19669364781 Flaky test check to confirm that reduced timeout does not introduce intermittent failures: https://github.com/adoroszlai/ozone/actions/runs/19669502317 -- 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]
