HBASE-12234 Make TestMultithreadedTableMapper a little more stable.

Signed-off-by: stack <stack@apache.org>
This commit is contained in:
Elliott Clark 2014-10-10 21:19:12 -07:00 committed by stack
parent f2d05befad
commit ab42b9ffe6
1 changed files with 1 additions and 0 deletions

View File

@ -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