The GitHub Actions job "Tests (AMD)" on 
airflow.git/rename-task-failure-handlers has succeeded.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
4046c1351fd3c463881396821cec3e55d27b8a65 / Kaxil Naik <[email protected]>
Rename task-failure handlers so naming matches the call hierarchy

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/27180842088

With regards,
GitHub Actions via GitBox


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

Reply via email to