-
Notifications
You must be signed in to change notification settings - Fork 706
test(source): add ci e2e test for mysql-cdc #6481
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
Conversation
eb59402 to
9768232
Compare
2fc5ed0 to
e96d01c
Compare
106b86f to
bb79677
Compare
bb79677 to
1a8e4eb
Compare
Codecov Report
@@ Coverage Diff @@
## main #6481 +/- ##
==========================================
- Coverage 74.01% 73.95% -0.07%
==========================================
Files 983 986 +3
Lines 160712 161356 +644
==========================================
+ Hits 118952 119329 +377
- Misses 41760 42027 +267
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
huangjw806
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
fuyufjh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
252047c to
45fe9a9
Compare
| # start risingwave cluster | ||
| cargo make ci-start ci-1cn-1fe | ||
| # start cdc connector node | ||
| nohup java -cp ./connector-service.jar com.risingwave.sourcenode.service.SourceServiceMain > .risingwave/log/connector-source.log 2>&1 & |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this future when we combine the sink and source service into a single service, we only need java -jar ./connector-service.jar.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
correct
liurenjie1024
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ae10f48 to
7f05a6b
Compare
7f05a6b to
dabf322
Compare
I hereby agree to the terms of the Singularity Data, Inc. Contributor License Agreement.
What's changed and what's your intention?
Add e2e test for MySQL CDC (MySQL --> connector node --> RisingWave) to PR pipeline.
The test cases are from Flink's tutorial.
Checklist
./risedev check(or alias,./risedev c)Documentation
If your pull request contains user-facing changes, please specify the types of the changes, and create a release note. Otherwise, please feel free to remove this section.
Types of user-facing changes
Please keep the types that apply to your changes, and remove those that do not apply.
Release note
Please create a release note for your changes. In the release note, focus on the impact on users, and mention the environment or conditions where the impact may occur.
Refer to a related PR or issue link (optional)
#6345