jscheffl opened a new issue, #47518: URL: https://github.com/apache/airflow/issues/47518
### Body Attempted to enable K8s tests with LocalExecutor in #47472 and failed in making LocalExecutor working. Branch: latest main on 2025-03-07 How to re-produce: Use `breeze k8s` commands to set-up a KinD cluster, deploy airflow. Python 3.9, Postgres, LocalExecutor Open a shell to K8s cluster and `airflow dags trigger example_bash_operator` + `airflow dags unpause example_bash_operator`. Check logs for scheduler Pod (`breeze k8s k9s` is your friend) Shortcut if #47472 is merged: `breeze k8s run-complete-tests --rebuild-base-image --python 3.9 --executor LocalExecutor` - see tests in kubernetes_tests/test_other_executors.py - and these should NOT xfail! ### Committer - [x] I acknowledge that I am a maintainer/committer of the Apache Airflow project. -- 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]
