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

Hudson commented on HDFS-13296:
-------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #13857 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/13857/])
HDFS-13296. GenericTestUtils generates paths with drive letter in (inigoiri: 
rev e65ff1c8be48ef4f04ed96f96ac4caef4974944d)
* (edit) 
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test/GenericTestUtils.java


> GenericTestUtils generates paths with drive letter in Windows and fail 
> webhdfs related test cases
> -------------------------------------------------------------------------------------------------
>
>                 Key: HDFS-13296
>                 URL: https://issues.apache.org/jira/browse/HDFS-13296
>             Project: Hadoop HDFS
>          Issue Type: Bug
>            Reporter: Xiao Liang
>            Assignee: Xiao Liang
>            Priority: Major
>              Labels: windows
>             Fix For: 2.10.0, 2.9.1, 3.0.2, 3.2.0
>
>         Attachments: HDFS-13296.000.patch
>
>
> In GenericTestUtils#getRandomizedTestDir, getAbsoluteFile is called and will 
> added drive letter to the path in windows, some test cases use the generated 
> path to send webhdfs request, which will fail due to the drive letter in the 
> URI like: "webhdfs://127.0.0.1:18334/D:/target/test/data/vUqZkOrBZa/test"
> GenericTestUtils#getTempPath has the similar issue in Windows.



--
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