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

shuwenwei pushed a commit to branch fixLoadSplitTimePartitionWithEmptyChunk
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to 
refs/heads/fixLoadSplitTimePartitionWithEmptyChunk by this push:
     new 0dfed77b215 modify test
0dfed77b215 is described below

commit 0dfed77b21583845c80058f50992ebd8378ff94e
Author: shuwenwei <[email protected]>
AuthorDate: Thu Jul 17 15:38:43 2025 +0800

    modify test
---
 .../dataregion/compaction/BatchedCompactionWithTsFileSplitterTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/storageengine/dataregion/compaction/BatchedCompactionWithTsFileSplitterTest.java
 
b/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/storageengine/dataregion/compaction/BatchedCompactionWithTsFileSplitterTest.java
index c619aff66ae..272d9e6ae5c 100644
--- 
a/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/storageengine/dataregion/compaction/BatchedCompactionWithTsFileSplitterTest.java
+++ 
b/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/storageengine/dataregion/compaction/BatchedCompactionWithTsFileSplitterTest.java
@@ -71,7 +71,7 @@ public class BatchedCompactionWithTsFileSplitterTest extends 
AbstractCompactionT
     super.setUp();
     originMaxConcurrentAlignedSeriesInCompaction =
         
IoTDBDescriptor.getInstance().getConfig().getCompactionMaxAlignedSeriesNumInOneBatch();
-    
IoTDBDescriptor.getInstance().getConfig().setCompactionMaxAlignedSeriesNumInOneBatch(6);
+    
IoTDBDescriptor.getInstance().getConfig().setCompactionMaxAlignedSeriesNumInOneBatch(2);
   }
 
   @After

Reply via email to