seanghaeli commented on PR #66608:
URL: https://github.com/apache/airflow/pull/66608#issuecomment-4410184574

   ## Verification
   
   Ran end-to-end in Breeze (Postgres backend, full DB init + migrations):
   
   - `test_triggerer_job.py`: 56 passed — confirms `GetDagRun`/`DagRunResult` 
union types don't break existing trigger handling
   - `test_callback.py`: 7 passed — confirms context is fetched via 
`SUPERVISOR_COMMS.asend(GetDagRun(...))` and backward compat with old 
stored-context callbacks works
   - `test_callback_supervisor.py`: 12 passed — confirms `GetDagRun` handler in 
the executor callback path
   - `test_deadline.py`: 46 passed — confirms `handle_miss` stores only 
identifiers (not serialized context) in callback kwargs
   
   Also verified: `DagRun` model has all accessed fields (`logical_date`, 
`data_interval_start/end`, `conf`), and `asend()` is the correct async calling 
pattern for triggers (used by `TriggerCommsDecoder` set up in `init_comms()`).
   
   ---
   Drafted-by: Claude Code (Opus 4.6); reviewed by @seanghaeli before posting


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to