This is an automated email from the ASF dual-hosted git repository.
jt2594838 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new bd952e15645 Fix encrypted password pull consumer commit mode (#18044)
bd952e15645 is described below
commit bd952e15645781a29e415f1abbf7056126ec4cdd
Author: Caideyipi <[email protected]>
AuthorDate: Tue Jun 30 10:20:11 2026 +0800
Fix encrypted password pull consumer commit mode (#18044)
---
.../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();
}