The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix/openlineage-fork-deprecation-warning has failed.
Run started by GitHub user I-am-Uchenna (triggered by potiuk).

Head commit for run:
7912a81d3a6494825e07aa4dbb365bd9e5139c5f / Uchenna 
<[email protected]>
Replace os.fork() with threading.Thread in _fork_execute

Replace _fork_execute (which called os.fork()) with _thread_execute
using a daemon thread. This eliminates the DeprecationWarning on
Python 3.12+ without suppressing it. Threads share the parent's
address space so closures with non-picklable ORM objects work
without serialization, and join(timeout) provides the same
timeout protection as the old fork path.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to