This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a change to branch v2-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from e35588c  BugFix: Null execution date on insert to ``task_fail`` 
violating NOT NULL (#18979)
     new d9af965  CLI: Fail ``backfill`` command before loading DAGs if missing 
args (#18994)
     new f094e6f  Fix occassional deadloc on MSSQL test DagMaker cleanup 
(#18857)
     new 2e8773b  Don't bake ENV and _cmd into tmp config for non-sudo (#18772)

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/cli/commands/dag_command.py             |  4 +-
 airflow/task/task_runner/base_task_runner.py    |  4 +-
 airflow/utils/configuration.py                  | 14 ++++++-
 tests/cli/commands/test_dag_command.py          | 10 +++++
 tests/conftest.py                               | 54 ++++++++++++++++---------
 tests/task/task_runner/test_base_task_runner.py | 54 +++++++++++++++++++++++++
 6 files changed, 114 insertions(+), 26 deletions(-)
 create mode 100644 tests/task/task_runner/test_base_task_runner.py

Reply via email to