apupier commented on code in PR #21388:
URL: https://github.com/apache/camel/pull/21388#discussion_r2791908507
##########
test-infra/camel-test-infra-zookeeper/src/main/java/org/apache/camel/test/infra/zookeeper/services/ZooKeeperLocalContainerInfraService.java:
##########
@@ -50,13 +50,10 @@ public
ZooKeeperLocalContainerInfraService(ZooKeeperContainer container) {
}
protected ZooKeeperContainer initContainer(String imageName) {
- int clientPort = ContainerEnvironmentUtil.isFixedPort(this.getClass())
- ? ZooKeeperContainer.CLIENT_PORT
- : -1;
if (imageName == null) {
- return new ZooKeeperContainer(ZooKeeperContainer.CONTAINER_NAME,
clientPort);
+ return new ZooKeeperContainer();
Review Comment:
I don't know. My goal was to get back to a more stable main branch as soon
as possible. So found the commit introducing the issue and tried to revert. We
can adjust the previous work later on so that the main branch (and all other
developments) is not impacted
--
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]