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 20ed40b  Better diagnostics and self-healing of docker-compose (#17484)
     new 26e8d2d  Fix bug that log can't be shown when task runs failed (#16768)
     new 1be2003  Fix task retries when they receive sigkill and have retries 
and properly handle sigterm (#16301)
     new fe70111  Add 'queued' to DagRunState (#16854)

The 3 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:
 airflow/jobs/local_task_job.py         |  24 ++--
 airflow/jobs/scheduler_job.py          |  19 ++-
 airflow/models/dag.py                  |  10 +-
 airflow/models/dagrun.py               |  16 +--
 airflow/models/taskinstance.py         |   4 +-
 airflow/utils/state.py                 |   2 +-
 tests/dag_processing/test_processor.py |  23 ++++
 tests/jobs/test_local_task_job.py      | 206 +++++++++++++++++++++++++++++----
 tests/models/test_taskinstance.py      |  32 +++++
 9 files changed, 276 insertions(+), 60 deletions(-)

Reply via email to