This is an automated email from the ASF dual-hosted git repository.
jhtimmins pushed a change to branch v2-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 73ff5a8 Fix redacting secrets in context exceptions. (#17618)
new eadbfe5 Run mini scheduler in LocalTaskJob during task exit (#16289)
new a3e8c22 Add Pytest fixture to create dag and dagrun and use it on
local task job tests (#16889)
new 4e9f993 Fix task retries when they receive sigkill and have retries
and properly handle sigterm (#16301)
new ca51dbe Use dag_maker fixture in test_backfill_job.py (#17118)
new 7c95417 Improve `dag_maker` fixture (#17324)
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
tests/conftest.py | 53 ++++---
tests/jobs/test_backfill_job.py | 316 ++++++++++++++++++--------------------
tests/jobs/test_local_task_job.py | 104 +++++--------
3 files changed, 216 insertions(+), 257 deletions(-)