You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/12/29 01:29:14 UTC

[iotdb] branch fix_python_status_code created (now dd36058b46)

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

haonan pushed a change to branch fix_python_status_code
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at dd36058b46 try to add tests

This branch includes the following new commits:

     new dd36058b46 try to add tests

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: try to add tests

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch fix_python_status_code
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit dd36058b467842b7e7301937d7efb14373701015
Author: HTHou <hh...@outlook.com>
AuthorDate: Thu Dec 29 09:26:48 2022 +0800

    try to add tests
---
 client-py/tests/test_session.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client-py/tests/test_session.py b/client-py/tests/test_session.py
index 92bc87d012..d6e1991bf5 100644
--- a/client-py/tests/test_session.py
+++ b/client-py/tests/test_session.py
@@ -214,7 +214,7 @@ def test_session():
             [True, 77, 88, 1.25, 8.125, "test_records02"],
         ]
         data_type_list_ = [data_types_, data_types_]
-        device_ids_ = ["root.sg_test_01.d_01", "root.sg_test_01.d_01"]
+        device_ids_ = ["root.sg_test_01.d_01", "root.sg_test_01.d_02"]
         if (
             session.insert_records(
                 device_ids_, [2, 3], measurements_list_, data_type_list_, values_list_