taranlu-houzz commented on PR #63960: URL: https://github.com/apache/airflow/pull/63960#issuecomment-4099739687
The CI failures are all from `test_execution_api_server_url_config` (5 parametrized variants × 4 backend jobs = 20 failures) — the test mocks `supervise()` and asserts exact kwargs, so the new `subprocess_logs_to_stdout=True` parameter caused the mismatch. Pushed a fix that updates the test assertion to expect the new parameter. -- 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]
