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:
5219dc760095da5c56fd6d77f3089ff55d847fa9 / 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/23164662157

With regards,
GitHub Actions via GitBox


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

Reply via email to