The GitHub Actions job "Tests" on airflow.git/fix-dag-test-context-exception 
has failed.
Run started by GitHub user Vamsi-klu (triggered by Vamsi-klu).

Head commit for run:
75a3b5c5b38b7fbb908ab5c1dbf0eeb26787e042 / deepinsight coder 
<[email protected]>
Fix dag.test() callbacks missing context["exception"]

The in-process supervisor used by dag.test() did not set
context["exception"] before invoking finalize(), so on_failure_callback
and on_retry_callback could not read the raised exception in
dag.test(), unlike normal subprocess execution. Mirror the subprocess
path in task_runner.main() by assigning context["exception"] = error
between run() and finalize().

Report URL: https://github.com/apache/airflow/actions/runs/25269524313

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to