You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Anbang Hu (JIRA)" <ji...@apache.org> on 2018/05/27 03:18:00 UTC

[jira] [Commented] (HADOOP-15496) TestFsShellList#testList fails on Windows

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

Anbang Hu commented on HADOOP-15496:
------------------------------------

 [^HADOOP-15496.000.patch] attempts to not include "\" for running on Windows.

> TestFsShellList#testList fails on Windows
> -----------------------------------------
>
>                 Key: HADOOP-15496
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15496
>             Project: Hadoop Common
>          Issue Type: Test
>            Reporter: Anbang Hu
>            Assignee: Anbang Hu
>            Priority: Minor
>              Labels: Windows
>         Attachments: HADOOP-15496.000.patch
>
>
> [TestFsShellList#testList|https://builds.apache.org/job/hadoop-trunk-win/478/testReport/org.apache.hadoop.fs/TestFsShellList/testList/] fails on Windows because Windows filename does not accept "\", while in the test
> {code:java}
> createFile(new Path(testRootDir, "abc\bd\tef"));
> ...
> createFile(new Path(testRootDir, "qq\r123"));
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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