-
Notifications
You must be signed in to change notification settings - Fork 289
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
integration_tests(ticdc): move integration tests into integration_tests dir (#3646) #3688
integration_tests(ticdc): move integration tests into integration_tests dir (#3646) #3688
Conversation
[REVIEW NOTIFICATION] This pull request has not been approved. 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. |
8889c17
to
8398dff
Compare
Codecov Report
@@ Coverage Diff @@
## release-4.0 #3688 +/- ##
===================================================
+ Coverage 53.7661% 56.9550% +3.1889%
===================================================
Files 153 168 +15
Lines 15958 19705 +3747
===================================================
+ Hits 8580 11223 +2643
- Misses 6475 7426 +951
- Partials 903 1056 +153 |
/run-all-tests |
/run-all-tests |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 0c2c420
|
/run-all-tests |
1 similar comment
/run-all-tests |
/run-all-tests |
This is an automated cherry-pick of #3646
What problem does this PR solve?
part of https://github.com/pingcap/ticdc/issues/2199
What is changed and how it works?
move integration tests into integration_tests dir.
Other test-related files will be moved to this directory later.
Check List
Tests
Code changes
None
Side effects
None
Related changes
Release note