[
https://issues.apache.org/jira/browse/TEZ-3423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15468093#comment-15468093
]
Hitesh Shah commented on TEZ-3423:
----------------------------------
TestDAGRecovery seems unrelated to both this patch and TEZ-2673 ( as TEZ-2673
is mostly around debugging info around failures ).
For TestDAGRecovery, please run the single test manually and look for the
*logDir* under target. That should have AM and container/task logs that will
shed some more light on what is the underlying issue.
Thanks for validating the fix. I will go ahead and patch TEZ-2852 on to branch
0.7
> Test Failures on TestVertexImpl
> -------------------------------
>
> Key: TEZ-3423
> URL: https://issues.apache.org/jira/browse/TEZ-3423
> Project: Apache Tez
> Issue Type: Bug
> Affects Versions: 0.7.1
> Environment: apache-maven-3.3.9 & jdk:
> java-1.7.0-openjdk-1.7.0.111-2.6.7.2.el7_2.ppc64le
> Reporter: Amita Chaudhary
>
> Running org.apache.tez.dag.app.dag.impl.TestVertexImpl
> Tests run: 87, Failures: 2, Errors: 2, Skipped: 1, Time elapsed: 5.571 sec
> <<< FAILURE!
> testExceptionFromVM_OnRootVertexInitialized(org.apache.tez.dag.app.dag.impl.TestVertexImpl)
> Time elapsed: 0.077 sec <<< ERROR!
> java.lang.NullPointerException: null
> at
> org.apache.tez.dag.app.dag.impl.TestVertexImpl.testExceptionFromVM_OnRootVertexInitialized(TestVertexImpl.java:5652)
> testExceptionFromII_InitFailedAfterRunning(org.apache.tez.dag.app.dag.impl.TestVertexImpl)
> Time elapsed: 0.03 sec <<< ERROR!
> java.lang.NullPointerException: null
> at
> org.apache.tez.dag.app.dag.impl.TestVertexImpl.testExceptionFromII_InitFailedAfterRunning(TestVertexImpl.java:5836)
> testInputInitializerEventNoDirectConnection(org.apache.tez.dag.app.dag.impl.TestVertexImpl)
> Time elapsed: 0.038 sec <<< FAILURE!
> java.lang.AssertionError: expected:<INITED> but was:<NEW>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:743)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:144)
> at
> org.apache.tez.dag.app.dag.impl.TestVertexImpl.startVertex(TestVertexImpl.java:2426)
> at
> org.apache.tez.dag.app.dag.impl.TestVertexImpl.startVertex(TestVertexImpl.java:2413)
> at
> org.apache.tez.dag.app.dag.impl.TestVertexImpl.testInputInitializerEventNoDirectConnection(TestVertexImpl.java:4313)
> testExceptionFromII_HandleInputInitializerEvent(org.apache.tez.dag.app.dag.impl.TestVertexImpl)
> Time elapsed: 0.024 sec <<< FAILURE!
> java.lang.AssertionError: expected:<INITED> but was:<NEW>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:743)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:144)
> at
> org.apache.tez.dag.app.dag.impl.TestVertexImpl.startVertex(TestVertexImpl.java:2426)
> at
> org.apache.tez.dag.app.dag.impl.TestVertexImpl.startVertex(TestVertexImpl.java:2413)
> at
> org.apache.tez.dag.app.dag.impl.TestVertexImpl.testExceptionFromII_HandleInputInitializerEvent(TestVertexImpl.java:5866)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)