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

    https://github.com/apache/spark/pull/18522#discussion_r125394310
  
    --- Diff: core/src/test/scala/org/apache/spark/util/UtilsSuite.scala ---
    @@ -488,7 +488,7 @@ class UtilsSuite extends SparkFunSuite with 
ResetSystemProperties with Logging {
     
       test("resolveURIs with multiple paths") {
         def assertResolves(before: String, after: String): Unit = {
    -      assume(before.split(",").length > 1)
    +      assume(before.split(",").length >= 1)
    --- End diff --
    
    When running UtilsSuite, the following warning occurred:
    
    Test Canceled: 1 was not greater than 1
    org.scalatest.exceptions.TestCanceledException: 1 was not greater than 1
        at 
org.scalatest.Assertions$class.newTestCanceledException(Assertions.scala:511)
        at org.scalatest.FunSuite.newTestCanceledException(FunSuite.scala:1555)
        at 
org.scalatest.Assertions$AssertionsHelper.macroAssume(Assertions.scala:481)
        at 
org.apache.spark.util.UtilsSuite$$anonfun$19.assertResolves$2(UtilsSuite.scala:491)
        at 
org.apache.spark.util.UtilsSuite$$anonfun$19.apply$mcV$sp(UtilsSuite.scala:512)
        at 
org.apache.spark.util.UtilsSuite$$anonfun$19.apply(UtilsSuite.scala:489)
        at 
org.apache.spark.util.UtilsSuite$$anonfun$19.apply(UtilsSuite.scala:489)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to