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

justinchen pushed a commit to branch fix-it-ger
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/fix-it-ger by this push:
     new bbc867d6f9f Fix
bbc867d6f9f is described below

commit bbc867d6f9fc9ba29ee2988db9c48c3c7a67e2d9
Author: Caideyipi <[email protected]>
AuthorDate: Thu Feb 5 10:35:41 2026 +0800

    Fix
---
 .../iotdb/pipe/it/dual/treemodel/auto/basic/IoTDBPipeDataSinkIT.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/auto/basic/IoTDBPipeDataSinkIT.java
 
b/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/auto/basic/IoTDBPipeDataSinkIT.java
index 035d5052cb7..141788b8085 100644
--- 
a/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/auto/basic/IoTDBPipeDataSinkIT.java
+++ 
b/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/auto/basic/IoTDBPipeDataSinkIT.java
@@ -214,7 +214,7 @@ public class IoTDBPipeDataSinkIT extends 
AbstractPipeDualTreeModelAutoIT {
     final String receiverIp = receiverDataNode.getIp();
     final int receiverPort = receiverDataNode.getPort();
 
-    try (final Connection connection = EnvFactory.getEnv().getConnection();
+    try (final Connection connection = senderEnv.getConnection();
         final Statement statement = connection.createStatement()) {
       statement.execute(
           String.format(

Reply via email to