Skip to content

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

SeaTunnelConfig seaTunnelConfig = ConfigProvider.locateAndGetSeaTunnelConfig();
seaTunnelConfig.getHazelcastConfig().setClusterName(testClusterName);
hazelcastInstance = SeaTunnelServerStarter.createHazelcastInstance(seaTunnelConfig);
Common.setDeployMode(DeployMode.CLIENT);
Copy link
Member

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
@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.

4 participants