adoroszlai opened a new pull request, #7691: URL: https://github.com/apache/ozone/pull/7691
## What changes were proposed in this pull request? Speed up `TestOMDbCheckpointServlet` by reducing the number of clusters started: one for tests without ACL, and another for tests with ACL and SPNEGO. Before: ``` [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 257.284 s - in org.apache.hadoop.ozone.om.TestOMDbCheckpointServlet ``` After: ``` [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 69.583 s - in org.apache.hadoop.ozone.om.TestOMDbCheckpointServlet ``` https://issues.apache.org/jira/browse/HDDS-10312 ## How was this patch tested? https://github.com/adoroszlai/ozone/actions/runs/12751820672 -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org