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

haonan 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 86000d52098 Due to the removal of the password history feature,remove 
associated the useless logic. (#17477)
86000d52098 is described below

commit 86000d52098883b9783997b30e8b47d031ac48b4
Author: wenyanshi-123 <[email protected]>
AuthorDate: Tue Apr 14 23:04:38 2026 +0800

    Due to the removal of the password history feature,remove associated the 
useless logic. (#17477)
    
    Co-authored-by: shiwenyan <[email protected]>
---
 iotdb-client/client-py/tests/integration/test_treemodel_insert.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/iotdb-client/client-py/tests/integration/test_treemodel_insert.py 
b/iotdb-client/client-py/tests/integration/test_treemodel_insert.py
index 3d59767181d..9feda17133f 100644
--- a/iotdb-client/client-py/tests/integration/test_treemodel_insert.py
+++ b/iotdb-client/client-py/tests/integration/test_treemodel_insert.py
@@ -5358,8 +5358,7 @@ def test_insert_auto_create():
         session = Session(db.get_container_host_ip(), 
db.get_exposed_port(6667))
         session.open()
 
-        # plus 2 for password history
-        expect = 360 + 2
+        expect = 360
         # Test non aligned tablet writing
         num = 0
         for i in range(1, 10):

Reply via email to