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

Caideyipi pushed a commit to branch fix/encrypted-password-pull-consumer-commit
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit be3aef35b7f64f8a80c7be7f7aae12e88681254b
Author: Caideyipi <[email protected]>
AuthorDate: Fri Jun 26 16:46:48 2026 +0800

    Fix encrypted password pull consumer commit mode
---
 .../treemodel/regression/param/IoTDBEncryptedPasswordPullConsumerIT.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/integration-test/src/test/java/org/apache/iotdb/subscription/it/triple/treemodel/regression/param/IoTDBEncryptedPasswordPullConsumerIT.java
 
b/integration-test/src/test/java/org/apache/iotdb/subscription/it/triple/treemodel/regression/param/IoTDBEncryptedPasswordPullConsumerIT.java
index 80cd56a2004..f8f8c2210bb 100644
--- 
a/integration-test/src/test/java/org/apache/iotdb/subscription/it/triple/treemodel/regression/param/IoTDBEncryptedPasswordPullConsumerIT.java
+++ 
b/integration-test/src/test/java/org/apache/iotdb/subscription/it/triple/treemodel/regression/param/IoTDBEncryptedPasswordPullConsumerIT.java
@@ -152,6 +152,7 @@ public class IoTDBEncryptedPasswordPullConsumerIT extends 
AbstractSubscriptionTr
         .encryptedPassword(encryptedPassword)
         .consumerId("consumer_" + consumerGroupId)
         .consumerGroupId(consumerGroupId)
+        .autoCommit(false)
         .buildPullConsumer();
   }
 

Reply via email to