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

Anbang Hu updated HADOOP-15496:
-------------------------------
    Description: 
[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}


> 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
>
> [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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to