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

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

    [ https://issues.apache.org/jira/browse/HBASE-15715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15258914#comment-15258914 ] 

Vladimir Rodionov commented on HBASE-15715:
-------------------------------------------

OK.

> 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
>         Attachments: 15715.v1.patch
>
>
> 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)