Details
-
Test
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
None
-
None
-
None
Description
TestFsShellList#testList fails on Windows because Windows filename does not accept "\", while in the test
createFile(new Path(testRootDir, "abc\bd\tef")); ... createFile(new Path(testRootDir, "qq\r123"));
Attachments
Attachments
Issue Links
- duplicates
-
HADOOP-14199 TestFsShellList.testList fails on windows: illegal filenames
- Patch Available
- is related to
-
HADOOP-13079 Add -q option to Ls to print ? instead of non-printable characters
- Resolved
-
HADOOP-15475 Fix broken unit tests on Windows
- Open