Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BC388200BBE for ; Thu, 27 Oct 2016 12:17:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BACF7160AE4; Thu, 27 Oct 2016 10:17:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1026B160AF6 for ; Thu, 27 Oct 2016 12:17:00 +0200 (CEST) Received: (qmail 2566 invoked by uid 500); 27 Oct 2016 10:17:00 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 2265 invoked by uid 99); 27 Oct 2016 10:17:00 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Oct 2016 10:17:00 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D30A72C1F5A for ; Thu, 27 Oct 2016 10:16:59 +0000 (UTC) Date: Thu, 27 Oct 2016 10:16:59 +0000 (UTC) From: "Varun Saxena (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MAPREDUCE-6798) Fix intermittent failure of TestJobHistoryParsing.testJobHistoryMethods() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 27 Oct 2016 10:17:01 -0000 [ https://issues.apache.org/jira/browse/MAPREDUCE-6798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15611444#comment-15611444 ] Varun Saxena commented on MAPREDUCE-6798: ----------------------------------------- Committed to trunk, branch-2. Thanks [~haibochen] for your contribution. > Fix intermittent failure of TestJobHistoryParsing.testJobHistoryMethods() > ------------------------------------------------------------------------- > > Key: MAPREDUCE-6798 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-6798 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: jobhistoryserver > Affects Versions: 3.0.0-alpha1 > Reporter: Haibo Chen > Assignee: Haibo Chen > Fix For: 2.9.0, 3.0.0-alpha2 > > Attachments: mapreduce6798.001.patch > > > TestJobHistoryParsing.testJobHistoryMethods() failed. > expected:<1> but was:<0> > java.lang.AssertionError: expected:<1> but was:<0> > 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.hadoop.mapreduce.v2.hs.TestJobHistoryParsing.testJobHistoryMethods(TestJobHistoryParsing.java:779) -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: mapreduce-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: mapreduce-issues-help@hadoop.apache.org