You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (Commented) (JIRA)" <ji...@apache.org> on 2011/11/20 02:13:52 UTC

[jira] [Commented] (HBASE-4828) Fix failing TestShell, needs same addendum as HBASE-4815 got

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

Hudson commented on HBASE-4828:
-------------------------------

Integrated in HBase-TRUNK #2464 (See [https://builds.apache.org/job/HBase-TRUNK/2464/])
    HBASE-4828 Fix failing TestShell, needs same addendum as HBASE-4815 got

stack : 
Files : 
* /hbase/trunk/src/test/java/org/apache/hadoop/hbase/client/TestShell.java

                
> Fix failing TestShell, needs same addendum as HBASE-4815 got
> ------------------------------------------------------------
>
>                 Key: HBASE-4828
>                 URL: https://issues.apache.org/jira/browse/HBASE-4828
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>         Attachments: 4828.txt
>
>
> Do this:
> {code}
> Index: src/test/java/org/apache/hadoop/hbase/client/TestShell.java
> ===================================================================
> --- src/test/java/org/apache/hadoop/hbase/client/TestShell.java (revision 1204082)
> +++ src/test/java/org/apache/hadoop/hbase/client/TestShell.java (working copy)
> @@ -45,6 +45,7 @@
>    @BeforeClass
>    public static void setUpBeforeClass() throws Exception {
>      // Start mini cluster
> +    TEST_UTIL.getConfiguration().setBoolean("hbase.online.schema.update.enable", true);
>      TEST_UTIL.getConfiguration().setInt("hbase.regionserver.msginterval", 100);
>      TEST_UTIL.getConfiguration().setInt("hbase.client.pause", 250);
>      TEST_UTIL.getConfiguration().setInt("hbase.client.retries.number", 6);
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira