HBASE-21101 Remove the waitUntilAllRegionsAssigned call after split in TestTruncateTableProcedure
This commit is contained in:
parent
2d911fdc2f
commit
6a5b4f2a5c
|
@ -353,7 +353,6 @@ public class TestTruncateTableProcedure extends TestTableDDLProcedureBase {
|
|||
throws IOException, InterruptedException {
|
||||
// split a region
|
||||
UTIL.getAdmin().split(tableName, new byte[] { '0' });
|
||||
UTIL.waitUntilAllRegionsAssigned(tableName);
|
||||
|
||||
// wait until split really happens
|
||||
UTIL.waitFor(60000,
|
||||
|
|
Loading…
Reference in New Issue