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

    https://github.com/apache/spark/pull/19717#discussion_r156172335
  
    --- Diff: core/src/test/scala/org/apache/spark/util/UtilsSuite.scala ---
    @@ -1146,6 +1146,27 @@ class UtilsSuite extends SparkFunSuite with 
ResetSystemProperties with Logging {
         }
       }
     
    +  test("check Kubernetes master URL") {
    +    val k8sMasterURLHttps = 
Utils.checkAndGetK8sMasterUrl("k8s://https://host:port";)
    +    assert(k8sMasterURLHttps == "k8s:https://host:port";)
    --- End diff --
    
    `===` (also in other places)


---

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

Reply via email to