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

    https://github.com/apache/spark/pull/23017#discussion_r234143917
  
    --- Diff: 
resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/ClientModeTestsSuite.scala
 ---
    @@ -17,13 +17,13 @@
     package org.apache.spark.deploy.k8s.integrationtest
     
     import org.scalatest.concurrent.Eventually
    -import scala.collection.JavaConverters._
     
     import 
org.apache.spark.deploy.k8s.integrationtest.KubernetesSuite.{k8sTestTag, 
INTERVAL, TIMEOUT}
    +import org.scalatest.Tag
    --- End diff --
    
    As I was just wanting to debug this specific failing test it was useful to 
run it on its own repeatedly as I investigated the issue.  I backed out other 
changes I made to enable this (like not cleaning up the tests driver pod) so I 
will back this out as well


---

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

Reply via email to