bipinprasad commented on a change in pull request #3284:
URL: https://github.com/apache/storm/pull/3284#discussion_r437632606



##########
File path: 
storm-server/src/test/java/org/apache/storm/utils/ServerUtilsTest.java
##########
@@ -71,4 +80,88 @@ public void 
testExtractZipFileDisallowsPathTraversalWhenUsingPrefix() throws Exc
             assertThat(Files.exists(destParent.resolve("evil.txt")), 
is(false));
         }
     }
+
+    private Collection<Long> getRunningProcessIds() throws IOException {

Review comment:
       Can this method can be removed in favor of ServerUtils method of same 
name?




----------------------------------------------------------------
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


Reply via email to