[ 
https://issues.apache.org/jira/browse/HBASE-12589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-12589:
--------------------------
    Attachment: 12589.txt

Simple fix.

Here is the fail: 
https://builds.apache.org/view/H-L/view/HBase/job/HBase-TRUNK/5826/

{code}Error Message

Inserting a too large KeyValue worked, should throw exception
Stacktrace

java.lang.AssertionError: Inserting a too large KeyValue worked, should throw 
exception
        at org.junit.Assert.fail(Assert.java:88)
        at 
org.apache.hadoop.hbase.client.TestFromClientSide.testMaxKeyValueSize(TestFromClientSide.java:713)
{code}

This failure happened because of the move up on to unmanged connections. 

> Forward-port fix for TestFromClientSideWithCoprocessor.testMaxKeyValueSize
> --------------------------------------------------------------------------
>
>                 Key: HBASE-12589
>                 URL: https://issues.apache.org/jira/browse/HBASE-12589
>             Project: HBase
>          Issue Type: Task
>          Components: test
>            Reporter: stack
>            Assignee: stack
>         Attachments: 12589.txt
>
>
> Trunk just failed with TestFromClientSideWithCoprocessor.testMaxKeyValueSize  
> Issue is that test has a Connection and subsequently, we set configuration to 
> reject big value only we are setting it on a different conf instance.  Let me 
> forward-port the fix from branch-1.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to