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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
