[ https://issues.apache.org/jira/browse/HADOOP-4387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Raghu Angadi updated HADOOP-4387: --------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) I just committed this. test-patch output : {noformat} [exec] +1 overall. [exec] +1 @author. The patch does not contain any @author tags. [exec] +1 tests included. The patch appears to include 3 new or modified tests. [exec] +1 javadoc. The javadoc tool did not generate any warning messages. [exec] +1 javac. The applied patch does not increase the total number of javac compiler warnings. [exec] +1 findbugs. The patch does not introduce any new Findbugs warnings. [exec] +1 Eclipse classpath. The patch retains Eclipse classpath integrity. {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 > Assignee: Enis Soztutar > Priority: Blocker > Fix For: 0.19.0 > > Attachments: HADOOP-4387.patch > > > '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.