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

wenjun pushed a change to branch dev_wenjun_refactorMaster
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


 discard 75ca4d4f4a Refactor Master
     add e3bd26322f [Improvement][UT] Improve Worker runner coverage (#15428)
     add 15ef11b486 Refactor Master

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (75ca4d4f4a)
            \
             N -- N -- N   refs/heads/dev_wenjun_refactorMaster (15ef11b486)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../runner/WorkerTaskExecutorFactoryBuilder.java   |  15 ++
 ...anceExecutionEventAckListenFunctionManager.java |   9 +
 ...tanceExecutionFinishEventAckListenFunction.java |   4 +
 ...nstanceExecutionInfoEventAckListenFunction.java |   4 +
 ...anceExecutionRunningEventAckListenFunction.java |   3 +
 .../TaskInstanceDispatchOperationFunction.java     |   9 +
 .../TaskInstanceKillOperationFunction.java         |   7 +
 .../TaskInstanceOperationFunctionManager.java      |  11 +
 .../UpdateWorkflowHostOperationFunction.java       |   4 +
 ...nstanceExecutionEventAckListenFunctionTest.java | 104 ++++++++
 .../TaskInstanceOperationFunctionTest.java         | 280 +++++++++++++++++++++
 11 files changed, 450 insertions(+)
 create mode 100644 
dolphinscheduler-worker/src/test/java/org/apache/dolphinscheduler/server/worker/runner/listener/TaskInstanceExecutionEventAckListenFunctionTest.java
 create mode 100644 
dolphinscheduler-worker/src/test/java/org/apache/dolphinscheduler/server/worker/runner/operator/TaskInstanceOperationFunctionTest.java

Reply via email to