This is an automated email from the ASF dual-hosted git repository.
ash pushed a change to branch
v3-backport-rework-tasksdk-supervisor-comms-protocol
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard ae328a1cbf0 fixup! Switch the Supervisor/task process from line-based
to length-prefixed (#51699)
discard 31749382b85 Switch the Supervisor/task process from line-based to
length-prefixed (#51699)
add 33875dbf09c Delete import error when a dag bundle becomes inactive
(#51800) (#51921)
add 0daf753c34f [v3-0-test] Persist EventsTimetable's description during
serialization (#51203) (#51926)
add 0af11837b52 Switch the Supervisor/task process from line-based to
length-prefixed (#51699)
add 8cfc277c820 fixup! Switch the Supervisor/task process from line-based
to length-prefixed (#51699)
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 (ae328a1cbf0)
\
N -- N -- N
refs/heads/v3-backport-rework-tasksdk-supervisor-comms-protocol (8cfc277c820)
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:
.../src/airflow/dag_processing/bundles/manager.py | 6 +++++
airflow-core/src/airflow/dag_processing/manager.py | 6 ++---
airflow-core/src/airflow/timetables/events.py | 14 ++++++++---
.../bundles/test_dag_bundle_manager.py | 23 +++++++++++------
.../tests/unit/timetables/test_events_timetable.py | 29 ++++++++++++++++++++++
.../src/airflow/sdk/execution_time/supervisor.py | 2 +-
6 files changed, 64 insertions(+), 16 deletions(-)