You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by jo...@apache.org on 2020/03/03 04:27:15 UTC

[incubator-dolphinscheduler] branch dev updated: delete duplicate startLocalZkServer (#2062)

This is an automated email from the ASF dual-hosted git repository.

journey pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new fbf05de  delete duplicate startLocalZkServer (#2062)
fbf05de is described below

commit fbf05de39b5c3e2060f1a145dc7598c739916db6
Author: Tboy <gu...@immomo.com>
AuthorDate: Tue Mar 3 12:27:07 2020 +0800

    delete duplicate startLocalZkServer (#2062)
---
 dolphinscheduler-service/src/test/java/queue/ZKServer.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dolphinscheduler-service/src/test/java/queue/ZKServer.java b/dolphinscheduler-service/src/test/java/queue/ZKServer.java
index 65fb95c..3d503d5 100644
--- a/dolphinscheduler-service/src/test/java/queue/ZKServer.java
+++ b/dolphinscheduler-service/src/test/java/queue/ZKServer.java
@@ -80,7 +80,6 @@ public class ZKServer {
      */
     public static void startLocalZkServer(final int port) {
         startLocalZkServer(port, org.apache.commons.io.FileUtils.getTempDirectoryPath() + File.separator + "test-" + System.currentTimeMillis());
-        startLocalZkServer(port, org.apache.commons.io.FileUtils.getTempDirectoryPath() + "test-" + System.currentTimeMillis());
     }
 
     /**