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

taklwu 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 ec87f949b75 HBASE-29507: IntegrationTestBackupRestore is failing 
because it cannot restore from backup directory (#7240) (#7234)
ec87f949b75 is described below

commit ec87f949b750a5b95cb3c7c2af57c7c47c21234d
Author: Kevin Geiszler <[email protected]>
AuthorDate: Thu Aug 21 13:32:07 2025 -0700

    HBASE-29507: IntegrationTestBackupRestore is failing because it cannot 
restore from backup directory (#7240) (#7234)
    
    Signed-off-by: Tak Lon (Stephen) Wu <[email protected]>
---
 .../test/java/org/apache/hadoop/hbase/IntegrationTestBackupRestore.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestBackupRestore.java
 
b/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestBackupRestore.java
index 0e18cb491ce..50131f7c2bf 100644
--- 
a/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestBackupRestore.java
+++ 
b/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestBackupRestore.java
@@ -84,7 +84,7 @@ public class IntegrationTestBackupRestore extends 
IntegrationTestBase {
   protected static final int DEFAULT_REGIONSERVER_COUNT = 5;
   protected static final int DEFAULT_NUMBER_OF_TABLES = 1;
   protected static final int DEFAULT_NUM_ITERATIONS = 10;
-  protected static final int DEFAULT_ROWS_IN_ITERATION = 500000;
+  protected static final int DEFAULT_ROWS_IN_ITERATION = 10000;
   protected static final String SLEEP_TIME_KEY = "sleeptime";
   // short default interval because tests don't run very long.
   protected static final long SLEEP_TIME_DEFAULT = 50000L;

Reply via email to