sahilTakiar opened a new pull request #838: HADOOP-16321: ITestS3ASSL+TestOpenSSLSocketFactory failing with java.lang.UnsatisfiedLinkErrors URL: https://github.com/apache/hadoop/pull/838 Added a `NativeCodeLoader.isNativeCodeLoaded())` check before these tests so they get skipped if native libraries can't be loaded or are not present. Tested on OSX after a `mvn clean install -DskipTests` and `mvn clean install -DskipTests -Pnative`. The test gets skipped in both cases. Tested on the Hadoop dev Docker env; with `-Pnative` the test passes, without `-Pnative` the test is skipped. `ITestS3ASSL` was tested against `us-east-1`.
---------------------------------------------------------------- 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]
