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.loadTable(table, INPUT_FAMILY, false);
|
||||
UTIL.startMiniMapReduceCluster();
|
||||
UTIL.waitUntilAllRegionsAssigned(MULTI_REGION_TABLE_NAME);
|
||||
}
|
||||
|
||||
@AfterClass
|
||||
|
|
Loading…
Reference in New Issue