The GitHub Actions job "Tests (AMD)" on airflow.git/main has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 6132261fb49e6ffd46846b6c4cee9832fc472b96 / Kaxil Naik <[email protected]> Rename task-failure handlers so naming matches the call hierarchy (#68264) After #68254 routed the non-deferrable TriggerDagRunOperator failed-state branch through the retry-policy wrapper, _handle_current_task_failed had zero direct external callers -- every failure path now enters through _apply_retry_policy_or_default. The names were inverted relative to the call hierarchy: the function named like the umbrella ("handle current task failed") was the private mechanics primitive, and the one named like a sub-step was the actual entry point. Rename so the umbrella name is the entry point: - _apply_retry_policy_or_default -> _handle_current_task_failed (entry point: evaluate the policy, then fall back to the standard decision) - old _handle_current_task_failed -> _finalize_task_failure (mechanics: emit metrics, build the retry-or-fail message) Pure rename, no behavior change. Report URL: https://github.com/apache/airflow/actions/runs/27215247346 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
