This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a commit to branch dev/1.3
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/dev/1.3 by this push:
new edca502072f [To dev/1.3] Implemented minor fix of pipe IT (#16981)
edca502072f is described below
commit edca502072f1806ac14b67971824674db9eb6933
Author: Caideyipi <[email protected]>
AuthorDate: Tue Jan 6 09:34:01 2026 +0800
[To dev/1.3] Implemented minor fix of pipe IT (#16981)
---
.../java/org/apache/iotdb/pipe/it/autocreate/IoTDBPipeLifeCycleIT.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/integration-test/src/test/java/org/apache/iotdb/pipe/it/autocreate/IoTDBPipeLifeCycleIT.java
b/integration-test/src/test/java/org/apache/iotdb/pipe/it/autocreate/IoTDBPipeLifeCycleIT.java
index ea4f2cbdff3..174791bcea6 100644
---
a/integration-test/src/test/java/org/apache/iotdb/pipe/it/autocreate/IoTDBPipeLifeCycleIT.java
+++
b/integration-test/src/test/java/org/apache/iotdb/pipe/it/autocreate/IoTDBPipeLifeCycleIT.java
@@ -802,6 +802,6 @@ public class IoTDBPipeLifeCycleIT extends
AbstractPipeDualAutoIT {
"test",
"test123");
tryExecuteNonQueryWithRetry(senderEnv, "drop pipePlugin TestProcessor",
"test", "test123");
- executeQueryWithRetry(senderEnv, "show pipe plugins", "test", "test123");
+ executeQueryWithRetry(senderEnv, "show pipePlugins", "test", "test123");
}
}