You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Inchul Song (JIRA)" <ji...@apache.org> on 2007/09/04 08:32:58 UTC

[jira] Created: (HADOOP-1829) [Hbase Shell] Unit tests for HQL commands implementation

[Hbase Shell] Unit tests for HQL commands implementation
--------------------------------------------------------

                 Key: HADOOP-1829
                 URL: https://issues.apache.org/jira/browse/HADOOP-1829
             Project: Hadoop
          Issue Type: Test
          Components: contrib/hbase
    Affects Versions: 0.14.0
         Environment: all environments
            Reporter: Inchul Song
            Priority: Minor
             Fix For: 0.15.0


HQL commands have been implemented through the issue 
[HADOOP-1720|https://issues.apache.org/jira/browse/HADOOP-1720]. Unit tests that test these newly 
implemented HQL commands  are needed to make sure that those commands 
are correctly implemented. 

In this issue, we are going to provide unit tests that set up a minibase cluster, 
execute various commands, and verify the results, as Stack suggested in the issue
HADOOP-1720 as follows:

Stack said:
{quote}
This is a large amount of new functionality but it is without unit tests. Regression in something as complicated as a shell is a real danger. Do you have any objection to adding at least a basic test that does a setup of a minihbasecluster adding a table using your create command (with assertion that add was successful, and that all options specified were enabled, perhaps using your describe command), and then disable, enable, input, select, and drop asserting each of the steps has happened as you go? (I can help out if you'd like).
{quote}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HADOOP-1829) [Hbase Shell] Unit tests for HQL commands implementation

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HADOOP-1829.
---------------------------

    Resolution: Won't Fix

In HADOOP-1720, patch v21 has unit tests for hql.   Therefore, closing this issue as won't fix.

> [Hbase Shell] Unit tests for HQL commands implementation
> --------------------------------------------------------
>
>                 Key: HADOOP-1829
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1829
>             Project: Hadoop
>          Issue Type: Test
>          Components: contrib/hbase
>    Affects Versions: 0.14.0
>         Environment: all environments
>            Reporter: Inchul Song
>            Priority: Minor
>             Fix For: 0.15.0
>
>
> HQL commands have been implemented through the issue 
> [HADOOP-1720|https://issues.apache.org/jira/browse/HADOOP-1720]. Unit tests that test these newly 
> implemented HQL commands  are needed to make sure that those commands 
> are correctly implemented. 
> In this issue, we are going to provide unit tests that set up a minibase cluster, 
> execute various commands, and verify the results, as Stack suggested in the issue
> HADOOP-1720 as follows:
> Stack said:
> {quote}
> This is a large amount of new functionality but it is without unit tests. Regression in something as complicated as a shell is a real danger. Do you have any objection to adding at least a basic test that does a setup of a minihbasecluster adding a table using your create command (with assertion that add was successful, and that all options specified were enabled, perhaps using your describe command), and then disable, enable, input, select, and drop asserting each of the steps has happened as you go? (I can help out if you'd like).
> {quote}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.