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/09/28 06:13:31 UTC

[dolphinscheduler] branch dev updated (ad4f344283 -> aa5526ef5d)

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 ad4f344283 [fix][test] Fix flaky test in CI (#12017)
     add aa5526ef5d [Improvement][Test] Remove Powermock in dolphinscheduler-task-plugin (#12153)

No new revisions were added by this update.

Summary of changes:
 .../plugin/task/dvc/DvcTaskTest.java               | 54 ++++--------------
 .../plugin/task/emr/AbstractEmrTask.java           |  2 +-
 .../plugin/task/emr/EmrAddStepsTask.java           |  2 +-
 .../plugin/task/emr/EmrJobFlowTask.java            |  2 +-
 .../plugin/task/emr/EmrAddStepsTaskTest.java       | 65 ++++++++--------------
 .../plugin/task/emr/EmrJobFlowTaskTest.java        | 61 ++++++++------------
 .../plugin/task/http/HttpTaskTest.java             |  8 ++-
 .../plugin/task/mlflow/MlflowTaskTest.java         | 48 +++++-----------
 .../plugin/task/openmldb/OpenmldbTaskTest.java     | 13 +++--
 .../plugin/task/python/PythonTaskTest.java         |  6 +-
 .../plugin/task/pytorch/PytorchTaskTest.java       | 33 +----------
 .../plugin/task/sagemaker/SagemakerTaskTest.java   | 47 ++++------------
 .../plugin/task/spark/SparkTaskTest.java           | 34 ++++-------
 13 files changed, 116 insertions(+), 259 deletions(-)