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

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

The assertion above the catch is supposed to fail (due to bad comparator):
{code}
         assertTrue(count++ == k.getTimestamp());
{code}
That is why AssertionError is caught.

> 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
>              Labels: CE
>         Attachments: 20136.v1.txt, 20136.v2.txt
>
>
> 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)

Reply via email to