You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Hitesh Shah (JIRA)" <ji...@apache.org> on 2016/06/07 21:06:21 UTC

[jira] [Comment Edited] (TEZ-2846) Flaky test: TestCommit.testVertexCommit_OnDAGSuccess

    [ https://issues.apache.org/jira/browse/TEZ-2846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15319432#comment-15319432 ] 

Hitesh Shah edited comment on TEZ-2846 at 6/7/16 9:06 PM:
----------------------------------------------------------

The commitCounter gets incremented even though the commit is meant to block. This results in flaky runs as sometimes the commit gets kicked off before the commit count is checked. 


was (Author: hitesh):
The commitCounter gets increment even though the commit is meant to block. This results in flaky runs as sometimes the commit gets kicked off before the commit count is checked. 

> Flaky test: TestCommit.testVertexCommit_OnDAGSuccess
> ----------------------------------------------------
>
>                 Key: TEZ-2846
>                 URL: https://issues.apache.org/jira/browse/TEZ-2846
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Hitesh Shah
>            Assignee: Hitesh Shah
>         Attachments: TEZ-2846.1.patch
>
>
> java.lang.AssertionError: expected:<0> but was:<1>
> 	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.TestCommit.testVertexCommit_OnDAGSuccess(TestCommit.java:582)
> From: https://builds.apache.org/job/Tez-Build/1250/testReport/junit/org.apache.tez.dag.app.dag.impl/TestCommit/testVertexCommit_OnDAGSuccess/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)