[
https://issues.apache.org/jira/browse/TEZ-3746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16032249#comment-16032249
]
TezQA commented on TEZ-3746:
----------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12870683/TEZ-3746.01.patch
against master revision 7993156.
{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:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/PreCommit-TEZ-Build/2497//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/2497//console
This message is automatically generated.
> TestExceptionPropagation#testExceptionPropagationSession fails intermittently
> -----------------------------------------------------------------------------
>
> Key: TEZ-3746
> URL: https://issues.apache.org/jira/browse/TEZ-3746
> Project: Apache Tez
> Issue Type: Bug
> Affects Versions: 0.9.0
> Environment: Ubuntu:14.04
> $ java -version
> openjdk version "1.8.0_111"
> OpenJDK Runtime Environment (build 1.8.0_111-8u111-b14-3~14.04.1-b14)
> OpenJDK 64-Bit Server VM (build 25.111-b14, mixed mode)
> Reporter: Sneha Kanekar
> Assignee: Siddharth Seth
> Labels: ppc64le, x86
> Attachments: TEST-org.apache.tez.test.TestExceptionPropagation.txt,
> TEZ-3746.01.patch
>
>
> Test
> org.apache.tez.test.TestExceptionPropagation.testExceptionPropagationSession
> fails intermittently since TEZ-3715. I have checked it on ppc64le and x86
> platform. The error message is as follows:
> {code:borderStyle=solid}
> testExceptionPropagationSession(org.apache.tez.test.TestExceptionPropagation)
> Time elapsed: 104.577 sec <<< ERROR!
> org.apache.tez.dag.api.SessionNotRunning: Application not running,
> applicationId=application_1495771720450_0001, yarnApplicationState=FAILED,
> finalApplicationStatus=FAILED, trackingUrl=N/A, diagnostics=[DAG completed
> with an ERROR state. Shutting down AM, Session stats:submittedDAGs=0,
> successfulDAGs=0, failedDAGs=30, killedDAGs=0]
> at
> org.apache.tez.client.TezClientUtils.getAMProxy(TezClientUtils.java:901)
> at org.apache.tez.client.TezClient.getAMProxy(TezClient.java:958)
> at org.apache.tez.client.TezClient.waitForProxy(TezClient.java:968)
> at
> org.apache.tez.client.TezClient.submitDAGSession(TezClient.java:586)
> at org.apache.tez.client.TezClient.submitDAG(TezClient.java:522)
> at
> org.apache.tez.test.TestExceptionPropagation.testExceptionPropagationSession(TestExceptionPropagation.java:225)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)