You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Cheng Pan (Jira)" <ji...@apache.org> on 2020/06/28 19:28:00 UTC

[jira] [Created] (SPARK-32121) ExternalShuffleBlockResolverSuite failed on windows

Cheng Pan created SPARK-32121:
---------------------------------

             Summary: ExternalShuffleBlockResolverSuite failed on windows
                 Key: SPARK-32121
                 URL: https://issues.apache.org/jira/browse/SPARK-32121
             Project: Spark
          Issue Type: Test
          Components: Tests
    Affects Versions: 3.0.0, 3.0.1
         Environment: Windows 10
            Reporter: Cheng Pan


The method {code}ExecutorDiskUtils.createNormalizedInternedPathname{code} should consider the Windows file separator.
{code}
[ERROR] Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.132 s <<< FAILURE! - in org.apache.spark.network.shuffle.ExternalShuffleBlockResolverSuite
[ERROR] testNormalizeAndInternPathname(org.apache.spark.network.shuffle.ExternalShuffleBlockResolverSuite)  Time elapsed: 0 s  <<< FAILURE!
org.junit.ComparisonFailure: expected:</foo[/bar/]baz> but was:</foo[\bar\]baz>
        at org.apache.spark.network.shuffle.ExternalShuffleBlockResolverSuite.assertPathsMatch(ExternalShuffleBlockResolverSuite.java:160)
        at org.apache.spark.network.shuffle.ExternalShuffleBlockResolverSuite.testNormalizeAndInternPathname(ExternalShuffleBlockResolverSuite.java:149)
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org