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