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 GitHub
parent be984cc8d4
commit a589e55a7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1560,6 +1560,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,