You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by je...@apache.org on 2022/10/19 16:14:37 UTC

[airflow] branch main updated (fece7f08d4 -> 03b879d1fe)

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

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


    from fece7f08d4 Don't overwrite connection extra with invalid json (#27142)
     add 03b879d1fe Replace `unittests` in helm chart tests by pure `pytest` [Wave-2] (#26992)

No new revisions were added by this update.

Summary of changes:
 TESTING.rst                                        |  4 +-
 .../src/airflow_breeze/utils/selective_checks.py   | 11 +--
 tests/charts/test_airflow_common.py                |  6 +-
 tests/charts/test_basic_helm_chart.py              | 41 +++++------
 tests/charts/test_celery_kubernetes_executor.py    |  4 +-
 tests/charts/test_chart_quality.py                 |  3 +-
 tests/charts/test_cleanup_pods.py                  | 18 ++---
 tests/charts/test_configmap.py                     | 11 ++-
 tests/charts/test_create_user_job.py               | 21 ++----
 tests/charts/test_dag_processor.py                 | 36 +++++-----
 tests/charts/test_dags_persistent_volume_claim.py  |  4 +-
 tests/charts/test_elasticsearch_secret.py          | 18 ++---
 tests/charts/test_extra_configmaps_secrets.py      | 10 +--
 tests/charts/test_extra_env_env_from.py            | 11 ++-
 tests/charts/test_flower.py                        |  6 +-
 tests/charts/test_git_sync_scheduler.py            |  4 +-
 tests/charts/test_git_sync_triggerer.py            |  4 +-
 tests/charts/test_git_sync_webserver.py            | 34 +++------
 tests/charts/test_git_sync_worker.py               |  4 +-
 tests/charts/test_ingress_flower.py                | 10 +--
 tests/charts/test_ingress_web.py                   | 11 ++-
 tests/charts/test_keda.py                          | 18 ++---
 tests/charts/test_kerberos.py                      |  3 +-
 tests/charts/test_limit_ranges.py                  |  4 +-
 tests/charts/test_logs_persistent_volume_claim.py  |  4 +-
 tests/charts/test_metadata_connection_secret.py    |  3 +-
 tests/charts/test_migrate_database_job.py          | 14 ++--
 tests/charts/test_pdb_pgbouncer.py                 |  4 +-
 tests/charts/test_pdb_scheduler.py                 |  4 +-
 tests/charts/test_pdb_webserver.py                 |  4 +-
 tests/charts/test_pgbouncer.py                     | 26 +++----
 tests/charts/test_pod_launcher_role.py             | 11 ++-
 tests/charts/test_pod_template_file.py             | 40 +++++------
 tests/charts/test_rbac.py                          | 47 ++++---------
 tests/charts/test_redis.py                         | 18 +++--
 tests/charts/test_resource_quota.py                |  4 +-
 .../test_result_backend_connection_secret.py       | 18 ++---
 tests/charts/test_scheduler.py                     | 81 +++++++++++-----------
 tests/charts/test_statsd.py                        | 11 +--
 tests/charts/test_triggerer.py                     | 38 +++++-----
 tests/charts/test_webserver.py                     | 75 ++++++++++----------
 tests/charts/test_worker.py                        | 67 +++++++++---------
 42 files changed, 325 insertions(+), 440 deletions(-)