Hisoka-X commented on code in PR #5780: URL: https://github.com/apache/seatunnel/pull/5780#discussion_r1381390978
########## seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/java/org/apache/seatunnel/engine/e2e/RestApiIT.java: ########## @@ -61,6 +63,7 @@ void beforeClass() throws Exception { SeaTunnelConfig seaTunnelConfig = ConfigProvider.locateAndGetSeaTunnelConfig(); seaTunnelConfig.getHazelcastConfig().setClusterName(testClusterName); hazelcastInstance = SeaTunnelServerStarter.createHazelcastInstance(seaTunnelConfig); + Common.setDeployMode(DeployMode.CLIENT); Review Comment: Let's merge this first. If @liunaijie have better idea for `RestApiIT`. You can create a PR for it. -- 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: commits-unsubscr...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org