dongjoon-hyun commented on a change in pull request #33270:
URL: https://github.com/apache/spark/pull/33270#discussion_r670208183
##########
File path:
resource-managers/kubernetes/core/src/test/scala/org/apache/spark/scheduler/cluster/k8s/KubernetesClusterSchedulerBackendSuite.scala
##########
@@ -166,26 +168,71 @@ class KubernetesClusterSchedulerBackendSuite extends
SparkFunSuite with BeforeAn
test("Kill executors") {
schedulerBackendUnderTest.start()
+
+ val operation =
mock(classOf[io.fabric8.kubernetes.client.dsl.NonNamespaceOperation[
+ io.fabric8.kubernetes.api.model.Pod,
+ io.fabric8.kubernetes.api.model.PodList,
+
io.fabric8.kubernetes.client.dsl.PodResource[io.fabric8.kubernetes.api.model.Pod]]])
Review comment:
Let's use `import` statement explicitly.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]