ShubhamGondane commented on issue #64195: URL: https://github.com/apache/airflow/issues/64195#issuecomment-4122892294
Verified apache-airflow-providers-cncf-kubernetes==10.15.0rc1 for PR [#63569 ](https://github.com/ShubhamGondane/airflow/issues/63569)(Fix KubernetesJobOperator failing when pods are deleted after job completion). Test environment: - Python 3.12 - RC package installed: apache-airflow-providers-cncf-kubernetes==10.15.0rc1 Verification: Confirmed the fix is present in the RC (ApiException 404 handling in execute_complete). Ran all three unit tests added by the fix : - test_execute_complete_pod_not_found_skips_logs — PASSED (404 is caught, logs skipped, task succeeds) - test_execute_complete_pod_api_error_reraises — PASSED (non-404 errors still raised) - test_execute_complete_multi_pod_partial_not_found — PASSED (deleted pod skipped, surviving pod logs written) Result: The fix works as expected in the RC. LGTM for release. -- 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]
