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 141bd877763 fb
141bd877763 is described below

commit 141bd8777631192148d2da6a39ed66013c07ea1e
Author: Caideyipi <[email protected]>
AuthorDate: Fri Feb 13 16:12:00 2026 +0800

    fb
---
 .../iotdb/pipe/it/dual/treemodel/manual/IoTDBPipePermissionIT.java     | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/manual/IoTDBPipePermissionIT.java
 
b/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/manual/IoTDBPipePermissionIT.java
index d897659027e..24807622cf6 100644
--- 
a/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/manual/IoTDBPipePermissionIT.java
+++ 
b/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/manual/IoTDBPipePermissionIT.java
@@ -311,8 +311,7 @@ public class IoTDBPipePermissionIT extends 
AbstractPipeDualTreeModelManualIT {
               
receiverEnv.getDataNodeWrapperList().get(0).getIpAndPortString()));
       fail("Shall fail if password is wrong.");
     } catch (final SQLException e) {
-      Assert.assertTrue(
-          e.getMessage().contains("Fail to CREATE_PIPE because Authentication 
failed."));
+      Assert.assertEquals("801: Failed to check password for pipe a2b.", 
e.getMessage());
     }
 
     // Use current session, user is root

Reply via email to