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 2015/10/30 01:04:27 UTC

[jira] [Created] (HBASE-14725) Vet categorization of tests so they for sure go into the right small/medium/large buckets

stack created HBASE-14725:
-----------------------------

             Summary: Vet categorization of tests so they for sure go into the right small/medium/large buckets
                 Key: HBASE-14725
                 URL: https://issues.apache.org/jira/browse/HBASE-14725
             Project: HBase
          Issue Type: Sub-task
          Components: test
            Reporter: stack


I tried doing runSmallTests, runMediumTests, etc., and I noticed that some tests are larger than our categorization. At least for small tests it means they area all running in the one JVM. I also noticed that the categorization only takes effect in hbase-server.

This patch makes it so runSmallTests runs all the small tests only in each category.  Also moves tests that were larger than small out to medium so they don't run in the one JVM anymore.



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