HBASE-10828 TestRegionObserverInterface#testHBase3583 should wait for all regions to be assigned
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1581515 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d59d9b48f4
commit
758d68b7cc
|
@ -242,6 +242,7 @@ public class TestRegionObserverInterface {
|
|||
TableName tableName =
|
||||
TableName.valueOf("testHBase3583");
|
||||
util.createTable(tableName, new byte[][] {A, B, C});
|
||||
util.waitUntilAllRegionsAssigned(tableName);
|
||||
|
||||
verifyMethodResult(SimpleRegionObserver.class,
|
||||
new String[] {"hadPreGet", "hadPostGet", "wasScannerNextCalled",
|
||||
|
|
Loading…
Reference in New Issue