The GitHub Actions job "Tests" on airflow.git/fix/kubernetes-pod-operator-xcom-hang has failed. Run started by GitHub user YahelyUshpiz (triggered by potiuk).
Head commit for run: 893dca01c3234a1e600078e77bcb552e47f0d6e3 / Yahely Ushpiz <[email protected]> Fix KubernetesPodOperator XCom sidecar hang on Alpine The [extract_xcom_kill] method previously used to identify and kill the sidecar process. However, the implementation in some Alpine/BusyBox versions does not support the flag, causing the command to fail and the sidecar to hang indefinitely. This commit replaces the command with a portable shell loop that iterates over to identify processes owned by the current user. This ensures compatibility with all Alpine versions and removes the dependency on . Report URL: https://github.com/apache/airflow/actions/runs/19854743727 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
