Ted Yu created HBASE-15715:
------------------------------
Summary: BackupType misses @InterfaceAudience annotation
Key: HBASE-15715
URL: https://issues.apache.org/jira/browse/HBASE-15715
Project: HBase
Issue Type: Bug
Reporter: Ted Yu
Assignee: Ted Yu
Priority: Minor
I was running test suite in HBASE-7912 branch and stumbled over the following:
{code}
testInterfaceAudienceAnnotation(org.apache.hadoop.hbase.TestInterfaceAudienceAnnotations)
Time elapsed: 0.344 sec <<< FAILURE!
java.lang.AssertionError: All classes should have @InterfaceAudience annotation
expected:<0> but was:<1>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:555)
at
org.apache.hadoop.hbase.TestInterfaceAudienceAnnotations.testInterfaceAudienceAnnotation(TestInterfaceAudienceAnnotations.java:257)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)