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

[Feature][SeaTunnel Engine] Add test to test stream job recover when all cluster node done and restart #3503

Merged
merged 7 commits into from
Dec 7, 2022

Conversation

TaoZex
Copy link
Contributor

@TaoZex TaoZex commented Nov 22, 2022

Purpose of this pull request

#3430
Add test to test stream job recover when all cluster node done and restart

Check list

@TaoZex TaoZex closed this Nov 23, 2022
@TaoZex TaoZex reopened this Nov 23, 2022
Copy link
Member

@EricJoy2048 EricJoy2048 left a comment

Choose a reason for hiding this comment

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

Please merge the dev branch code.

node3 = SeaTunnelServerStarter.createHazelcastInstance(
TestUtils.getClusterName(testClusterName));

Thread.sleep(360000);
Copy link
Member

Choose a reason for hiding this comment

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

Why sleep 360000? I think we can wait all nodes added to cluster here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have modified the code, but I cannot pass the CI. Is the code I modified wrong?

Copy link
Member

Choose a reason for hiding this comment

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

I have modified the code, but I cannot pass the CI. Is the code I modified wrong?

Please wait #3418 merge. And then you need config to enable IMap storage for this test case.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for your advice.

@EricJoy2048 EricJoy2048 merged commit 9ddaa63 into apache:dev Dec 7, 2022
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.

3 participants