[
https://issues.apache.org/jira/browse/HDFS-7948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14366812#comment-14366812
]
Hadoop QA commented on HDFS-7948:
---------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12705273/HDFS-7948.00.patch
against trunk revision 5b322c6.
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 1 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc{color}. There were no new javadoc warning messages.
{color:green}+1 eclipse:eclipse{color}. The patch built with
eclipse:eclipse.
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 2.0.3) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
hadoop-hdfs-project/hadoop-hdfs.
Test results:
https://builds.apache.org/job/PreCommit-HDFS-Build/9952//testReport/
Console output: https://builds.apache.org/job/PreCommit-HDFS-Build/9952//console
This message is automatically generated.
> TestDataNodeHotSwapVolumes#testAddVolumeFailures failed on Windows
> ------------------------------------------------------------------
>
> Key: HDFS-7948
> URL: https://issues.apache.org/jira/browse/HDFS-7948
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Components: test
> Reporter: Xiaoyu Yao
> Assignee: Xiaoyu Yao
> Attachments: HDFS-7948.00.patch
>
>
> The failure below is due to File#getCanonicalPath() does not work with File
> object created with URI format
> (file:/c:/users/xyz/test/data/dfs/data/new_vol1) on Windows. I will post a
> fix shortly.
> {code}
> testAddVolumeFailures(org.apache.hadoop.hdfs.server.datanode.TestDataNodeHotSwapVolumes)
> Time elapsed: 5.746 sec <<< ERROR!
> java.io.IOException: The filename, directory name, or volume label syntax is
> incorrect
> at java.io.WinNTFileSystem.canonicalize0(Native Method)
> at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
> at java.io.File.getCanonicalPath(File.java:589)
> at
> org.apache.hadoop.hdfs.server.datanode.TestDataNodeHotSwapVolumes.testAddVolumeFailures(TestDataNodeHotSwapVolumes.java:525)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)