-
Notifications
You must be signed in to change notification settings - Fork 288
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
deployments(ticdc): refine the network and volumes #3647
deployments(ticdc): refine the network and volumes #3647
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/cc @asddongmen Could you please take a look? Thanks! 💚 💙 💜 💛 ❤️ Can you help try it locally? |
Codecov Report
@@ Coverage Diff @@
## master #3647 +/- ##
================================================
+ Coverage 56.5356% 58.0442% +1.5085%
================================================
Files 211 241 +30
Lines 22798 24502 +1704
================================================
+ Hits 12889 14222 +1333
- Misses 8598 8855 +257
- Partials 1311 1425 +114 |
Usage: CASE="clustered_index" docker-compose -f ./deployments/ticdc/docker-compose/docker-compose-kafka-integration.yml up |
/assign @amyangfei Could you please help me trigger the merge process? Thanks! |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 362298f
|
/run-leak-test |
What problem does this PR solve?
None
What is changed and how it works?
use service network instead of container network.
And do not exit after test finished.
Otherwise it will ask to create the kafka container first.
Check List
Tests
Code changes
None
Side effects
None
Related changes
None
Release note