[ 
https://issues.apache.org/jira/browse/HBASE-15679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated HBASE-15679:
---------------------------
    Attachment: 15679.v1.patch

> Assertion on wrong variable in TestReplicationThrottler#testThrottling
> ----------------------------------------------------------------------
>
>                 Key: HBASE-15679
>                 URL: https://issues.apache.org/jira/browse/HBASE-15679
>             Project: HBase
>          Issue Type: Test
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>            Priority: Minor
>         Attachments: 15679.v1.patch
>
>
> Sometimes TestReplicationThrottler#testThrottling failed with:
> {code}
> java.lang.AssertionError: null
>       at org.junit.Assert.fail(Assert.java:86)
>       at org.junit.Assert.assertTrue(Assert.java:41)
>       at org.junit.Assert.assertTrue(Assert.java:52)
>       at 
> org.apache.hadoop.hbase.replication.regionserver.TestReplicationThrottler.testThrottling(TestReplicationThrottler.java:75)
> {code}
> Looking closer, we can see that the wrong variable is used for the assertion:
> {code}
>     if (ticks2 != 10000 && ticks2 != 9999) {
>       assertTrue(ticks1 >= 7500 && ticks1 <=10000);
>     }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to