HappyRay commented on issue #1020: YARN-9646 Use localhost when testing with 
the mini yarn cluster
URL: https://github.com/apache/hadoop/pull/1020#issuecomment-506418888
 
 
   Jenkin's test failure doesn't seem to be caused by my change.
   
   My local run of the same test succeeded. I ran it before I submitted this PR 
and after I saw this error report.
   
   
https://builds.apache.org/job/hadoop-multibranch/job/PR-1020/1/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt
   
   [ERROR] Tests run: 31, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
1,033.703 s <<< FAILURE! - in 
org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell
   [ERROR] 
testDSShellWithoutDomainV2DefaultFlow(org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell)
  Time elapsed: 72.148 s  <<< ERROR!
   java.io.IOException: Unable to delete directory 
/tmp/junit6475398092292452499/junit6001466067676332915/entities/yarn_cluster/jenkins/DistributedShell/1/1561575691010/application_1561575687435_0001/YARN_CONTAINER.
        at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1581)
        at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:2372)
        at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1679)
        at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1575)
        at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:2372)
        at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1679)
        at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1575)
        at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:2372)
        at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1679)
        at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1575)
        at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:2372)
        at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1679)
        at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1575)
        at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:2372)
        at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1679)
        at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1575)
        at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:2372)
        at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1679)
        at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1575)
        at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:2372)
        at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1679)
        at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1575)
        at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:2372)
        at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1679)
        at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1575)
        at 
org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.checkTimelineV2(TestDistributedShell.java:629)
        at 
org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.testDSShell(TestDistributedShell.java:461)
        at 
org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.testDSShellWithoutDomainV2DefaultFlow(TestDistributedShell.java:328)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
        at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        at 
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
        at 
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.lang.Thread.run(Thread.java:748)

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to