You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2021/03/15 14:48:12 UTC

[airflow] branch master updated (23faf5a -> fd37390)

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

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


    from 23faf5a  Add documentation for SQLite upgrade on AmazonLinux2 and CentOS (#14351)
     add fd37390  Further speed up Connexion API tests with pytest session fixtures (#14746)

No new revisions were added by this update.

Summary of changes:
 pylintrc-tests                                     |   4 +-
 .../api_connexion/endpoints/conftest.py            |  45 +++----
 .../endpoints/test_config_endpoint.py              |  43 ++++---
 .../endpoints/test_connection_endpoint.py          |  63 ++++------
 tests/api_connexion/endpoints/test_dag_endpoint.py | 116 +++++++++---------
 .../endpoints/test_dag_run_endpoint.py             | 112 +++++++++---------
 .../endpoints/test_dag_source_endpoint.py          |  45 ++++---
 .../endpoints/test_event_log_endpoint.py           |  44 ++++---
 .../endpoints/test_extra_link_endpoint.py          |  65 +++++------
 .../endpoints/test_health_endpoint.py              |  22 ++--
 .../endpoints/test_import_error_endpoint.py        |  55 ++++-----
 tests/api_connexion/endpoints/test_log_endpoint.py | 130 ++++++++-------------
 .../endpoints/test_plugin_endpoint.py              |  47 ++++----
 .../api_connexion/endpoints/test_pool_endpoint.py  |  66 +++++------
 .../api_connexion/endpoints/test_task_endpoint.py  |  97 ++++++++-------
 .../endpoints/test_task_instance_endpoint.py       |  57 ++++-----
 .../endpoints/test_variable_endpoint.py            |  57 +++++----
 .../endpoints/test_version_endpoint.py             |  21 ++--
 .../api_connexion/endpoints/test_xcom_endpoint.py  |  88 +++++++-------
 19 files changed, 522 insertions(+), 655 deletions(-)
 copy airflow/providers/celery/provider.yaml => tests/api_connexion/endpoints/conftest.py (55%)