Description
Since we switched to using Categories and groups to determine which tests are run, we've introduced the possibility that we have tests which are not categorized (by accident) and they would subsequently never be run by the build.
busbey was a fine enough gent this morning and pointed me to HBase's TestInterfaceAudienceAnnotations test class which does a similar thing for HBase. I'm thinking that we could write a similar unit test for Accumulo to prevent this edge-case.
Attachments
Issue Links
- relates to
-
ACCUMULO-4423 Define categories for integration test execution
- Resolved