[
https://issues.apache.org/jira/browse/TEZ-2900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14966493#comment-14966493
]
TezQA commented on TEZ-2900:
----------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12767749/TEZ-2900-1.patch
against master revision d336ebd.
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc{color}. There were no new javadoc warning messages.
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 3.0.1) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:red}-1 core tests{color}. The patch failed these unit tests in :
org.apache.tez.dag.app.rm.TestContainerReuse
Test results:
https://builds.apache.org/job/PreCommit-TEZ-Build/1237//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/1237//console
This message is automatically generated.
> Ignore V_INPUT_DATA_INFORMATION when vertex is in Failed/Killed/Error
> ---------------------------------------------------------------------
>
> Key: TEZ-2900
> URL: https://issues.apache.org/jira/browse/TEZ-2900
> Project: Apache Tez
> Issue Type: Bug
> Reporter: Jeff Zhang
> Assignee: Jeff Zhang
> Attachments: TEZ-2900-1.patch
>
>
> https://builds.apache.org/job/Tez-Build-Hadoop-2.2/191/console
> {code}
> Tests run: 91, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 8.003 sec
> <<< FAILURE!
> testVertexWithInitializerFailure(org.apache.tez.dag.app.dag.impl.TestVertexImpl)
> Time elapsed: 0.053 sec <<< FAILURE!
> java.lang.AssertionError: expected:<FAILED> but was:<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.testVertexWithInitializerFailure(TestVertexImpl.java:4207)
> Running org.apache.tez.dag.app.dag.impl.TestTaskAttempt
> Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.589 sec
> Running org.apache.tez.dag.app.dag.impl.TestDAGImpl
> Tests run: 35, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 13.502 sec
> <<< FAILURE!
> testGetDAGStatusReturnOnDagFailed(org.apache.tez.dag.app.dag.impl.TestDAGImpl)
> Time elapsed: 1.756 sec <<< FAILURE!
> java.lang.AssertionError: expected:<5> but was:<4>
> 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:555)
> at org.junit.Assert.assertEquals(Assert.java:542)
> at
> org.apache.tez.dag.app.dag.impl.TestDAGImpl.runTestGetDAGStatusReturnOnDagFinished(TestDAGImpl.java:1774)
> at
> org.apache.tez.dag.app.dag.impl.TestDAGImpl.testGetDAGStatusReturnOnDagFailed(TestDAGImpl.java:1745)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)