HBASE-24992 log after Generator success when running ITBLL (#2358)
Signed-off-by: Guanghao Zhang <zghao@apache.org>
This commit is contained in:
parent
672bd1b3a8
commit
4acd6735fd
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue