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/12 11:37:04 UTC

[airflow] branch master updated (e375c83 -> cdfa4ee)

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 e375c83  Add note on execution_delta to ExternalTaskSensor docs (#14741)
     add cdfa4ee  Speed up www and api_connexion tests (#14684)

No new revisions were added by this update.

Summary of changes:
 airflow/www/app.py                                 |  6 ++
 .../endpoints/test_connection_endpoint.py          |  4 +
 tests/api_connexion/endpoints/test_dag_endpoint.py |  7 ++
 .../endpoints/test_dag_run_endpoint.py             |  4 +
 .../endpoints/test_dag_source_endpoint.py          |  4 +
 .../endpoints/test_event_log_endpoint.py           |  4 +
 .../endpoints/test_extra_link_endpoint.py          |  4 +
 .../endpoints/test_health_endpoint.py              |  4 +
 .../endpoints/test_import_error_endpoint.py        |  4 +
 tests/api_connexion/endpoints/test_log_endpoint.py |  5 ++
 .../endpoints/test_plugin_endpoint.py              |  4 +
 .../api_connexion/endpoints/test_pool_endpoint.py  |  4 +
 .../api_connexion/endpoints/test_task_endpoint.py  |  7 ++
 .../endpoints/test_task_instance_endpoint.py       |  5 +-
 .../endpoints/test_variable_endpoint.py            |  4 +
 .../endpoints/test_version_endpoint.py             |  4 +
 .../api_connexion/endpoints/test_xcom_endpoint.py  |  4 +
 tests/test_utils/decorators.py                     | 68 ++++++++++++++++
 .../www/api/experimental/test_dag_runs_endpoint.py |  9 ++
 tests/www/api/experimental/test_endpoints.py       |  4 +
 tests/www/test_app.py                              | 16 ++--
 tests/www/test_views.py                            | 95 ++++++++++++++--------
 22 files changed, 230 insertions(+), 40 deletions(-)
 create mode 100644 tests/test_utils/decorators.py