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

justinchen pushed a commit to branch utf-8-13-2
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/utf-8-13-2 by this push:
     new 13d0d907a8e utf
13d0d907a8e is described below

commit 13d0d907a8e4c1e992ccd8bf2af30f0270d7b76e
Author: Caideyipi <[email protected]>
AuthorDate: Wed Mar 25 17:17:41 2026 +0800

    utf
---
 .../java/org/apache/iotdb/it/env/cluster/node/AbstractNodeWrapper.java   | 1 +
 1 file changed, 1 insertion(+)

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 005db9050ff..e1e013ea961 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
@@ -461,6 +461,7 @@ 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",
               "-cp",
               server_node_lib_path));
       addStartCmdParams(startCmd);

Reply via email to