You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by "YouJiacheng (via GitHub)" <gi...@apache.org> on 2023/05/09 17:26:35 UTC

[GitHub] [iotdb] YouJiacheng commented on issue #9734: [Bug] Python Client IoTDBContainer and Example is not well behaved and IoTDBContainer will fail on Windows

YouJiacheng commented on issue #9734:
URL: https://github.com/apache/iotdb/issues/9734#issuecomment-1540579134

   The second problem is upstream issue
   > 2. host should be localhost instead of localnpipe
   this seems an upstream bug.
   there is a workaround: set environment variable TC_HOST='localhost'
   
   BUT
   The first problem (`TypeError: %d format: a real number is required, not str`) is not an issue of `testcontainers`.
   `testcontainers==3.3.0` doesn't have the first issue only because it will catch all errors, and this error won't occur on successful TSocket connection.
   Even if `localhost` is used(i.e. second problem fixed), the first problem can be triggered when the container starting isn't fast enough.


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

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