You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/06/15 13:57:03 UTC

[airflow] branch master updated (832593a -> d0e06ef)

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

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


    from 832593a  Add /version endpoint (#9296)
     add d0e06ef  Keep consistent system test names (#9272)

No new revisions were added by this update.

Summary of changes:
 ...erator_system.py => test_cloud_build_system.py} |   0
 .../test_cloud_sql_operatorquery_system.py         | 128 ---------------------
 .../cloud/operators/test_cloud_sql_system.py       | 101 +++++++++++++++-
 ...perator_system.py => test_gcs_to_gcs_system.py} |   0
 tests/test_project_structure.py                    |  38 +++++-
 5 files changed, 133 insertions(+), 134 deletions(-)
 rename tests/providers/google/cloud/operators/{test_cloud_build_operator_system.py => test_cloud_build_system.py} (100%)
 delete mode 100644 tests/providers/google/cloud/operators/test_cloud_sql_operatorquery_system.py
 rename tests/providers/google/cloud/operators/{test_gcs_to_gcs_operator_system.py => test_gcs_to_gcs_system.py} (100%)