The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix-otel-detach-context-execution-api has succeeded.
Run started by GitHub user dheerajturaga (triggered by dheerajturaga).

Head commit for run:
1fcb702ae424b0eeabff5a2e71dc8d7b3d288d69 / Dheeraj Turaga 
<[email protected]>
Simplify trace context detach guard to use asyncio.current_task() identity check

Replace the three-branch except/else structure with a single finally guarded
by asyncio.current_task() is attached_in. Same-task unwinds (normal completion,
route exceptions, same-task aclose) all detach correctly; cross-task force-close
skips detach since the contextvars.Context differs.

Also adds test_detach_skipped_on_cross_task_aclose which actually runs aclose()
from a real separate asyncio task, directly exercising the task-guard.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to