You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Nihal Jain (JIRA)" <ji...@apache.org> on 2019/03/29 10:25:00 UTC

[jira] [Created] (HBASE-22129) Rewrite TestSpaceQuotas as parameterized tests

Nihal Jain created HBASE-22129:
----------------------------------

             Summary: Rewrite TestSpaceQuotas as parameterized tests
                 Key: HBASE-22129
                 URL: https://issues.apache.org/jira/browse/HBASE-22129
             Project: HBase
          Issue Type: Improvement
            Reporter: Nihal Jain
            Assignee: Nihal Jain


In {{TestSpaceQuotas}}, for a particular test scenario we have a new method for each quota type. This calls for rewriting the tests as {{Parameterized}} tests. 

In this Jira I plan to split {{TestSpaceQuotas}} into:
 * *{{SpaceQuotasTestBase}}*: Base class for tests
 * *{{TestSpaceQuotas}}*: No-parameterized tests
 * *{{TestSpaceQuotasOnTables}}*: Parameterized table space quota tests
 * *{{TestSpaceQuotasOnNamespaces}}*: Parameterized namespace space quota tests

Mostly need to do what was done in [HBASE-20662 Patch 2|#file-9].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)