adoroszlai opened a new pull request, #10551: URL: https://github.com/apache/ozone/pull/10551
## What changes were proposed in this pull request? `ContainerHealthSchemaManager.batchDeleteSCMStatesForContainers` is only called from tests, production code uses `replaceUnhealthyContainerRecordsAtomically` instead. This PR disables `TestUnhealthyContainersDerbyPerformance` test case for `batchDeleteSCMStatesForContainers` (and follow-up `testCountByStateAfterFullDelete`) in CI to save time. The test can still be run locally. https://issues.apache.org/jira/browse/HDDS-15582 ## How was this patch tested? Before: ``` Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 314.6 s -- in org.apache.hadoop.ozone.recon.persistence.TestUnhealthyContainersDerbyPerformance ``` After: ``` Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 199.9 s -- in org.apache.hadoop.ozone.recon.persistence.TestUnhealthyContainersDerbyPerformance ``` https://github.com/adoroszlai/ozone/actions/runs/27824224044/job/82350278873#step:13:3745 -- 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]
