Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1E4A210A39 for ; Tue, 18 Feb 2014 21:55:30 +0000 (UTC) Received: (qmail 46146 invoked by uid 500); 18 Feb 2014 21:55:20 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 46110 invoked by uid 500); 18 Feb 2014 21:55:19 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 46097 invoked by uid 99); 18 Feb 2014 21:55:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Feb 2014 21:55:19 +0000 Date: Tue, 18 Feb 2014 21:55:19 +0000 (UTC) From: "Nick Dimiduk (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10547) TestFixedLengthWrapper#testReadWrite occasionally fails with the IBM JDK 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/HBASE-10547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904662#comment-13904662 ] Nick Dimiduk commented on HBASE-10547: -------------------------------------- Ugh. Let me see what I can uncover. > TestFixedLengthWrapper#testReadWrite occasionally fails with the IBM JDK > ------------------------------------------------------------------------ > > Key: HBASE-10547 > URL: https://issues.apache.org/jira/browse/HBASE-10547 > Project: HBase > Issue Type: Bug > Affects Versions: 0.98.0 > Environment: IBM J9 VM (build 2.7, JRE 1.7.0 Linux amd64-64 Compressed References 20131114_175264 (JIT enabled, AOT enabled) > Reporter: Andrew Purtell > Priority: Minor > > Here's the trace. > {noformat} > Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 29.288 sec <<< FAILURE! > testReadWrite(org.apache.hadoop.hbase.types.TestFixedLengthWrapper) Time elapsed: 0.025 sec <<< FAILURE! > arrays first differed at element [8]; expected:<-40> but was:<0> > at org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:50) > at org.junit.Assert.internalArrayEquals(Assert.java:473) > at org.junit.Assert.assertArrayEquals(Assert.java:294) > at org.junit.Assert.assertArrayEquals(Assert.java:305) > at org.apache.hadoop.hbase.types.TestFixedLengthWrapper.testReadWrite(TestFixedLengthWrapper.java:60) > {noformat} > This is with 0.98.0. -- This message was sent by Atlassian JIRA (v6.1.5#6160)