This is an automated email from the ASF dual-hosted git repository.
taklwu pushed a commit to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-3 by this push:
new 8c2ca151d9e HBASE-29507: IntegrationTestBackupRestore is failing
because it cannot restore from backup directory (#7240) (#7235)
8c2ca151d9e is described below
commit 8c2ca151d9e16f3b282fdd102b30779ec7e7bf2d
Author: Kevin Geiszler <[email protected]>
AuthorDate: Thu Aug 21 13:34:05 2025 -0700
HBASE-29507: IntegrationTestBackupRestore is failing because it cannot
restore from backup directory (#7240) (#7235)
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 d7723bd05c6..5857182ba11 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
@@ -85,7 +85,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;