This is an automated email from the ASF dual-hosted git repository.
vincbeck pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 666183f8d9 Mark TestSparkKubernetes test as db test (#41500)
666183f8d9 is described below
commit 666183f8d946e18948a8e7651eb0a86137cbaed4
Author: Jarek Potiuk <[email protected]>
AuthorDate: Thu Aug 15 16:02:39 2024 +0200
Mark TestSparkKubernetes test as db test (#41500)
This test missed the mark and it has not been detected because of
a bugggy pytest behaviour https://github.com/pytest-dev/pytest/issues/12605
that we had to workaround in #41499
---
tests/providers/cncf/kubernetes/operators/test_spark_kubernetes.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/providers/cncf/kubernetes/operators/test_spark_kubernetes.py
b/tests/providers/cncf/kubernetes/operators/test_spark_kubernetes.py
index 343190d093..bc8404aa85 100644
--- a/tests/providers/cncf/kubernetes/operators/test_spark_kubernetes.py
+++ b/tests/providers/cncf/kubernetes/operators/test_spark_kubernetes.py
@@ -187,6 +187,7 @@ def create_context(task):
}
[email protected]_test
@patch("airflow.providers.cncf.kubernetes.utils.pod_manager.PodManager.fetch_requested_container_logs")
@patch("airflow.providers.cncf.kubernetes.utils.pod_manager.PodManager.await_pod_completion")
@patch("airflow.providers.cncf.kubernetes.utils.pod_manager.PodManager.await_pod_start")