[ 
https://issues.apache.org/jira/browse/HADOOP-761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471779
 ] 

Hadoop QA commented on HADOOP-761:
----------------------------------

+1, because 
http://issues.apache.org/jira/secure/attachment/12350777/HADOOP-761.patch 
applied and successfully tested against trunk revision r505362.

> Unit tests should cleanup created files in /tmp. It causes tests to fail if 
> more than one users run tests on same machine.
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-761
>                 URL: https://issues.apache.org/jira/browse/HADOOP-761
>             Project: Hadoop
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.11.0
>            Reporter: Sanjay Dahiya
>         Assigned To: Nigel Daley
>            Priority: Minor
>             Fix For: 0.12.0
>
>         Attachments: HADOOP-761.patch
>
>
> TestMiniMRLocalFS  test cases creates /tmp/wc/input/, which is not cleaned 
> up, any other user running test on same machine simultaneously or later will 
> see test failures. 
> It should either use a temp directory in the build/test or use java's 
> File.createTempFile method for temporary data and then clean it up. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to