The GitHub Actions job "Tests (AMD)" on 
airflow.git/worker-span-error-on-failure has succeeded.
Run started by GitHub user dstandish (triggered by dstandish).

Head commit for run:
b154f47ee5cfdcaf4a26b3efeb2fa29a6512dfc2 / Daniel Standish 
<[email protected]>
Mark task worker span as failed when the task fails

run() converts every task failure into a returned state plus error rather than 
re-raising, so the worker.<task_id> OTel span never observed the failure 
through exception propagation and was left with an unset status. Derive the 
span status from run()'s result so a failed task shows as an error in traces, 
consistently and regardless of trace detail level.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to