You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zg...@apache.org on 2020/09/09 03:12:49 UTC

[hbase] branch branch-2 updated: HBASE-24992 log after Generator success when running ITBLL (#2358)

This is an automated email from the ASF dual-hosted git repository.

zghao pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new 4acd673  HBASE-24992 log after Generator success when running ITBLL (#2358)
4acd673 is described below

commit 4acd6735fdce7d9057c73a553ccc85932107944e
Author: Joseph295 <51...@qq.com>
AuthorDate: Tue Sep 8 11:46:59 2020 +0800

    HBASE-24992 log after Generator success when running ITBLL (#2358)
    
    Signed-off-by: Guanghao Zhang <zg...@apache.org>
---
 .../java/org/apache/hadoop/hbase/test/IntegrationTestBigLinkedList.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestBigLinkedList.java b/hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestBigLinkedList.java
index f68f3f3..8a563c4 100644
--- a/hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestBigLinkedList.java
+++ b/hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestBigLinkedList.java
@@ -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,