[ 
https://issues.apache.org/jira/browse/MAPREDUCE-7348?focusedWorklogId=602102&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-602102
 ]

ASF GitHub Bot logged work on MAPREDUCE-7348:
---------------------------------------------

                Author: ASF GitHub Bot
            Created on: 26/May/21 05:04
            Start Date: 26/May/21 05:04
    Worklog Time Spent: 10m 
      Work Description: aajisaka opened a new pull request #3053:
URL: https://github.com/apache/hadoop/pull/3053


   JIRA: MAPREDUCE-7348.
   
   The behavior of `FileUtils#deleteDirectory` is still changed even in 
commons-io 2.8. Use `FileUtils#forceDelete` instead of 
`FileUtils#deleteDirectory` to clean up the test dir.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 602102)
    Remaining Estimate: 0h
            Time Spent: 10m

> TestFrameworkUploader#testNativeIO fails
> ----------------------------------------
>
>                 Key: MAPREDUCE-7348
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-7348
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>            Reporter: Akira Ajisaka
>            Assignee: Akira Ajisaka
>            Priority: Major
>         Attachments: 
> patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-uploader.txt
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> TestFrameworkUploader#testNativeIO fails.
> {noformat}
> [INFO] Running org.apache.hadoop.mapred.uploader.TestFrameworkUploader
> [ERROR] Tests run: 16, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 
> 8.038 s <<< FAILURE! - in 
> org.apache.hadoop.mapred.uploader.TestFrameworkUploader
> [ERROR] testNativeIO(org.apache.hadoop.mapred.uploader.TestFrameworkUploader) 
>  Time elapsed: 0.026 s  <<< ERROR!
> org.apache.commons.io.IOExceptionList: 2 exceptions: [java.io.IOException: 
> Unable to delete file: 
> /home/jenkins/jenkins-home/workspace/hadoop-qbt-trunk-java8-linux-x86_64/sourcedir/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-uploader/target/test-dir/3575932722382085229/symlinkToTarget2.txt,
>  java.io.IOException: Unable to delete file: 
> /home/jenkins/jenkins-home/workspace/hadoop-qbt-trunk-java8-linux-x86_64/sourcedir/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-uploader/target/test-dir/3575932722382085229/symlinkToTarget.txt]
>       at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:345)
>       at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1206)
>       at 
> org.apache.hadoop.mapred.uploader.TestFrameworkUploader.testNativeIO(TestFrameworkUploader.java:480)
> {noformat}
> https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java8-linux-x86_64/518/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-uploader.txt



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: mapreduce-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org

Reply via email to