You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by di...@apache.org on 2020/10/11 14:42:21 UTC

[airflow] branch master updated (4de8f85 -> 5bc5994)

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

dimberman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 4de8f85  Fixes SHA used for cancel-workflow-action (#11400)
     add 5bc5994  	Split tests to more sub-types (#11402)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           |  27 +++-
 BREEZE.rst                                         |  17 ++-
 TESTING.rst                                        |  57 +++++++-
 breeze                                             |  46 ++++++-
 breeze-complete                                    |  12 +-
 scripts/ci/docker-compose/base.yml                 |   7 +-
 scripts/ci/libraries/_docker.env                   |   4 +
 scripts/ci/libraries/_initialization.sh            |  23 ++--
 scripts/ci/libraries/_parameters.sh                |  28 ++--
 scripts/ci/libraries/_push_pull_remove_images.sh   |  14 ++
 scripts/ci/testing/ci_run_airflow_testing.sh       |   9 +-
 scripts/in_container/entrypoint_ci.sh              | 143 +++++++++++++++------
 scripts/in_container/run_ci_tests.sh               |  57 ++++++--
 tests/bats/test_breeze_complete.bats               |   8 ++
 tests/cli/commands/test_connection_command.py      |  22 +++-
 tests/{ => core}/test_config_templates.py          |   0
 tests/{ => core}/test_configuration.py             |   0
 tests/{ => core}/test_core.py                      |   0
 tests/{ => core}/test_core_to_contrib.py           |   0
 tests/{ => core}/test_example_dags.py              |   0
 tests/{ => core}/test_example_dags_system.py       |   0
 .../test_impersonation_tests.py}                   |   0
 tests/{ => core}/test_local_settings.py            |   0
 tests/{ => core}/test_logging_config.py            |   0
 tests/{ => core}/test_project_structure.py         |   4 +-
 tests/{ => core}/test_sentry.py                    |   0
 tests/{ => core}/test_sqlalchemy_config.py         |   3 +-
 tests/{ => core}/test_stats.py                     |  18 +--
 tests/jobs/test_backfill_job.py                    |   1 +
 tests/jobs/test_local_task_job.py                  |   3 +-
 tests/jobs/test_scheduler_job.py                   |   2 +-
 tests/serialization/test_dag_serialization.py      |   2 +
 .../task/task_runner/test_standard_task_runner.py  |   6 +-
 tests/utils/test_dag_processing.py                 |   2 +-
 tests/www/test_views.py                            |   5 +-
 35 files changed, 401 insertions(+), 119 deletions(-)
 rename tests/{ => core}/test_config_templates.py (100%)
 rename tests/{ => core}/test_configuration.py (100%)
 rename tests/{ => core}/test_core.py (100%)
 rename tests/{ => core}/test_core_to_contrib.py (100%)
 rename tests/{ => core}/test_example_dags.py (100%)
 rename tests/{ => core}/test_example_dags_system.py (100%)
 rename tests/{test_impersonation.py => core/test_impersonation_tests.py} (100%)
 rename tests/{ => core}/test_local_settings.py (100%)
 rename tests/{ => core}/test_logging_config.py (100%)
 rename tests/{ => core}/test_project_structure.py (99%)
 rename tests/{ => core}/test_sentry.py (100%)
 rename tests/{ => core}/test_sqlalchemy_config.py (96%)
 rename tests/{ => core}/test_stats.py (93%)