You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ch...@apache.org on 2020/12/11 06:47:57 UTC

[incubator-dolphinscheduler] branch 1.3.4-prepare updated (ec7e4bf -> 85ab55d)

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

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


    from ec7e4bf  Merge pull request #4200 from lgcareer/1.3.4-prepare-fix-4073
     new d91afd9  [Fix][Server] Fix clear task execute path is related to master.
     new 0e063a0  [update] Fix code smells
     new a822f8d  [update] add unit test.
     new 23d7c72  fix ut
     new 7751b07  code style
     new 49a3591  code style
     new 9e6715f  code style
     new e90438b  Merge from 1.3.4-prepare and fix conflicts.
     new 166dbd2  Clear code smells.
     new 85ab55d  Merge pull request #4149 from yh2388/fix-task-execpath-claer

The 2605 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../server/master/runner/MasterExecThread.java     |  23 ----
 .../server/worker/runner/TaskExecuteThread.java    |  90 ++++++++++-----
 .../worker/runner/TaskExecuteThreadTest.java       | 126 +++++++++++++++++++++
 pom.xml                                            |   1 +
 4 files changed, 187 insertions(+), 53 deletions(-)
 create mode 100644 dolphinscheduler-server/src/test/java/org/apache/dolphinscheduler/server/worker/runner/TaskExecuteThreadTest.java