SteveYurongSu commented on a change in pull request #4460:
URL: https://github.com/apache/iotdb/pull/4460#discussion_r762680192
##########
File path:
influxdb-protocol/src/test/java/org/apache/iotdb/influxdb/integration/IoTDBInfluxDBIT.java
##########
@@ -53,12 +54,12 @@
@Rule
public GenericContainer<?> iotdb =
- new GenericContainer<>("apache/iotdb:latest").withExposedPorts(6667);
+ new
GenericContainer(DockerImageName.parse("apache/iotdb:maven-development")).withExposedPorts(6667);
Review comment:
```suggestion
new
GenericContainer(DockerImageName.parse("apache/iotdb:maven-development")).withExposedPorts(8086);
```
--
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]