hanicz opened a new pull request, #935: URL: https://github.com/apache/knox/pull/935
…xceptions ## What changes were proposed in this pull request? The below tests are failing with NullPointerException during the build BadUrlTest.setUpBeforeClass:122->startGatewayServer:180->setupGatewayConfig:321 » NullPointer WebsocketBackendUrlTest.setUpBeforeClass:59->WebsocketEchoTestBase.setupGatewayConfig:351 » NullPointer WebsocketEchoHTTPServiceRoleTest.setUpBeforeClass:64->WebsocketEchoTestBase.startServers:116->WebsocketEchoTestBase.startServers:121->WebsocketEchoTestBase.startGatewayServer:206->WebsocketEchoTestBase.setupGatewayConfig:351 » NullPointer WebsocketEchoTest.setUpBeforeClass:63->WebsocketEchoTestBase.startServers:116->WebsocketEchoTestBase.startServers:121->WebsocketEchoTestBase.startGatewayServer:206->WebsocketEchoTestBase.setupGatewayConfig:351 » NullPointer WebsocketMultipleConnectionTest.startServers:131->startGatewayServer:239->setupGatewayConfig:384 » NullPointer WebsocketServerInitiatedMessageTest.setUpBeforeClass:73->WebsocketEchoTestBase.startServers:116->WebsocketEchoTestBase.startServers:121->WebsocketEchoTestBase.startGatewayServer:206->WebsocketEchoTestBase.setupGatewayConfig:351 » NullPointer WebsocketServerInitiatedPingTest.setUpBeforeClass:75->WebsocketEchoTestBase.startServers:116->WebsocketEchoTestBase.startServers:121->WebsocketEchoTestBase.startGatewayServer:206->WebsocketEchoTestBase.setupGatewayConfig:351 » NullPointer The changes address these NullPointerExceptions thrown. ## How was this patch tested? Ran tests locally Github build also successfully completed with these changes in my repository -- 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: dev-unsubscr...@knox.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org