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

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


The following commit(s) were added to refs/heads/master by this push:
     new 441f85183a4 [AINode] Update AINode wrapper (#16028)
441f85183a4 is described below

commit 441f85183a49db18d90b26b9b1637fb766a9976e
Author: Yongzao <[email protected]>
AuthorDate: Thu Jul 24 21:32:47 2025 +0800

    [AINode] Update AINode wrapper (#16028)
---
 .../java/org/apache/iotdb/it/env/cluster/node/AINodeWrapper.java  | 8 +-------
 .../java/org/apache/iotdb/ainode/it/AINodeInferenceSQLIT.java     | 2 +-
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git 
a/integration-test/src/main/java/org/apache/iotdb/it/env/cluster/node/AINodeWrapper.java
 
b/integration-test/src/main/java/org/apache/iotdb/it/env/cluster/node/AINodeWrapper.java
index 86d70155649..c4a85555e76 100644
--- 
a/integration-test/src/main/java/org/apache/iotdb/it/env/cluster/node/AINodeWrapper.java
+++ 
b/integration-test/src/main/java/org/apache/iotdb/it/env/cluster/node/AINodeWrapper.java
@@ -99,13 +99,7 @@ public class AINodeWrapper extends AbstractNodeWrapper {
   public void start() {
     try {
       File stdoutFile = new File(getLogPath());
-      String filePrefix =
-          System.getProperty(USER_DIR)
-              + File.separator
-              + TARGET
-              + File.separator
-              + AI_NODE_NAME
-              + getPort();
+      String filePrefix = getNodePath();
       String propertiesFile =
           filePrefix + File.separator + CONFIG_PATH + File.separator + 
PROPERTIES_FILE;
 
diff --git 
a/integration-test/src/test/java/org/apache/iotdb/ainode/it/AINodeInferenceSQLIT.java
 
b/integration-test/src/test/java/org/apache/iotdb/ainode/it/AINodeInferenceSQLIT.java
index bda34e6ad26..6064513ccc0 100644
--- 
a/integration-test/src/test/java/org/apache/iotdb/ainode/it/AINodeInferenceSQLIT.java
+++ 
b/integration-test/src/test/java/org/apache/iotdb/ainode/it/AINodeInferenceSQLIT.java
@@ -79,7 +79,7 @@ public class AINodeInferenceSQLIT {
 
   @BeforeClass
   public static void setUp() throws Exception {
-    // Init 1C1D1M cluster environment
+    // Init 1C1D1A cluster environment
     EnvFactory.getEnv().initClusterEnvironment(1, 1);
     prepareData(WRITE_SQL_IN_TREE);
     prepareTableData(WRITE_SQL_IN_TABLE);

Reply via email to