The GitHub Actions job "Tests AMD" on airflow.git/add-fix-async has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
006c457d4ccb01073ebb756e6fa2aded56e1049d / Kaxil Naik <[email protected]>
Fix Python 3.12+ fork warning in async connection tests

Resolves intermittent test failure where `asgiref.sync.sync_to_async` creates
ThreadPoolExecutors that persist between tests, causing Python 3.12+ to warn
about forking multi-threaded processes when supervisor.py calls `os.fork()`.

Added targeted cleanup of asgiref executors after async tests to ensure
clean thread environment for subsequent tests that use `fork()`.

Example failure: 
https://github.com/apache/airflow/actions/runs/17957802850/job/51079451184#step:9:696

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

With regards,
GitHub Actions via GitBox


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

Reply via email to