adoroszlai opened a new pull request, #6010: URL: https://github.com/apache/ozone/pull/6010
## What changes were proposed in this pull request? Fix `TestSecureOzoneManager` failure when run with Java 17 (see HADOOP-17910 for similar issue): ``` AssertionFailedError: expected: <Can't get SCM signed certificate. omRpcAdd: om-unknown:9862> but was: <Can't get SCM signed certificate. omRpcAdd: om-unknown/<unresolved>:9862> ``` Additionally, some cleanup (as separate commits). https://issues.apache.org/jira/browse/HDDS-10130 ## How was this patch tested? ``` $ JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64 \ ./hadoop-ozone/dev-support/checks/junit.sh -DexcludedGroups=unhealthy \ -am -pl :ozone-integration-test -Dtest='TestSecureOzoneManager' ... [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.891 s -- in org.apache.hadoop.ozone.om.TestSecureOzoneManager ``` CI (still with Java 8): https://github.com/adoroszlai/ozone/actions/runs/7538490881 -- 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]
