HBASE-12234 Make TestMultithreadedTableMapper a little more stable.
Signed-off-by: stack <stack@apache.org>
This commit is contained in:
parent
f2d05befad
commit
ab42b9ffe6
|
@ -71,6 +71,7 @@ public class TestMultithreadedTableMapper {
|
||||||
UTIL.createMultiRegions(table, INPUT_FAMILY);
|
UTIL.createMultiRegions(table, INPUT_FAMILY);
|
||||||
UTIL.loadTable(table, INPUT_FAMILY, false);
|
UTIL.loadTable(table, INPUT_FAMILY, false);
|
||||||
UTIL.startMiniMapReduceCluster();
|
UTIL.startMiniMapReduceCluster();
|
||||||
|
UTIL.waitUntilAllRegionsAssigned(MULTI_REGION_TABLE_NAME);
|
||||||
}
|
}
|
||||||
|
|
||||||
@AfterClass
|
@AfterClass
|
||||||
|
|
Loading…
Reference in New Issue