Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22805#discussion_r227431599
  
    --- Diff: 
resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/backend/docker/DockerForDesktopBackend.scala
 ---
    @@ -0,0 +1,68 @@
    +package org.apache.spark.deploy.k8s.integrationtest.backend.docker
    +
    +import java.nio.file.Paths
    +
    +import io.fabric8.kubernetes.client.{Config, DefaultKubernetesClient}
    +import org.apache.spark.deploy.k8s.integrationtest.ProcessUtils
    +import 
org.apache.spark.deploy.k8s.integrationtest.backend.IntegrationTestBackend
    +
    +private[spark] object DockerForDesktopBackend extends 
IntegrationTestBackend {
    --- End diff --
    
    Is it OK that this is basically a singleton? it has state. I'm just 
wondering if that could cause a problem if used across many tests.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to