vatsrahul1001 opened a new pull request, #66872: URL: https://github.com/apache/airflow/pull/66872
Cherry-pick of #64874 for the Airflow 3.2.2 patch release. ### Conflict resolution One conflict in `task-sdk/tests/task_sdk/execution_time/test_supervisor.py`. The PR side's after-context included two unrelated test functions — `test_in_process_api_server_caches_instance` and `test_api_client_clears_dag_bag_override_when_dag_is_none` — that come from a separate PR not in this backport set. They referenced `in_process_api_server` and `InProcessTestSupervisor._api_client` symbols/flows that v3-2-test does not have in this form, and they're not part of the #64874 diff. Dropped those two functions and kept only #64874's actual addition — the `TestChildExecMain` class with `test_uses_fds_012_and_requests_log_channel`. -- 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]
