[
https://issues.apache.org/jira/browse/HBASE-9692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13783208#comment-13783208
]
Hadoop QA commented on HBASE-9692:
----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12606152/HBASE-9692-v0-trunk.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 3 new
or modified tests.
{color:red}-1 patch{color}. The patch command could not apply the patch.
Console output:
https://builds.apache.org/job/PreCommit-HBASE-Build/7432//console
This message is automatically generated.
> TestOrderedBytes doesn't display the arrays correctly
> -----------------------------------------------------
>
> Key: HBASE-9692
> URL: https://issues.apache.org/jira/browse/HBASE-9692
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.98.0, 0.96.0
> Reporter: Jean-Marc Spaggiari
> Assignee: Jean-Marc Spaggiari
> Priority: Minor
> Attachments: HBASE-9692-v0-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)