Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit 87df4a7

Browse files
committed
fixed integration tests
1 parent 50f47d0 commit 87df4a7

File tree

1 file changed

+1
-1
lines changed
  • resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest

1 file changed

+1
-1
lines changed

resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/KubernetesSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ private[spark] class KubernetesSuite extends SparkFunSuite with BeforeAndAfter {
367367
mainClass = mainClass,
368368
driverArgs = appArgs,
369369
otherPyFiles = otherPyFiles)
370-
Client.run(sparkConf, clientArguments)
370+
Client.run(sparkConf, clientArguments, None)
371371
val driverPod = kubernetesTestComponents.kubernetesClient
372372
.pods()
373373
.withLabel("spark-app-locator", APP_LOCATOR_LABEL)

0 commit comments

Comments
 (0)