You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2010/06/02 20:37:44 UTC

[jira] Created: (HBASE-2657) TestTableResource is broken in trunk

TestTableResource is broken in trunk
------------------------------------

                 Key: HBASE-2657
                 URL: https://issues.apache.org/jira/browse/HBASE-2657
             Project: HBase
          Issue Type: Bug
            Reporter: stack
            Assignee: stack
             Fix For: 0.21.0


Column name is illegal -- its 'test:' -- when constructing a HCD.

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


[jira] Commented: (HBASE-2657) TestTableResource is broken in trunk

Posted by "stack (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-2657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874730#action_12874730 ] 

stack commented on HBASE-2657:
------------------------------

There is also hbase-2658.  For now I've loosed a test check to be tightened again over in fix for hbase-2658.

> TestTableResource is broken in trunk
> ------------------------------------
>
>                 Key: HBASE-2657
>                 URL: https://issues.apache.org/jira/browse/HBASE-2657
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.21.0
>
>
> Column name is illegal -- its 'test:' -- when constructing a HCD.

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


[jira] Resolved: (HBASE-2657) TestTableResource is broken in trunk

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

stack resolved HBASE-2657.
--------------------------

    Resolution: Fixed

Committed small change.

> TestTableResource is broken in trunk
> ------------------------------------
>
>                 Key: HBASE-2657
>                 URL: https://issues.apache.org/jira/browse/HBASE-2657
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.21.0
>
>         Attachments: 2657.txt
>
>
> Column name is illegal -- its 'test:' -- when constructing a HCD.

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


[jira] Updated: (HBASE-2657) TestTableResource is broken in trunk

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

stack updated HBASE-2657:
-------------------------

    Attachment: 2657.txt

Pass a column family name minus the ':' creating HCD.  Also changed check so its starts with rather than equals till HBASE-2658 is fixed so test will pass.

> TestTableResource is broken in trunk
> ------------------------------------
>
>                 Key: HBASE-2657
>                 URL: https://issues.apache.org/jira/browse/HBASE-2657
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.21.0
>
>         Attachments: 2657.txt
>
>
> Column name is illegal -- its 'test:' -- when constructing a HCD.

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