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

Arpit Gupta commented on MAPREDUCE-4673:
----------------------------------------

Here is the test-patch output

{code}
 [exec] BUILD SUCCESSFUL
     [exec] Total time: 7 minutes 1 second
     [exec] 
     [exec] 
     [exec] 
     [exec] 
     [exec] -1 overall.  
     [exec] 
     [exec]     +1 @author.  The patch does not contain any @author tags.
     [exec] 
     [exec]     +1 tests included.  The patch appears to include 8 new or 
modified tests.
     [exec] 
     [exec]     +1 javadoc.  The javadoc tool did not generate any warning 
messages.
     [exec] 
     [exec]     +1 javac.  The applied patch does not increase the total number 
of javac compiler warnings.
     [exec] 
     [exec]     -1 findbugs.  The patch appears to introduce 8 new Findbugs 
(version 1.3.9) warnings.
     [exec] 
     [exec] 
     [exec] 
     [exec] 
     [exec] 
======================================================================
     [exec] 
======================================================================
     [exec]     Finished build.
     [exec] 
======================================================================
     [exec] 
======================================================================
{code}

findbugs warnings are not related to the files that have been updated in this 
patch.
                
> make TestRawHistoryFile and TestJobHistoryServer more robust
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-4673
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4673
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 1.1.0, 1.2.0
>            Reporter: Arpit Gupta
>            Assignee: Arpit Gupta
>         Attachments: MAPREDUCE-4673.branch-1.patch, 
> MAPREDUCE-4673.branch-1.patch
>
>
> these unit tests fail if 2 different users run them on the same host as they 
> are using /tmp/input path
> following is the info from the test log
> {code}
> testcase classname="org.apache.hadoop.mapred.TestJobHistoryServer" 
> name="testHistoryServerStandalone" time="4.572">
>     <failure message="/tmp/.input.crc (Permission denied)" 
> type="junit.framework.AssertionFailedError">junit.framework.AssertionFailedError:
>  /tmp/.input.crc (Permission denied)
>         at 
> org.apache.hadoop.mapred.TestJobHistoryServer.testHistoryServerStandalone(TestJobHistoryServer.java:113)
> </failure>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to