corgy-w commented on code in PR #7903:
URL: https://github.com/apache/seatunnel/pull/7903#discussion_r1816025536
##########
seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/java/org/apache/seatunnel/engine/e2e/RestApiIT.java:
##########
@@ -105,7 +105,8 @@ void beforeClass() throws Exception {
node2Tags.setAttribute("node", "node2");
Config node2hzconfig =
node1Config.getHazelcastConfig().setMemberAttributeConfig(node2Tags);
node2Config = ConfigProvider.locateAndGetSeaTunnelConfig();
- node2Config.getEngineConfig().getHttpConfig().setPort(8081);
+ // Dynamically generated port
+
node2Config.getEngineConfig().getHttpConfig().setEnableDynamicPort(true);
Review Comment:
@Hisoka-X Already verified this by not specifying the port
--
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]