Github user ssuchter commented on a diff in the pull request:
https://github.com/apache/spark/pull/21652#discussion_r199610045
--- Diff:
resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/KubernetesSuite.scala
---
@@ -74,10 +76,12 @@ private[spark] class KubernetesSuite extends
SparkFunSuite
testBackend = IntegrationTestBackendFactory.getTestBackend
testBackend.initialize()
kubernetesTestComponents = new
KubernetesTestComponents(testBackend.getKubernetesClient)
+ createTestSecret()
}
override def afterAll(): Unit = {
testBackend.cleanUp()
+ deleteTestSecret()
--- End diff --
Same question about every test versus just one of them.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]