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

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


    from 3db2e7c  Breeze: Fix issue with pulling an image via ID (#11255)
     add f697ff2  Move test tools from tests.utils to tests.test_utils (#10889)

No new revisions were added by this update.

Summary of changes:
 tests/conftest.py                                        |  2 +-
 tests/jobs/test_scheduler_job.py                         |  2 +-
 .../cloud/operators/test_cloud_build_system_helper.py    |  2 +-
 .../cloud/operators/test_cloud_sql_system_helper.py      |  2 +-
 .../google/cloud/operators/test_compute_system_helper.py |  2 +-
 .../google/cloud/operators/test_gcs_system_helper.py     |  2 +-
 tests/providers/google/cloud/utils/gcp_authenticator.py  |  2 +-
 tests/test_utils/amazon_system_helpers.py                |  2 +-
 tests/test_utils/gcp_system_helpers.py                   |  2 +-
 tests/{utils => test_utils}/logging_command_executor.py  |  0
 tests/{utils => test_utils}/perf/dags/elastic_dag.py     |  0
 tests/{utils => test_utils}/perf/dags/perf_dag_1.py      |  0
 tests/{utils => test_utils}/perf/dags/perf_dag_2.py      |  0
 tests/{utils => test_utils}/perf/dags/sql_perf_dag.py    |  0
 tests/{utils => test_utils}/perf/perf_kit/__init__.py    |  0
 tests/{utils => test_utils}/perf/perf_kit/memory.py      |  0
 tests/{utils => test_utils}/perf/perf_kit/python.py      |  0
 .../perf/perf_kit/repeat_and_time.py                     |  0
 tests/{utils => test_utils}/perf/perf_kit/sqlalchemy.py  |  0
 .../perf/scheduler_dag_execution_timing.py               |  0
 .../{utils => test_utils}/perf/scheduler_ops_metrics.py  |  0
 tests/{utils => test_utils}/perf/sql_queries.py          |  0
 tests/test_utils/system_tests_class.py                   |  2 +-
 tests/utils/{dag_cycle_tester.py => test_dag_cycle.py}   | 16 ++++++++--------
 24 files changed, 18 insertions(+), 18 deletions(-)
 rename tests/{utils => test_utils}/logging_command_executor.py (100%)
 rename tests/{utils => test_utils}/perf/dags/elastic_dag.py (100%)
 rename tests/{utils => test_utils}/perf/dags/perf_dag_1.py (100%)
 rename tests/{utils => test_utils}/perf/dags/perf_dag_2.py (100%)
 rename tests/{utils => test_utils}/perf/dags/sql_perf_dag.py (100%)
 rename tests/{utils => test_utils}/perf/perf_kit/__init__.py (100%)
 rename tests/{utils => test_utils}/perf/perf_kit/memory.py (100%)
 rename tests/{utils => test_utils}/perf/perf_kit/python.py (100%)
 rename tests/{utils => test_utils}/perf/perf_kit/repeat_and_time.py (100%)
 rename tests/{utils => test_utils}/perf/perf_kit/sqlalchemy.py (100%)
 rename tests/{utils => test_utils}/perf/scheduler_dag_execution_timing.py 
(100%)
 rename tests/{utils => test_utils}/perf/scheduler_ops_metrics.py (100%)
 rename tests/{utils => test_utils}/perf/sql_queries.py (100%)
 rename tests/utils/{dag_cycle_tester.py => test_dag_cycle.py} (92%)

Reply via email to