ruanwenjun commented on code in PR #5780:
URL: https://github.com/apache/seatunnel/pull/5780#discussion_r1381386720
##########
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:
I am not clear if this is caused by we have some UT case set the DeployMode
but doesn't clear this after the ut finished.
--
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]