This is an automated email from the ASF dual-hosted git repository.
justinchen pushed a commit to branch pipe-it-minor
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/pipe-it-minor by this push:
new 511202e3b5a fix
511202e3b5a is described below
commit 511202e3b5a5e7924dc426fe27594720332a6c11
Author: Caideyipi <[email protected]>
AuthorDate: Mon Jan 5 10:52:02 2026 +0800
fix
---
.../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");
}
}