corepointer commented on a change in pull request #1047: URL: https://github.com/apache/systemds/pull/1047#discussion_r519942448
########## File path: src/test/java/org/apache/sysds/test/AutomatedTestBase.java ########## @@ -1380,80 +1386,116 @@ public static int getRandomAvailablePort() { return availableSocket.getLocalPort(); } catch(IOException e) { - // If no port was found just use 9999 + // If no port was found just use 9990 return 9990; } Review comment: If you get an IOException upon creating a socket, there are probably more severe issues pending than finding a nice port number :fearful: ---------------------------------------------------------------- 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: us...@infra.apache.org