adoroszlai opened a new pull request, #7802: URL: https://github.com/apache/ozone/pull/7802
## What changes were proposed in this pull request? TestOzoneShellHA and TestOzoneShellHAWithFSO are not run due `ClassNotFoundException` when starting MiniKMS (HDDS-11879). KMS is required for only one test case. This PR disables and re-creates it as Robot test. Also fix: - failures introduced while the tests were effectively disabled - OzoneClient leak in TestOzoneShellHAWithFSO, as it starts two clusters, but stops only one https://issues.apache.org/jira/browse/HDDS-12192 ## How was this patch tested? ``` [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 78.721 s - in org.apache.hadoop.ozone.shell.TestOzoneShellHAWithFSO [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 79.443 s - in org.apache.hadoop.ozone.shell.TestOzoneShellHA ``` https://github.com/adoroszlai/ozone/actions/runs/13123151647/job/36614089604#step:6:3987 ``` Set Bucket Encryption Key | PASS | ``` https://github.com/adoroszlai/ozone/actions/runs/13123151647/job/36614275274#step:6:952 CI: https://github.com/adoroszlai/ozone/actions/runs/13123151647 -- 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]
