The GitHub Actions job "Tests (ARM)" on airflow.git/main has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
5aa9fe64e905751e11d59fdd3200fb7abf851132 / Daniel Standish 
<[email protected]>
Mark task worker span as failed when the task fails (#69146)

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.

If the SIGALRM-based kill ever fails to fire, the test would otherwise
block for the full sleep duration before failing with a not-raised
error; 200ms bounds that worst case while staying well above the 10ms
timeout.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to