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 2022/10/15 13:58:44 UTC

[dolphinscheduler] branch dev updated (cd5fb12e46 -> bc80f34056)

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

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


    from cd5fb12e46 [Bug][Python] Python class description error (#12360)
     add bc80f34056 [Migrate][Test] Migrate all UT cases from jUnit 4 to 5 in master, worker, and remote modules (#12362)

No new revisions were added by this update.

Summary of changes:
 .../server/master/BlockingTaskTest.java            | 10 +++---
 .../server/master/ConditionsTaskTest.java          | 41 +++++++---------------
 .../server/master/DependentTaskTest.java           | 28 ++++++---------
 .../server/master/MasterCommandTest.java           |  6 ++--
 .../dolphinscheduler/server/master/ParamsTest.java |  2 +-
 .../server/master/SubProcessTaskTest.java          |  4 +--
 .../server/master/SwitchTaskTest.java              | 33 +++++++----------
 .../ProcessInstanceExecCacheManagerImplTest.java   | 33 +++++++++--------
 .../server/master/config/MasterConfigTest.java     | 12 +++----
 .../consumer/TaskPriorityQueueConsumerTest.java    | 38 ++++++++++----------
 .../master/dispatch/ExecutorDispatcherTest.java    | 19 +++++-----
 .../executor/NettyExecutorManagerTest.java         | 22 ++++++------
 .../dispatch/host/RoundRobinHostManagerTest.java   | 16 ++++-----
 .../dispatch/host/assign/HostWorkerTest.java       | 20 +++++------
 .../host/assign/LowerWeightRoundRobinTest.java     | 36 +++++++++----------
 .../dispatch/host/assign/RandomSelectorTest.java   | 14 ++++----
 .../host/assign/RoundRobinSelectorTest.java        | 40 +++++++++++----------
 .../master/processor/CacheProcessorTest.java       | 12 +++----
 .../master/processor/TaskAckProcessorTest.java     | 16 ++++-----
 .../processor/TaskKillResponseProcessorTest.java   | 10 +++---
 .../processor/queue/TaskResponseServiceTest.java   | 18 +++++-----
 .../master/registry/MasterRegistryClientTest.java  | 15 ++++----
 .../master/runner/MasterTaskExecThreadTest.java    | 16 ++++-----
 .../master/runner/WorkflowExecuteRunnableTest.java | 35 +++++++++---------
 .../runner/task/CommonTaskProcessorTest.java       | 34 +++++++++---------
 .../runner/task/TaskProcessorFactoryTest.java      | 10 +++---
 .../server/master/service/FailoverServiceTest.java | 33 +++++++++--------
 .../remote/NettyRemotingClientTest.java            | 16 ++++-----
 .../command/alert/AlertSendRequestCommandTest.java |  7 ++--
 .../alert/AlertSendResponseCommandTest.java        |  7 ++--
 .../command/cache/CacheExpireCommandTest.java      |  7 ++--
 .../remote/command/future/ResponseFutureTest.java  |  7 ++--
 .../command/log/GetLogBytesRequestCommandTest.java |  8 ++---
 .../log/GetLogBytesResponseCommandTest.java        |  8 ++---
 .../log/RemoveTaskLogRequestCommandTest.java       |  8 ++---
 .../log/RemoveTaskLogResponseCommandTest.java      |  8 ++---
 .../command/log/RollViewLogRequestCommandTest.java |  8 ++---
 .../dolphinscheduler/remote/utils/HostTest.java    | 10 +++---
 .../org/apache/dolphinscheduler/rpc/RpcTest.java   | 10 +++---
 .../server/worker/config/BeanConfigTest.java       | 13 ++++---
 .../processor/TaskDispatchProcessorTest.java       | 14 +++-----
 .../DefaultWorkerDelayTaskExecuteRunnableTest.java |  4 +--
 42 files changed, 336 insertions(+), 372 deletions(-)