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 A3C1E10665 for ; Mon, 14 Oct 2013 17:46:42 +0000 (UTC) Received: (qmail 10758 invoked by uid 500); 14 Oct 2013 17:46:42 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 10724 invoked by uid 500); 14 Oct 2013 17:46:42 -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 10714 invoked by uid 99); 14 Oct 2013 17:46:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Oct 2013 17:46:42 +0000 Date: Mon, 14 Oct 2013 17:46:42 +0000 (UTC) From: "Nick Dimiduk (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9692) TestOrderedBytes doesn't display the arrays correctly 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-9692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13794307#comment-13794307 ] Nick Dimiduk commented on HBASE-9692: ------------------------------------- Committed to 0.96 and trunk. Thanks for the patch JMS. > TestOrderedBytes doesn't display the arrays correctly > ----------------------------------------------------- > > Key: HBASE-9692 > URL: https://issues.apache.org/jira/browse/HBASE-9692 > Project: HBase > Issue Type: Test > Affects Versions: 0.98.0, 0.96.0 > Reporter: Jean-Marc Spaggiari > Assignee: Jean-Marc Spaggiari > Priority: Minor > Fix For: 0.98.0, 0.96.1 > > Attachments: HBASE-9692-v0-trunk.patch, HBASE-9692-v1-trunk.patch, HBASE-9692-v1-trunk.patch > > > TestOrderedBytes should call Arrays.toString(decoded) instead of directly output "decoded". > Today output will be something like: > java.lang.AssertionError: Encoded representations do not preserve natural order: <[B@4a8c1dd9>, <[B@34fbb7cb>, ASCENDING: actual array was null > We want it to be: > java.lang.AssertionError: Encoded representations do not preserve natural order: <[]>, <[]>, ASCENDING: actual array was null -- This message was sent by Atlassian JIRA (v6.1#6144)