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

    https://github.com/apache/spark/pull/23017#discussion_r234323341
  
    --- 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 --
    
    BTW you don't need tags just to run specific tests.
    
    e.g. in maven you can use `-Dsuites="*.SuiteName part of test name to test"
    
    To do matching on the test name. Similar in sbt (`testOnly *.SuiteName -- 
-z part of test name to test`).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to