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

rong pushed a commit to branch IOTDB-5788
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/IOTDB-5788 by this push:
     new bea9bdcf92 fix ci build errors: 
https://ci-builds.apache.org/job/IoTDB/job/IoTDB-pip-new/job/master/173/console
bea9bdcf92 is described below

commit bea9bdcf9263fa2cd4780a6a37368798eb436104
Author: Steve Yurong Su <[email protected]>
AuthorDate: Sun Apr 23 22:32:25 2023 +0800

    fix ci build errors: 
https://ci-builds.apache.org/job/IoTDB/job/IoTDB-pip-new/job/master/173/console
---
 .../test/java/org/apache/iotdb/confignode/persistence/PipeInfoTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/confignode/src/test/java/org/apache/iotdb/confignode/persistence/PipeInfoTest.java
 
b/confignode/src/test/java/org/apache/iotdb/confignode/persistence/PipeInfoTest.java
index b532a81a69..0246759c98 100644
--- 
a/confignode/src/test/java/org/apache/iotdb/confignode/persistence/PipeInfoTest.java
+++ 
b/confignode/src/test/java/org/apache/iotdb/confignode/persistence/PipeInfoTest.java
@@ -84,7 +84,7 @@ public class PipeInfoTest {
 
     CreatePipePluginPlan createPipePluginPlan =
         new CreatePipePluginPlan(
-            new PipePluginMeta("testPlugin", "org.apache.iotdb.testJar", 
false, "testJar", "???"),
+            new PipePluginMeta("testPlugin", "org.apache.iotdb.TestJar", 
false, "test.jar", "???"),
             new Binary("123"));
     pipeInfo.getPipePluginInfo().createPipePlugin(createPipePluginPlan);
 

Reply via email to