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

Sean Busbey commented on HBASE-14725:
-------------------------------------

bq. I tried that and it did not work for me. Would be interested in what you 
have Sean Busbey

huh. can you describe the failure?  It should behave exactly as it does if you 
provide groups on the command line ala:

{code}
TEST_GROUP=org.apache.hadoop.hbase.testclassification.SmallTests mvn test 
--fail-never -DreuseForks=false -Dsurefire.firstPartForkCount=1 
-Dsurefire.skipSecondPart=true -Dgroups=$TEST_GROUP
{code}

> 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
>         Attachments: categorization.patch
>
>
> 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)

Reply via email to