[ 
https://issues.apache.org/jira/browse/HBASE-9692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13794724#comment-13794724
 ] 

Hudson commented on HBASE-9692:
-------------------------------

SUCCESS: Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #793 (See 
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/793/])
HBASE-9692 TestOrderedBytes doesn't display the arrays correctly (ndimiduk: rev 
1531992)
* 
/hbase/trunk/hbase-common/src/test/java/org/apache/hadoop/hbase/util/TestOrderedBytes.java


> 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)

Reply via email to