The GitHub Actions job "Tests" on airflow.git/fix/misaligned-queued-tasks-local-kubernetes-executor has failed. Run started by GitHub user Ironankit525 (triggered by Ironankit525).
Head commit for run: 7fe28ad19d59cedfe4176003b55798c63558ef40 / Ankit Kumar <[email protected]> Fix misaligned `queued_tasks` types in hybrid executors The `queued_tasks` property in `LocalKubernetesExecutor` and `CeleryKubernetesExecutor` incorrectly merged base executor tasks. `dict.update()` modifies the dictionary in place which could lead to race conditions during rapid dict updates. This commit replaces `dict.update()` with the python dictionary union operator `|` for a safer and immutable map combination. Signed-off-by: Ankit Kumar <[email protected]> Report URL: https://github.com/apache/airflow/actions/runs/23160119135 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
