HBASE-7502 TestScannerTimeout fails on snapshot branch (Himanshu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1432211 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
641a592b51
commit
e5349081c2
|
@ -87,7 +87,7 @@ public class TestScannerTimeout {
|
||||||
*/
|
*/
|
||||||
@Before
|
@Before
|
||||||
public void setUp() throws Exception {
|
public void setUp() throws Exception {
|
||||||
TEST_UTIL.ensureSomeRegionServersAvailable(2);
|
TEST_UTIL.ensureSomeNonStoppedRegionServersAvailable(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue