adoroszlai commented on a change in pull request #207: HDDS-2522. Fix TestSecureOzoneCluster URL: https://github.com/apache/hadoop-ozone/pull/207#discussion_r348301027
########## File path: hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestSecureOzoneCluster.java ########## @@ -55,10 +53,8 @@ import org.apache.hadoop.metrics2.lib.DefaultMetricsSystem; import org.apache.hadoop.minikdc.MiniKdc; import org.apache.hadoop.net.NetUtils; -import org.apache.hadoop.net.ServerSocketUtil; import org.apache.hadoop.ozone.client.CertificateClientTestImpl; import org.apache.hadoop.ozone.common.Storage; -import org.apache.hadoop.ozone.om.OMConfigKeys; Review comment: Thanks @dineshchitlangia, just noticed and fixed it. A new usage of `OMConfigKeys` was added in the second merge from master. I usually rebuild locally, but it seems I forgot it in this case. Thankfully CI caught it. In the end, I had to remove the new code, though, as it introduced failures in token-related test cases. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
