This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-aedb5118de
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard af29b337775 Bump the core-ui-package-updates group across 1 directory
with 53 updates
add ac14b470d25 Add task SDK integration test foundation with JWT auth and
session fixtures (#56139)
add 141193af377 Bump the core-ui-package-updates group across 1 directory
with 53 updates
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 (af29b337775)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-aedb5118de
(141193af377)
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:
.../dags/test_dag.py | 29 ++-
task-sdk-tests/docker/docker-compose.yaml | 18 +-
task-sdk-tests/tests/task_sdk_tests/__init__.py | 8 +
task-sdk-tests/tests/task_sdk_tests/conftest.py | 245 ++++++++++++++++++++-
task-sdk-tests/tests/task_sdk_tests/constants.py | 21 +-
task-sdk-tests/tests/task_sdk_tests/jwt_plugin.py | 107 +++++++++
.../tests/task_sdk_tests/test_task_sdk_health.py | 130 ++---------
7 files changed, 430 insertions(+), 128 deletions(-)
copy airflow-core/tests/unit/listeners/very_slow_listener.py =>
task-sdk-tests/dags/test_dag.py (54%)
create mode 100644 task-sdk-tests/tests/task_sdk_tests/jwt_plugin.py