This is an automated email from the ASF dual-hosted git repository.
ephraimanierobi pushed a change to branch v2-4-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 8de8111b4b Add release notes
omit 2bccfa34f0 Update version to 2.4.3
add 3ad613e535 Replace `unittests` test cases by pure `pytest` [Wave-1]
(#26831)
add aae63705e9 Fix double logging with some task logging handler (#27591)
add 69139a3225 Update version to 2.4.3
add b668e2d84d Add release notes
add 76c50a54e5 EXPERIMENT: pin azure-identity to <1.12.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (8de8111b4b)
\
N -- N -- N refs/heads/v2-4-test (76c50a54e5)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
RELEASE_NOTES.rst | 1 +
airflow/providers/microsoft/azure/provider.yaml | 2 +-
airflow/utils/log/file_task_handler.py | 7 +-
airflow/utils/log/logging_mixin.py | 41 ++++--
generated/provider_dependencies.json | 2 +-
tests/always/test_secrets.py | 9 +-
tests/always/test_secrets_backends.py | 21 ++--
tests/always/test_secrets_local_filesystem.py | 138 +++++++++++----------
tests/api/auth/test_client.py | 3 +-
tests/api/client/test_local_client.py | 12 +-
tests/api/common/test_trigger_dag.py | 15 ++-
tests/api_connexion/schemas/test_common_schema.py | 9 +-
.../schemas/test_connection_schema.py | 21 ++--
tests/api_connexion/schemas/test_dag_run_schema.py | 14 +--
tests/api_connexion/schemas/test_error_schema.py | 8 +-
tests/api_connexion/schemas/test_health_schema.py | 6 +-
tests/api_connexion/schemas/test_plugin_schema.py | 6 +-
tests/api_connexion/schemas/test_pool_schemas.py | 14 +--
.../schemas/test_task_instance_schema.py | 108 +++++++---------
tests/api_connexion/schemas/test_version_schema.py | 13 +-
tests/api_connexion/test_parameters.py | 13 +-
tests/cli/commands/test_celery_command.py | 23 ++--
tests/cli/commands/test_cheat_sheet_command.py | 5 +-
tests/cli/commands/test_config_command.py | 9 +-
tests/cli/commands/test_dag_command.py | 7 +-
tests/cli/commands/test_dag_processor_command.py | 5 +-
tests/cli/commands/test_info_command.py | 12 +-
tests/cli/commands/test_jobs_command.py | 15 ++-
tests/cli/commands/test_kerberos_command.py | 5 +-
tests/cli/commands/test_kubernetes_command.py | 9 +-
tests/cli/commands/test_legacy_commands.py | 5 +-
tests/cli/commands/test_plugins_command.py | 7 +-
.../cli/commands/test_rotate_fernet_key_command.py | 9 +-
tests/cli/commands/test_scheduler_command.py | 44 +++----
tests/cli/commands/test_sync_perm_command.py | 5 +-
tests/cli/commands/test_triggerer_command.py | 5 +-
tests/cli/commands/test_variable_command.py | 9 +-
tests/cli/commands/test_version_command.py | 5 +-
tests/cli/commands/test_webserver_command.py | 13 +-
tests/cli/test_cli_parser.py | 21 ++--
tests/core/test_config_templates.py | 17 +--
tests/core/test_logging_config.py | 13 +-
tests/core/test_settings.py | 24 ++--
tests/core/test_sqlalchemy_config.py | 7 +-
tests/core/test_stats.py | 22 ++--
tests/dag_processing/test_manager.py | 7 +-
tests/executors/test_dask_executor.py | 17 ++-
tests/executors/test_executor_loader.py | 24 ++--
tests/executors/test_kubernetes_executor.py | 16 +--
tests/executors/test_local_executor.py | 3 +-
tests/executors/test_sequential_executor.py | 3 +-
tests/hooks/test_subprocess.py | 24 ++--
tests/kubernetes/models/test_secret.py | 3 +-
tests/kubernetes/test_client.py | 9 +-
tests/macros/test_hive.py | 3 +-
tests/models/test_dagcode.py | 7 +-
tests/models/test_param.py | 4 +-
tests/operators/test_branch_operator.py | 13 +-
tests/operators/test_trigger_dagrun.py | 8 +-
tests/operators/test_weekday.py | 57 ++++-----
tests/plugins/test_plugin_ignore.py | 7 +-
tests/sensors/test_bash.py | 5 +-
tests/sensors/test_filesystem.py | 5 +-
tests/sensors/test_time_delta.py | 5 +-
tests/sensors/test_timeout_sensor.py | 5 +-
tests/sensors/test_weekday_sensor.py | 44 ++++---
tests/task/task_runner/test_cgroup_task_runner.py | 3 +-
tests/task/task_runner/test_task_runner.py | 7 +-
.../deps/test_dag_ti_slots_available_dep.py | 3 +-
tests/ti_deps/deps/test_dag_unpaused_dep.py | 3 +-
tests/ti_deps/deps/test_dagrun_exists_dep.py | 3 +-
tests/ti_deps/deps/test_dagrun_id_dep.py | 3 +-
tests/ti_deps/deps/test_not_in_retry_period_dep.py | 3 +-
.../ti_deps/deps/test_pool_slots_available_dep.py | 7 +-
tests/ti_deps/deps/test_ready_to_reschedule_dep.py | 3 +-
tests/ti_deps/deps/test_task_concurrency.py | 3 +-
tests/ti_deps/deps/test_task_not_running_dep.py | 3 +-
tests/ti_deps/deps/test_valid_state_dep.py | 3 +-
tests/utils/log/test_file_processor_handler.py | 8 +-
tests/utils/log/test_json_formatter.py | 3 +-
tests/utils/test_dag_cycle.py | 4 +-
tests/utils/test_dates.py | 5 +-
tests/utils/test_docs.py | 10 +-
tests/utils/test_email.py | 5 +-
tests/utils/test_event_scheduler.py | 3 +-
tests/utils/test_file.py | 5 +-
tests/utils/test_json.py | 7 +-
tests/utils/test_logging_mixin.py | 102 ++++++++++++---
tests/utils/test_module_loading.py | 4 +-
tests/utils/test_net.py | 3 +-
tests/utils/test_operator_helpers.py | 6 +-
tests/utils/test_operator_resources.py | 4 +-
...test_preexisting_python_virtualenv_decorator.py | 4 +-
tests/utils/test_python_virtualenv.py | 3 +-
tests/utils/test_sqlalchemy.py | 23 ++--
tests/utils/test_timezone.py | 3 +-
tests/utils/test_trigger_rule.py | 4 +-
tests/utils/test_weekday.py | 50 ++++----
tests/utils/test_weight_rule.py | 4 +-
tests/www/test_app.py | 5 +-
tests/www/test_init_views.py | 3 +-
tests/www/test_utils.py | 13 +-
tests/www/test_validators.py | 11 +-
103 files changed, 669 insertions(+), 695 deletions(-)