Github user foxish commented on a diff in the pull request:
https://github.com/apache/spark/pull/21652#discussion_r199608693
--- 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()
--- End diff --
I'm wondering if we should add these tests to a separate class? This file
is growing in size and we can separate them out a bit for better code
understanding.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]