Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] Fix ConnectorPackageServiceContainer miss implement getSavePointCommand/getRestoreCommand #5780

Merged

Conversation

Hisoka-X
Copy link
Member

@Hisoka-X Hisoka-X commented Nov 3, 2023

Purpose of this pull request

This PR fix ConnectorPackageServiceContainer miss implement getSavePointCommand/getRestoreCommand. The build will failed.

Does this PR introduce any user-facing change?

no

How was this patch tested?

exist test.

Check list

@@ -61,6 +63,7 @@ void beforeClass() throws Exception {
SeaTunnelConfig seaTunnelConfig = ConfigProvider.locateAndGetSeaTunnelConfig();
seaTunnelConfig.getHazelcastConfig().setClusterName(testClusterName);
hazelcastInstance = SeaTunnelServerStarter.createHazelcastInstance(seaTunnelConfig);
Common.setDeployMode(DeployMode.CLIENT);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But without this, the test case will failed now. Could you investigate it?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's merge this first. If @liunaijie have better idea for RestApiIT. You can create a PR for it.

Copy link
Member

@ruanwenjun ruanwenjun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ruanwenjun ruanwenjun merged commit 70cca95 into apache:dev Nov 3, 2023
8 checks passed
@Hisoka-X Hisoka-X deleted the fix-restore-command-on-package-container branch November 3, 2023 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants