[ 
https://issues.apache.org/jira/browse/SPARK-32121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Cheng Pan updated SPARK-32121:
------------------------------
    Issue Type: Bug  (was: Test)

> ExternalShuffleBlockResolverSuite failed on Windows
> ---------------------------------------------------
>
>                 Key: SPARK-32121
>                 URL: https://issues.apache.org/jira/browse/SPARK-32121
>             Project: Spark
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 3.0.0, 3.0.1
>         Environment: Windows 10
>            Reporter: Cheng Pan
>            Priority: Minor
>
> 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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to