You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ca...@apache.org on 2022/03/18 08:34:37 UTC

[dolphinscheduler] branch dev updated (7ca5cdd -> 30746d9)

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

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


    from 7ca5cdd  [Fix][UI Next][V1.0.0-Alpha] The problem of multi-language support in FeiShu alert instance. (#8981)
     add 30746d9  [python] Add integrated test to python gateway server (#8966)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/py-ci.yml                        | 66 ++++++++++++++-
 .../pydolphinscheduler/DEVELOP.md                  | 32 +++++--
 .../pydolphinscheduler/pytest.ini                  |  2 +
 .../pydolphinscheduler/setup.py                    |  1 +
 .../src/pydolphinscheduler/core/configuration.py   |  4 +-
 .../tests/core/test_configuration.py               |  2 +-
 .../utils => tests/integration}/__init__.py        |  2 +-
 .../tests/integration/test_submit_examples.py      | 58 +++++++++++++
 .../pydolphinscheduler/tests/testing/constants.py  |  9 ++
 .../tests/testing/docker_wrapper.py                | 98 ++++++++++++++++++++++
 dolphinscheduler-python/pydolphinscheduler/tox.ini |  7 +-
 .../src/main/docker/Dockerfile                     |  2 +-
 12 files changed, 271 insertions(+), 12 deletions(-)
 copy dolphinscheduler-python/pydolphinscheduler/{src/pydolphinscheduler/utils => tests/integration}/__init__.py (92%)
 create mode 100644 dolphinscheduler-python/pydolphinscheduler/tests/integration/test_submit_examples.py
 create mode 100644 dolphinscheduler-python/pydolphinscheduler/tests/testing/docker_wrapper.py