HBASE-24992 log after Generator success when running ITBLL (#2358)

Signed-off-by: Guanghao Zhang <zghao@apache.org>
This commit is contained in:
Joseph295 2020-09-08 11:46:59 +08:00 committed by Guanghao Zhang
parent 672bd1b3a8
commit 4acd6735fd
1 changed files with 1 additions and 0 deletions

View File

@ -1549,6 +1549,7 @@ public class IntegrationTestBigLinkedList extends IntegrationTestBase {
throw new RuntimeException("Generator.verify failed");
}
}
LOG.info("Generator finished with success. Total nodes=" + numNodes);
}
protected void runVerify(String outputDir,