This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from d12db77 Cancel queued/running builds on second push to PR (#9513)
add 61f4e9e Fix logging issue when running tasks (#9363)
No new revisions were added by this update.
Summary of changes:
airflow/cli/commands/task_command.py | 36 +++++++-
airflow/settings.py | 7 ++
airflow/task/task_runner/standard_task_runner.py | 6 +-
tests/cli/commands/test_task_command.py | 99 ++++++++++++++++++++++
...test_mark_success.py => test_logging_in_dag.py} | 32 ++++---
5 files changed, 162 insertions(+), 18 deletions(-)
copy tests/dags/{test_mark_success.py => test_logging_in_dag.py} (65%)