Enis Soztutar created HBASE-11942:
-------------------------------------
Summary: Fix TestHRegionBusyWait
Key: HBASE-11942
URL: https://issues.apache.org/jira/browse/HBASE-11942
Project: HBase
Issue Type: Test
Reporter: Enis Soztutar
Assignee: Enis Soztutar
Fix For: 2.0.0, 0.99.0
TestHRegionBusyWait.testRegionTooBusy() has a very small timeout (6s) causing
flakiness (seen on windows) and also causes TestHRegion tests to run twice:
{code}
public class TestHRegionBusyWait extends TestHRegion {
// TODO: This subclass runs all the tests in TestHRegion as well as the test
below which means
// all TestHRegion tests are run twice.
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)