You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/01/21 11:25:37 UTC

[GitHub] [iotdb] HTHou commented on a change in pull request #2539: Add python test and insert one device interface

HTHou commented on a change in pull request #2539:
URL: https://github.com/apache/iotdb/pull/2539#discussion_r561800186



##########
File path: client-py/readme.md
##########
@@ -72,3 +72,10 @@ session.open(False)
 zone = session.get_time_zone()
 session.close()
 ```
+
+## test file
+
+You can use `client-py/src/SessionTest.py` to test python session, if all test has been passed, it will return 0
+Otherwise it will return 1. You can use print message to locate failed operations and the reason of them
+
+Notice: you should start IoTDB server firstly and then run the test

Review comment:
       ```suggestion
   You can use `client-py/src/SessionTest.py` to test python session, if the test has been passed, it will return 0. Otherwise it will return 1. You can use the printed message to locate failed operations and the reason of them.
   
   Notice: you should start IoTDB server firstly and then run the test.
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org