The GitHub Actions job "Tests (AMD)" on 
airflow.git/k8s-executor-async-pod-creation has failed.
Run started by GitHub user 1fanwang (triggered by 1fanwang).

Head commit for run:
191adaa51f7cf32eab660ef110b9308009a67fd8 / 1fanwang <[email protected]>
Seed task_queue in the concurrent-path isolation test

Upstream now creates task_queue lazily in start() (it stays None on a
constructed-but-not-started executor so the API server does not spawn a
multiprocessing Manager). The isolation test drives _create_pods_concurrently
directly without start(), so give it a lightweight in-process queue.Queue()
instead of relying on eager __init__ construction.

Signed-off-by: 1fanwang <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to