bipinprasad commented on a change in pull request #3362: URL: https://github.com/apache/storm/pull/3362#discussion_r543521652
########## File path: storm-server/src/test/java/org/apache/storm/utils/ServerUtilsTest.java ########## @@ -106,7 +116,15 @@ public void testExtractZipFileDisallowsPathTraversalWhenUsingPrefix() throws Exc continue; } try { - pids.add(Long.parseLong(line.split("\\s")[0])); + String pidStr = line.split("\\s")[0]; Review comment: fixed ---------------------------------------------------------------- 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