This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch v2-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from a4c8201 Replaced 2.3.3 in entrypoint docs
new 00652ec Fix failing main. (#20094)
new 1b958ca Fix race condition when starting DagProcessorAgent (#19935)
new 7dd9923 Move setgid as the first command executed in forked task
runner (#20040)
new 20ac7c1 Fix flaky on_kill (#20054)
The 4 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/dag_processing/manager.py | 10 +++
airflow/task/task_runner/standard_task_runner.py | 10 +--
airflow/utils/process_utils.py | 55 ++++++++++++-----
tests/dag_processing/test_processor.py | 50 +++++++++++++++
tests/dags/test_on_kill.py | 10 ++-
.../task/task_runner/test_standard_task_runner.py | 71 ++++++++++++++--------
tests/www/views/test_views_rendered.py | 2 +-
7 files changed, 160 insertions(+), 48 deletions(-)