kaxil commented on a change in pull request #15626:
URL: https://github.com/apache/airflow/pull/15626#discussion_r624502415
##########
File path: kubernetes_tests/test_kubernetes_pod_operator_backcompat.py
##########
@@ -153,32 +153,6 @@ def test_image_pull_secrets_correctly_set(self,
mock_client, monitor_mock, start
k8s.V1LocalObjectReference(name=fake_pull_secrets)
]
-
@mock.patch("airflow.providers.cncf.kubernetes.utils.pod_launcher.PodLauncher.start_pod")
-
@mock.patch("airflow.providers.cncf.kubernetes.utils.pod_launcher.PodLauncher.monitor_pod")
-
@mock.patch("airflow.providers.cncf.kubernetes.utils.pod_launcher.PodLauncher.delete_pod")
- @mock.patch("airflow.kubernetes.kube_client.get_kube_client")
- def test_pod_delete_even_on_launcher_error(
Review comment:
Does not check anything related to backcompat classes
##########
File path: kubernetes_tests/test_kubernetes_pod_operator_backcompat.py
##########
@@ -651,48 +625,5 @@ def test_init_container(self):
]
assert self.expected_pod == actual_pod
-
@mock.patch("airflow.providers.cncf.kubernetes.utils.pod_launcher.PodLauncher.start_pod")
-
@mock.patch("airflow.providers.cncf.kubernetes.utils.pod_launcher.PodLauncher.monitor_pod")
- @mock.patch("airflow.kubernetes.kube_client.get_kube_client")
- def test_pod_priority_class_name(
Review comment:
Does not check anything related to backcompat classes
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]