[
https://issues.apache.org/jira/browse/TEZ-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15423487#comment-15423487
]
Zhiyuan Yang commented on TEZ-2852:
-----------------------------------
Oops, it's not that simple. Some TestDAGImpl tests have to call register after
dispatcher init, because other tests don't want those event type to be handled.
If we simply do it before dispatcher init, 10 out of 40 tests fail.
> TestVertexImpl fails in jenkins
> -------------------------------
>
> Key: TEZ-2852
> URL: https://issues.apache.org/jira/browse/TEZ-2852
> Project: Apache Tez
> Issue Type: Bug
> Reporter: Jeff Zhang
> Assignee: Zhiyuan Yang
> Priority: Critical
> Attachments: TEZ-2852.1.patch
>
>
> https://builds.apache.org/job/Tez-Build-Hadoop-2.4/176/console
> {noformat}
> Running org.apache.tez.dag.app.dag.impl.TestVertexImpl
> Tests run: 90, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 5.632 sec
> <<< FAILURE!
> testVertexTaskAttemptOutputFailure(org.apache.tez.dag.app.dag.impl.TestVertexImpl)
> Time elapsed: 0.049 sec <<< FAILURE!
> java.lang.AssertionError: expected:<OUTPUT_WRITE_ERROR> but
> was:<UNKNOWN_ERROR>
> 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.testVertexTaskAttemptOutputFailure(TestVertexImpl.java:3452)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)