You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Mike Drob (JIRA)" <ji...@apache.org> on 2014/11/26 15:15:12 UTC

[jira] [Created] (ACCUMULO-3370) Integration tests runs should be controlled via junit categories

Mike Drob created ACCUMULO-3370:
-----------------------------------

             Summary: Integration tests runs should be controlled via junit categories
                 Key: ACCUMULO-3370
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3370
             Project: Accumulo
          Issue Type: Improvement
          Components: mini, test
            Reporter: Mike Drob
            Assignee: Josh Elser


After ACCUMULO-3167 our integration tests need to specify if they can run on a mini cluster or not. They do so by either including an {{Assume}} or overriding the method {{canRunTest}}.

Instead, we should use junit categories[1] and then can easily turn tests on and off.

[1]: https://github.com/junit-team/junit/wiki/Categories



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