The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix-tcp-keepalive-urllib3-v2 has failed.
Run started by GitHub user anmolxlight (triggered by anmolxlight).

Head commit for run:
5c815444e48cd2469f3d3e48fd919ee3ea841a86 / 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/28614232524

With regards,
GitHub Actions via GitBox


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

Reply via email to