Hisoka-X commented on code in PR #5780:
URL: https://github.com/apache/seatunnel/pull/5780#discussion_r1381323150
##########
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:
But without this, the test case will failed now. Could you investigate 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]