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 2018/03/05 23:11:00 UTC

[jira] [Commented] (HBASE-20136) TestKeyValue misses ClassRule and Category annotations

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

Ted Yu commented on HBASE-20136:
--------------------------------

This was discovered due to the following test error:
{code}
Tests run: 18, Failures: 0, Errors: 18, Skipped: 0, Time elapsed: 0.339 s <<< FAILURE! - in org.apache.hadoop.hbase.TestKeyValue
Test mechanism  Time elapsed: 0.024 s  <<< ERROR!
java.lang.ArrayIndexOutOfBoundsException: 0
{code}

> TestKeyValue misses ClassRule and Category annotations
> ------------------------------------------------------
>
>                 Key: HBASE-20136
>                 URL: https://issues.apache.org/jira/browse/HBASE-20136
>             Project: HBase
>          Issue Type: Test
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>            Priority: Minor
>
> hbase-common/src/test/java/org/apache/hadoop/hbase/TestKeyValue.java misses ClassRule and Category annotations.
> This issue adds the annotations to this test.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)