aajisaka commented on pull request #2974: URL: https://github.com/apache/hadoop/pull/2974#issuecomment-833238123
TestFileUtils failure is related. https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2974/2/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt ``` [ERROR] Tests run: 45, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 9.056 s <<< FAILURE! - in org.apache.hadoop.fs.TestFileUtil [ERROR] testCreateSymbolicLinkUsingJava(org.apache.hadoop.fs.TestFileUtil) Time elapsed: 0.063 s <<< ERROR! java.io.IOException: Unable to delete directory tmp. at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1127) ``` Maybe it is caused by [IO-629](https://issues.apache.org/jira/browse/IO-629) and fixed by [IO-684](https://issues.apache.org/jira/browse/IO-684). Updating to commons-io 2.8.0 fixed this issue. -- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
