This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch test_pyt1
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/test_pyt1 by this push:
new 819127db0c3 update
819127db0c3 is described below
commit 819127db0c3dd5b468f5b55c6583643ee2cdaeda
Author: HTHou <[email protected]>
AuthorDate: Tue Aug 1 11:45:19 2023 +0800
update
---
iotdb-client/client-py/iotdb/IoTDBContainer.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/iotdb-client/client-py/iotdb/IoTDBContainer.py
b/iotdb-client/client-py/iotdb/IoTDBContainer.py
index 70f49dfa406..afc29e04b51 100644
--- a/iotdb-client/client-py/iotdb/IoTDBContainer.py
+++ b/iotdb-client/client-py/iotdb/IoTDBContainer.py
@@ -57,6 +57,7 @@ class IoTDBContainer(DockerContainer):
def start(self):
self._configure()
super().start()
+ self._connect()
return self
def stop(self, force=True, delete_volume=True):