HBASE-21101 Remove the waitUntilAllRegionsAssigned call after split in TestTruncateTableProcedure

This commit is contained in:
Duo Zhang 2018-08-23 18:04:01 +08:00
parent bf21a9dc33
commit 8a9acd4d2a
1 changed files with 0 additions and 1 deletions

View File

@ -352,7 +352,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,