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

Appy updated HBASE-17004:
-------------------------
    Description: IntegrationTestManyRegions verifies that many regions get 
assigned within given time. To do so, it spawns a new thread and uses 
CountDownLatch.await() to timeout. Replacing this mechanism with junit 
@ClassRule to timeout the test.

> Refactor IntegrationTestManyRegions to use @ClassRule for timing out
> --------------------------------------------------------------------
>
>                 Key: HBASE-17004
>                 URL: https://issues.apache.org/jira/browse/HBASE-17004
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Appy
>            Assignee: Appy
>            Priority: Minor
>         Attachments: HBASE-17004.master.001.patch, 
> HBASE-17004.master.002.patch
>
>
> IntegrationTestManyRegions verifies that many regions get assigned within 
> given time. To do so, it spawns a new thread and uses CountDownLatch.await() 
> to timeout. Replacing this mechanism with junit @ClassRule to timeout the 
> test.



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

Reply via email to