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

jackietien 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 dad8ec8824e Remove text involve DataNodeId when assert two results. 
(#17107)
dad8ec8824e is described below

commit dad8ec8824e4d50301a5cc45e9e09cd24c46c5a3
Author: libo <[email protected]>
AuthorDate: Wed Jan 28 22:04:37 2026 +0800

    Remove text involve DataNodeId when assert two results. (#17107)
---
 .../org/apache/iotdb/db/it/schema/IoTDBAlterTimeSeriesTypeIT.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/integration-test/src/test/java/org/apache/iotdb/db/it/schema/IoTDBAlterTimeSeriesTypeIT.java
 
b/integration-test/src/test/java/org/apache/iotdb/db/it/schema/IoTDBAlterTimeSeriesTypeIT.java
index 8f08d2c1dd3..d199dded371 100644
--- 
a/integration-test/src/test/java/org/apache/iotdb/db/it/schema/IoTDBAlterTimeSeriesTypeIT.java
+++ 
b/integration-test/src/test/java/org/apache/iotdb/db/it/schema/IoTDBAlterTimeSeriesTypeIT.java
@@ -458,10 +458,10 @@ public class IoTDBAlterTimeSeriesTypeIT {
         assertEquals(
             "507: Alter timeseries "
                 + database
-                + ".d1.nonexistent data type to STRING in schema regions 
failed. Failures: {DataNodeId: 1=[TSStatus(code:508, message:Path ["
+                + ".d1.nonexistent data type to STRING in schema regions 
failed. Failures: {[TSStatus(code:508, message:Path ["
                 + database
                 + ".d1.nonexistent] does not exist)]}",
-            e.getMessage());
+            e.getMessage().replaceAll("DataNodeId: [^=]+=", ""));
       }
     }
   }

Reply via email to