The GitHub Actions job "Tests" on 
airflow.git/fix/aws-cli-cache-race-condition-60943 has failed.
Run started by GitHub user Vamsi-klu (triggered by Vamsi-klu).

Head commit for run:
6cf03867375f7877e57a4a1330cbd19d70243550 / Ramachandra Nalam 
<[email protected]>
Fix race condition in AWS CLI cache creation during parallel 
KubernetesPodOperator auth (#60943)

Pre-create ~/.aws/cli/cache directory in KubernetesHook.get_conn() to
prevent a FileExistsError race condition when multiple KPO tasks
authenticate via `aws eks get-token` concurrently on the same Celery
worker.

Older botocore versions (<1.40.2) call os.makedirs() without
exist_ok=True, causing intermittent task failures before pod creation.

closes: #60943

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

With regards,
GitHub Actions via GitBox


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

Reply via email to