Return-Path: X-Original-To: apmail-tez-issues-archive@minotaur.apache.org Delivered-To: apmail-tez-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B547F1787A for ; Fri, 17 Oct 2014 18:57:35 +0000 (UTC) Received: (qmail 85559 invoked by uid 500); 17 Oct 2014 18:57:35 -0000 Delivered-To: apmail-tez-issues-archive@tez.apache.org Received: (qmail 85412 invoked by uid 500); 17 Oct 2014 18:57:35 -0000 Mailing-List: contact issues-help@tez.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tez.apache.org Delivered-To: mailing list issues@tez.apache.org Received: (qmail 85230 invoked by uid 99); 17 Oct 2014 18:57:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Oct 2014 18:57:35 +0000 Date: Fri, 17 Oct 2014 18:57:35 +0000 (UTC) From: "Alexander Pivovarov (JIRA)" To: issues@tez.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (TEZ-1633) TestTaskRecovery.testRecovery_OneTA - expected:<1> but was:<2> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/TEZ-1633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14175381#comment-14175381 ] Alexander Pivovarov commented on TEZ-1633: ------------------------------------------ +1 > TestTaskRecovery.testRecovery_OneTA - expected:<1> but was:<2> > -------------------------------------------------------------- > > Key: TEZ-1633 > URL: https://issues.apache.org/jira/browse/TEZ-1633 > Project: Apache Tez > Issue Type: Bug > Reporter: Alexander Pivovarov > Assignee: Alexander Pivovarov > Attachments: TEZ-1633.1.patch, Tez-1633-2.patch > > > $ mvn clean package > {code} > Tests run: 17, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.747 sec <<< FAILURE! > testRecovery_OneTAStarted(org.apache.tez.dag.app.dag.impl.TestTaskRecovery) Time elapsed: 0.051 sec <<< FAILURE! > java.lang.AssertionError: expected:<1> but was:<2> > 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.TestTaskRecovery.testRecovery_OneTAStarted(TestTaskRecovery.java:277) > Running org.apache.tez.dag.app.dag.impl.TestVertexImpl > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)