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

[incubator-dolphinscheduler] branch dev updated (5404ff2 -> c2f4b65)

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

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


    from 5404ff2  change npm run build:combined to npm burn build:release (#1504)
     add 2f3d270  add ZkServer for UT
     add c8f3e2e  Add FileUtilsTest.java , the unit test for FileUtils (#1493) (#1)
     add d88c921  updates for reference ZkServer
     add 85b8324  add BaseTaskQueueTest for UT
     add c2f4b65  Merge branch 'dev' into dev

No new revisions were added by this update.

Summary of changes:
 .../TestZk.java => queue/BaseTaskQueueTest.java}   | 32 +++++++++++-----------
 .../common/zk/{TestZk.java => TestZkServer.java}   |  2 +-
 .../dolphinscheduler/common/zk/ZKServer.java       |  3 ++
 pom.xml                                            |  3 ++
 4 files changed, 23 insertions(+), 17 deletions(-)
 copy dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/{zk/TestZk.java => queue/BaseTaskQueueTest.java} (61%)
 copy dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/zk/{TestZk.java => TestZkServer.java} (97%)