You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/04/26 22:40:12 UTC

[jira] [Created] (HBASE-15715) BackupType misses @InterfaceAudience annotation

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)