This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 175b960ce0d AIP-84 Migrate GET Dag Runs endpoint to FastAPI (#43506)
add 85540016465 AIP-72: Add a basic test for a task run (#44203)
No new revisions were added by this update.
Summary of changes:
.../src/airflow/sdk/execution_time/task_runner.py | 7 +++--
.../dags/{super_basic.py => super_basic_run.py} | 12 ++++++--
task_sdk/tests/execution_time/test_supervisor.py | 36 +++++++++++++++++++++-
task_sdk/tests/execution_time/test_task_runner.py | 15 ++++++++-
4 files changed, 62 insertions(+), 8 deletions(-)
copy task_sdk/tests/dags/{super_basic.py => super_basic_run.py} (79%)