You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by le...@apache.org on 2021/02/20 06:32:55 UTC

[incubator-dolphinscheduler] branch params-trans updated (59811d0 -> 874ca07)

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

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


    from 59811d0  Merge remote-tracking branch 'upstream/dev' into params-trans
     add 874ca07  [Feature-3805][mater-worker-ui]fix function of passing variables between tasks bug (#4811)

No new revisions were added by this update.

Summary of changes:
 .../dao/mapper/ProcessInstanceMapper.java          |  2 +-
 .../dao/mapper/ProcessInstanceMapper.xml           |  2 +-
 .../remote/command/TaskExecuteResponseCommand.java |  1 +
 .../server/master/runner/MasterExecThread.java     | 42 +++++++++--------
 .../worker/task/AbstractCommandExecutor.java       | 23 ++++++----
 .../server/worker/task/ShellCommandExecutor.java   |  3 ++
 .../server/worker/task/shell/ShellTask.java        |  2 +-
 .../worker/task/AbstractCommandExecutorTest.java   | 53 ++++++++++------------
 .../task/{shell => }/ShellTaskReturnTest.java      | 14 +++++-
 .../server/worker/task/shell/ShellTaskTest.java    |  3 +-
 .../service/process/ProcessService.java            | 18 ++++----
 .../service/process/ProcessServiceTest.java        |  2 +-
 pom.xml                                            |  2 +
 13 files changed, 96 insertions(+), 71 deletions(-)
 copy dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/threadutils/ThreadPoolExecutorsTest.java => dolphinscheduler-server/src/test/java/org/apache/dolphinscheduler/server/worker/task/AbstractCommandExecutorTest.java (50%)
 rename dolphinscheduler-server/src/test/java/org/apache/dolphinscheduler/server/worker/task/{shell => }/ShellTaskReturnTest.java (92%)