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 AF89C200AE3 for ; Wed, 4 May 2016 20:01:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AE4DC1609FF; Wed, 4 May 2016 18:01:14 +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 0E7121609A1 for ; Wed, 4 May 2016 20:01:13 +0200 (CEST) Received: (qmail 99968 invoked by uid 500); 4 May 2016 18:01:13 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 99941 invoked by uid 99); 4 May 2016 18:01:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 May 2016 18:01:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1156E2C1F5C for ; Wed, 4 May 2016 18:01:13 +0000 (UTC) Date: Wed, 4 May 2016 18:01:13 +0000 (UTC) From: "Rushabh S Shah (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-10362) TestDataNodeLifeline always fails on trunk on mac. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 04 May 2016 18:01:14 -0000 [ https://issues.apache.org/jira/browse/HDFS-10362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15271094#comment-15271094 ] Rushabh S Shah commented on HDFS-10362: --------------------------------------- Thanks for mentioning this jira. The same test case failed in HDFS-10348 also. > TestDataNodeLifeline always fails on trunk on mac. > -------------------------------------------------- > > Key: HDFS-10362 > URL: https://issues.apache.org/jira/browse/HDFS-10362 > Project: Hadoop HDFS > Issue Type: Bug > Affects Versions: 3.0.0 > Reporter: Rushabh S Shah > > TestDataNodeLifeline fails always on my local box but haven't seen any failure in jenkins build. > {noformat} > Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 29.861 sec <<< FAILURE! - in org.apache.hadoop.hdfs.server.datanode.TestDataNodeLifeline > testSendLifelineIfHeartbeatBlocked(org.apache.hadoop.hdfs.server.datanode.TestDataNodeLifeline) Time elapsed: 18.81 sec <<< FAILURE! > java.lang.AssertionError: Expect DataNode to be kept alive by lifeline. 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.apache.hadoop.hdfs.server.datanode.TestDataNodeLifeline.testSendLifelineIfHeartbeatBlocked(TestDataNodeLifeline.java:185) > Results : > Failed tests: > TestDataNodeLifeline.testSendLifelineIfHeartbeatBlocked:185 Expect DataNode to be kept alive by lifeline. expected:<1> but was:<0> > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org