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 DC6B4200B60 for ; Mon, 4 Jul 2016 06:38:13 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DB426160A6B; Mon, 4 Jul 2016 04:38:13 +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 2D75F160A71 for ; Mon, 4 Jul 2016 06:38:13 +0200 (CEST) Received: (qmail 14468 invoked by uid 500); 4 Jul 2016 04:38:11 -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 13852 invoked by uid 99); 4 Jul 2016 04:38:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jul 2016 04:38:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 26A1C2C02AA for ; Mon, 4 Jul 2016 04:38:11 +0000 (UTC) Date: Mon, 4 Jul 2016 04:38:11 +0000 (UTC) From: "Hudson (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-10572) Fix TestOfflineEditsViewer#testGenerated MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 04 Jul 2016 04:38:14 -0000 [ https://issues.apache.org/jira/browse/HDFS-10572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15360820#comment-15360820 ] Hudson commented on HDFS-10572: ------------------------------- SUCCESS: Integrated in Hadoop-trunk-Commit #10048 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/10048/]) HDFS-10572. Fix TestOfflineEditsViewer#testGenerated. Contributed by (aajisaka: rev 2e835d986ecdc881eab3ab9650d854b6df482b20) * hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSImageSerialization.java > Fix TestOfflineEditsViewer#testGenerated > ---------------------------------------- > > Key: HDFS-10572 > URL: https://issues.apache.org/jira/browse/HDFS-10572 > Project: Hadoop HDFS > Issue Type: Bug > Components: test > Reporter: Xiaoyu Yao > Assignee: Surendra Singh Lilhore > Priority: Blocker > Fix For: 2.9.0 > > Attachments: HDFS-10572-001.patch > > > The test has been failing consistently on trunk recently. This ticket is open to fix this test to avoid false alarm on Jenkins. Figure out which recent commit caused this failure can be a good start. > > {code} > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > Running org.apache.hadoop.hdfs.tools.offlineEditsViewer.TestOfflineEditsViewer > Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 15.646 sec <<< FAILURE! - in org.apache.hadoop.hdfs.tools.offlineEditsViewer.TestOfflineEditsViewer > testGenerated(org.apache.hadoop.hdfs.tools.offlineEditsViewer.TestOfflineEditsViewer) Time elapsed: 3.623 sec <<< FAILURE! > java.lang.AssertionError: Generated edits and reparsed (bin to XML to bin) should be same > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.assertTrue(Assert.java:41) > at org.apache.hadoop.hdfs.tools.offlineEditsViewer.TestOfflineEditsViewer.testGenerated(TestOfflineEditsViewer.java:125) > Results : > Failed tests: > TestOfflineEditsViewer.testGenerated:125 Generated edits and reparsed (bin to XML to bin) should be same > Tests run: 5, Failures: 1, Errors: 0, Skipped: 0 > {code} -- 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