The GitHub Actions job "Tests (AMD)" on airflow.git/pr-68557-apache has failed.
Run started by GitHub user anmolxlight (triggered by anmolxlight).

Head commit for run:
4e7c02e9f9a27c5d83373cdb0b30cee10101a5c1 / Anmol Mishra <[email protected]>
fix: correct enable_tcp_keepalive mock patch target in hook tests

The PR moves enable_tcp_keepalive from get_conn_body() into
_TimeoutK8sApiClient.__init__(), but uses an inline import that
resolves to the original kube_client function, bypassing the test's
mock patch at hooks.kubernetes.enable_tcp_keepalive.

Fix: rename parameter to should_enable_tcp_keepalive to avoid
shadowing the imported function, so the mock is correctly resolved.
Also update test_prefixed_names_still_work assertion signature.

Report URL: https://github.com/apache/airflow/actions/runs/28583838298

With regards,
GitHub Actions via GitBox


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

Reply via email to