adoroszlai commented on PR #5102: URL: https://github.com/apache/hadoop/pull/5102#issuecomment-1303160763
`asflicense` warning about `jobTokenPassword` seems wrong, it's an artifact of test runs. Exclusion was added as part of HADOOP-17125 (https://github.com/apache/hadoop/pull/2297#issuecomment-703789784). The only test failure seems unrelated. Cannot delete file during post-test cleanup because the file does not exists: ``` [INFO] Running org.apache.hadoop.mapred.uploader.TestFrameworkUploader [ERROR] Tests run: 14, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 7.223 s <<< FAILURE! - in org.apache.hadoop.mapred.uploader.TestFrameworkUploader [ERROR] testNativeIO(org.apache.hadoop.mapred.uploader.TestFrameworkUploader) Time elapsed: 0.025 s <<< ERROR! org.apache.commons.io.IOExceptionList: 1 exceptions: [java.io.IOException: Unable to delete file: /home/jenkins/jenkins-agent/workspace/hadoop-multibranch_PR-5102/src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-uploader/target/test-dir/-4315256932731632160/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:476) ... Caused by: java.nio.file.NoSuchFileException: /home/jenkins/jenkins-agent/workspace/hadoop-multibranch_PR-5102/src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-uploader/target/test-dir/-4315256932731632160/symlinkToTarget.txt ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
