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

Jimmy Xiang commented on HBASE-7343:
------------------------------------

You need to rebase your branch and post a new patch so that hadoopqa can take 
it.  Can you make sure all tests in this class have proper timeout?

+1. Looks good to me. Will commit if hadoopqa looks good.
                
> Fix flaky condition for TestDrainingServer
> ------------------------------------------
>
>                 Key: HBASE-7343
>                 URL: https://issues.apache.org/jira/browse/HBASE-7343
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.94.3
>            Reporter: Himanshu Vashishtha
>            Assignee: Himanshu Vashishtha
>            Priority: Minor
>         Attachments: HBASE-7343.patch
>
>
> The assert statement in setUpBeforeClass() may fail in case the region 
> distribution is not even (a particular rs has 0 regions).
> {code}
> junit.framework.AssertionFailedError
>       at junit.framework.Assert.fail(Assert.java:48)
>       at junit.framework.Assert.assertTrue(Assert.java:20)
>       at junit.framework.Assert.assertFalse(Assert.java:34)
>       at junit.framework.Assert.assertFalse(Assert.java:41)
>       at 
> org.apache.hadoop.hbase.TestDrainingServer.setUpBeforeClass(TestDrainingServer.java:83)
> {code}
> This is already fixed in trunk with HBASE-5992, but as that's a bigger change 
> and uses 5877, this jira fixes that issue instead of backporting 5992.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to