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

[FLINK-35092][cdc][starrocks] Add starrocks integration test cases #3231

Closed
wants to merge 3 commits into from

Conversation

yuxiqian
Copy link
Contributor

@yuxiqian yuxiqian commented Apr 17, 2024

This closes FLINK-35092.

Currently, Flink CDC does not have any integrated tests for StarRocks pipeline connector which runs on real docker container. Adding one should help improving pipeline connectors' reliability.

@yuxiqian
Copy link
Contributor Author

cc @banmoy

@yuxiqian yuxiqian force-pushed the FLINK-35092 branch 2 times, most recently from 077b669 to d1b3062 Compare April 19, 2024 07:48

// FE node exposed ports
public static final int FE_HTTP_PORT = 8030;
public static final int FE_HTTP_SERVICE_PORT = 8080;
Copy link
Contributor

Choose a reason for hiding this comment

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

what's 8080 used for?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

StarRocks all-in-one docker image exposes 8080 as service port in this PR. Removed redundant port mappings.

@banmoy
Copy link
Contributor

banmoy commented Apr 22, 2024

@yuxiqian Thanks for the work. Left some comments. Also cc @lvyanquan

@yuxiqian
Copy link
Contributor Author

Thanks for @banmoy's kindly review, addressed comments above.

@banmoy
Copy link
Contributor

banmoy commented Apr 22, 2024

LGTM

Copy link
Contributor

@lvyanquan lvyanquan left a comment

Choose a reason for hiding this comment

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

LGTM.

@yuxiqian
Copy link
Contributor Author

yuxiqian commented Jun 6, 2024

Fixed in #3348.

@yuxiqian yuxiqian closed this Jun 6, 2024
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

3 participants