This is an automated email from the ASF dual-hosted git repository.
justinchen pushed a commit to branch run-ci-mod
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/run-ci-mod by this push:
new bb354a6f420 f2
bb354a6f420 is described below
commit bb354a6f42004bad0ea7854b5441be0bb860d7d5
Author: Caideyipi <[email protected]>
AuthorDate: Thu Mar 26 10:57:31 2026 +0800
f2
---
.../org/apache/iotdb/it/env/cluster/node/AbstractNodeWrapper.java | 3 ++-
.../it/dual/treemodel/auto/AbstractPipeDualTreeModelAutoIT.java | 6 ++----
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git
a/integration-test/src/main/java/org/apache/iotdb/it/env/cluster/node/AbstractNodeWrapper.java
b/integration-test/src/main/java/org/apache/iotdb/it/env/cluster/node/AbstractNodeWrapper.java
index 2ff390a8e83..5a271c1ead2 100644
---
a/integration-test/src/main/java/org/apache/iotdb/it/env/cluster/node/AbstractNodeWrapper.java
+++
b/integration-test/src/main/java/org/apache/iotdb/it/env/cluster/node/AbstractNodeWrapper.java
@@ -527,7 +527,8 @@ public abstract class AbstractNodeWrapper implements
BaseNodeWrapper {
"-XX:MaxDirectMemorySize=" + jvmConfig.getMaxDirectMemorySize()
+ "m",
"-Djdk.nio.maxCachedBufferSize=262144",
"-D" + IoTDBConstant.INTEGRATION_TEST_KILL_POINTS + "=" +
killPoints.toString(),
- "-Dsun.jnu.encoding=UTF-8 -Dfile.encoding=UTF-8",
+ "-Dsun.jnu.encoding=UTF-8",
+ "-Dfile.encoding=UTF-8",
"-cp",
server_node_lib_path));
addStartCmdParams(startCmd);
diff --git
a/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/auto/AbstractPipeDualTreeModelAutoIT.java
b/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/auto/AbstractPipeDualTreeModelAutoIT.java
index e0ac22a80e1..b9a2f6a2fa7 100644
---
a/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/auto/AbstractPipeDualTreeModelAutoIT.java
+++
b/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/auto/AbstractPipeDualTreeModelAutoIT.java
@@ -60,8 +60,7 @@ public abstract class AbstractPipeDualTreeModelAutoIT {
.setPipeMemoryManagementEnabled(false)
.setDataReplicationFactor(1)
.setSchemaReplicationFactor(1)
- .setIsPipeEnableMemoryCheck(false)
- .setPipeAutoSplitFullEnabled(false);
+ .setIsPipeEnableMemoryCheck(false);
senderEnv.getConfig().getDataNodeConfig().setDataNodeMemoryProportion("3:3:1:1:3:1");
receiverEnv
.getConfig()
@@ -72,8 +71,7 @@ public abstract class AbstractPipeDualTreeModelAutoIT {
.setPipeMemoryManagementEnabled(false)
.setDataReplicationFactor(1)
.setSchemaReplicationFactor(1)
- .setIsPipeEnableMemoryCheck(false)
- .setPipeAutoSplitFullEnabled(false);
+ .setIsPipeEnableMemoryCheck(false);
receiverEnv.getConfig().getDataNodeConfig().setDataNodeMemoryProportion("3:3:1:1:9:1");
// 10 min, assert that the operations will not time out