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

justinchen pushed a commit to branch login-restart
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/login-restart by this push:
     new 0e548a90802 fix
0e548a90802 is described below

commit 0e548a908029658cd77553f9c279fb0d737fd144
Author: Caideyipi <[email protected]>
AuthorDate: Tue Feb 24 09:48:37 2026 +0800

    fix
---
 .../iotdb/pipe/it/dual/treemodel/auto/basic/IoTDBPipeSyntaxIT.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/auto/basic/IoTDBPipeSyntaxIT.java
 
b/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/auto/basic/IoTDBPipeSyntaxIT.java
index 9ba3de17352..87bc7b0e95b 100644
--- 
a/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/auto/basic/IoTDBPipeSyntaxIT.java
+++ 
b/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/auto/basic/IoTDBPipeSyntaxIT.java
@@ -860,7 +860,7 @@ public class IoTDBPipeSyntaxIT extends 
AbstractPipeDualTreeModelAutoIT {
         fail();
       } catch (final SQLException e) {
         Assert.assertEquals(
-            "1603: Failed to get executable for PipePlugin TestProcessor, 
please check the URI.",
+            "701: Failed to get executable for PipePlugin TestProcessor, 
please check the URI.",
             e.getMessage());
       }
       try {

Reply via email to