[
https://issues.apache.org/jira/browse/HADOOP-4387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12638428#action_12638428
]
Tsz Wo (Nicholas), SZE commented on HADOOP-4387:
------------------------------------------------
BTW, I cannot reproduce this in my Windows machine.
{noformat}
[junit] Running org.apache.hadoop.hdfs.TestHDFSFileSystemContract
[junit] Tests run: 25, Failures: 0, Errors: 0, Time elapsed: 195.906 sec
{noformat}
> TestHDFSFileSystemContract fails on windows
> -------------------------------------------
>
> Key: HADOOP-4387
> URL: https://issues.apache.org/jira/browse/HADOOP-4387
> Project: Hadoop Core
> Issue Type: Bug
> Components: test
> Reporter: Raghu Angadi
> Priority: Blocker
> Fix For: 0.19.0
>
>
> 'ant -Dtestcase=TestHDFSFileSystemContract test-core' fails on Windows
> nightly build machine.
> Not sure if this is Hadoop error or a configuration error particular to this
> machine. Basically the following assert fails :
> {noformat}
> Path workDir = path(getDefaultWorkingDirectory());
> assertEquals(workDir, fs.getWorkingDirectory());
> {noformat}
> This is essentially testing that {{System.getProperty("user.name")}} is same
> as string returned by Cygwin's 'whoami'. But in this case, these are "SYSTEM"
> and "hadoopqa" respectively.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.