Samarth Jain created PHOENIX-1467:
-------------------------------------
Summary: Upgrade to 4.12 Junit and update tests by removing
@Category annotation
Key: PHOENIX-1467
URL: https://issues.apache.org/jira/browse/PHOENIX-1467
Project: Phoenix
Issue Type: Improvement
Reporter: Samarth Jain
Assignee: Samarth Jain
The 4.12 Junit release makes the @Category annotation inheritable. This means
we no longer need to annotate each our test classes with category annotations
like @Category(NeedsOwnMiniClusterTest.class).
Test classes that inherit from one of these base test classes -
BaseOwnClusterIT, BaseClientManagedTimeIT and BaseHBaseManagedTimeIT will get
automatically categorized into @Category(NeedsOwnMiniClusterTest.class),
@Category(ClientManagedTimeTest.class) and
@Category(HBaseManagedTimeTest.class) respectively.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)