You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (Jira)" <ji...@apache.org> on 2020/07/01 15:10:00 UTC

[jira] [Commented] (SPARK-32121) ExternalShuffleBlockResolverSuite failed on Windows

    [ https://issues.apache.org/jira/browse/SPARK-32121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149506#comment-17149506 ] 

Apache Spark commented on SPARK-32121:
--------------------------------------

User 'attilapiros' has created a pull request for this issue:
https://github.com/apache/spark/pull/28967

> 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org