This is an automated email from the ASF dual-hosted git repository.
yongzao pushed a commit to branch ci-comments
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/ci-comments by this push:
new d9044e03d5d finish
d9044e03d5d is described below
commit d9044e03d5d69ecdabdeacc4d45dca97f5ba7675
Author: Yongzao <[email protected]>
AuthorDate: Thu Jul 24 19:25:50 2025 +0800
finish
---
.../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);