You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by li...@apache.org on 2019/12/18 05:57:54 UTC

[incubator-dolphinscheduler] branch dev updated (c2f4b65 -> 6de55c3)

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

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


    from c2f4b65  Merge branch 'dev' into dev
     add 6de55c3  Modify common queue TaskQueueZKImplTest.java unit test (#1505)

No new revisions were added by this update.

Summary of changes:
 .../common/queue/TaskQueueZkImpl.java              |   6 +-
 .../src/main/resources/zookeeper.properties        |   2 +-
 .../common/queue/TaskQueueImplTest.java            | 112 -----------
 .../common/queue/TaskQueueZKImplTest.java          | 222 +++++++++++++++++++++
 .../dolphinscheduler/common/zk/ZKServer.java       |   2 +-
 pom.xml                                            |   1 +
 6 files changed, 226 insertions(+), 119 deletions(-)
 delete mode 100644 dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/queue/TaskQueueImplTest.java
 create mode 100644 dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/queue/TaskQueueZKImplTest.java