risdenk commented on issue #56: KNOX-1756 - Knox Gateway TLS Keystore and Alias Should be Configurable URL: https://github.com/apache/knox/pull/56#issuecomment-466182690 Changes look reasonable but getting test failures with `mvn -T.5C verify -Prelease,package` ``` [ERROR] Errors: [ERROR] org.apache.knox.gateway.GatewayDeployFuncTest.testDeployRedeployUndeploy(org.apache.knox.gateway.GatewayDeployFuncTest) [ERROR] Run 1: GatewayDeployFuncTest.setupGateway:110 » NullPointer [ERROR] Run 2: GatewayDeployFuncTest.cleanupGateway:121 NullPointer [INFO] [ERROR] org.apache.knox.gateway.GatewayMultiFuncTest.org.apache.knox.gateway.GatewayMultiFuncTest [ERROR] Run 1: GatewayMultiFuncTest.setUpBeforeClass:87->setupGateway:124->startGatewayServer:139 » NullPointer [ERROR] Run 2: GatewayMultiFuncTest.tearDownAfterClass:94 NullPointer [INFO] [ERROR] org.apache.knox.gateway.GatewaySslFuncTest.org.apache.knox.gateway.GatewaySslFuncTest [ERROR] Run 1: GatewaySslFuncTest.setUpBeforeClass:100->setupGateway:141->startGatewayServer:170 » NullPointer [ERROR] Run 2: GatewaySslFuncTest.tearDownAfterClass:107 NullPointer [INFO] [INFO] [ERROR] Tests run: 62, Failures: 0, Errors: 3, Skipped: 3 ``` The three tests above I checked in an IDE and they all broke at `DefaultKeystoreService` line 172 checking if the configured keystore exists or not.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
