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

Matteo Bertozzi commented on HBASE-13593:
-----------------------------------------

{quote}Please drop tableName1 at the end of the test.{quote}
[~tedyu] I think the cleanup() method is already doing that for every test
{code}
@After
  public void cleanup() throws Exception, KeeperException {
    for (HTableDescriptor table : ADMIN.listTables()) {
      ADMIN.disableTable(table.getTableName());
      deleteTable(table.getTableName());
    }
{code}

> Quota support for namespace should take restore and clone snapshot into 
> account
> -------------------------------------------------------------------------------
>
>                 Key: HBASE-13593
>                 URL: https://issues.apache.org/jira/browse/HBASE-13593
>             Project: HBase
>          Issue Type: Sub-task
>    Affects Versions: 1.1.0
>            Reporter: Ashish Singhi
>            Assignee: Ashish Singhi
>             Fix For: 2.0.0
>
>         Attachments: HBASE-13593-v1-.patch, HBASE-13593-v2.patch, 
> HBASE-13593-v3.patch, HBASE-13593.patch
>
>
> Quota support for namespace should take restore and clone snapshot into 
> account.



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

Reply via email to