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

Christopher Tubbs commented on ACCUMULO-4437:
---------------------------------------------

Other ITs which don't have a category include {{NativeMapIT}}, 
{{InMemoryMapIT}}, {{AccumuloOutputFormatIT}}, and {{KeywordStartIT}}.
Found by observing which tests ran on the 1.7 branch with:
{code}
mvn clean verify -Dtest=none 
-Dfailsafe.excludedGroups=org.apache.accumulo.test.categories.MiniClusterOnlyTest,org.apache.accumulo.test.categories.AnyClusterTest
{code}

There may be others in newer branches. I'm not sure it's necessary to add 
categories for everything, though.
In fact, I'm not sure it's necessary to have {{AnyClusterTest}} at all, because 
I think the main use cases are:
{code}
mvn clean verify -Dtest=none 
-Dfailsafe.groups=org.apache.accumulo.test.categories.MiniClusterOnlyTest
{code}
and
{code}
mvn clean verify -Dtest=none 
-Dfailsafe.excludedGroups=org.apache.accumulo.test.categories.MiniClusterOnlyTest
{code}
... with the latter being the one which will run all tests which can be run 
against a standalone instance, and the former being the one which tests the 
rest.

Alternatively, {{AnyClusterTest}} could be renamed to 
{{StandaloneClusterCapableTest}}, and pivoting on that one, instead.


> Annotate CyclicReplicationIT
> ----------------------------
>
>                 Key: ACCUMULO-4437
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4437
>             Project: Accumulo
>          Issue Type: Sub-task
>          Components: test
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>            Priority: Trivial
>             Fix For: 1.7.3, 1.8.1, 2.0.0
>
>
> It is missing a category.



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

Reply via email to