This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 45e3e5e6f9 Fix Variables Tests for Database Isolation Tests (#41320)
add aa9bb4bb47 Fix all tests in Other group for Database Isolation Mode
(#41322)
No new revisions were added by this update.
Summary of changes:
tests/dag_processing/test_job_runner.py | 9 ++++
tests/dag_processing/test_processor.py | 20 ++++++++
tests/decorators/test_bash.py | 15 ++++++
tests/decorators/test_branch_external_python.py | 1 +
tests/decorators/test_branch_python.py | 1 +
tests/decorators/test_branch_virtualenv.py | 1 +
tests/decorators/test_condition.py | 4 ++
tests/decorators/test_external_python.py | 30 ++++++++----
tests/decorators/test_python.py | 15 ++++++
tests/decorators/test_python_virtualenv.py | 53 ++++++++++++++--------
tests/decorators/test_sensor.py | 20 +++++---
tests/decorators/test_short_circuit.py | 7 +--
tests/lineage/test_lineage.py | 2 +
tests/listeners/test_dag_import_error_listener.py | 2 +
tests/listeners/test_dataset_listener.py | 1 +
tests/listeners/test_listeners.py | 5 ++
tests/plugins/test_plugins_manager.py | 2 +
tests/sensors/test_base.py | 1 +
tests/sensors/test_external_task_sensor.py | 41 +++++++++++++++++
tests/sensors/test_filesystem.py | 1 +
tests/sensors/test_time_delta.py | 1 +
tests/sensors/test_weekday_sensor.py | 3 ++
tests/task/task_runner/test_base_task_runner.py | 2 +-
.../task/task_runner/test_standard_task_runner.py | 5 ++
tests/task/task_runner/test_task_runner.py | 1 +
tests/triggers/test_external_task.py | 2 +
26 files changed, 206 insertions(+), 39 deletions(-)