jayachandrakasarla commented on PR #68450: URL: https://github.com/apache/airflow/pull/68450#issuecomment-4691772173
One of [tests is failing](https://github.com/apache/airflow/actions/runs/27414765280/job/81029797077) and I don't think it's related to my changes. I think the obvious fix for it is by allowing `None` or default to an empty list instead of `None` in the below line in `pod_manager.py`: `pod_conditions: list[V1PodCondition] = remote_pod.status.conditions if remote_pod.status else None` Let me know if you want me to make these changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
