-
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
integration_tests(ticdc): move integration tests into integration_tests dir #3646
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. |
558fdb8
to
5a41cb6
Compare
/run-copy |
1 similar comment
/run-copy |
/cc @amyangfei @overvenus Integration tests passed! |
/hold blocked by PingCAP-QE/ci#484 |
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. @@ Coverage Diff @@
## master #3646 +/- ##
================================================
+ Coverage 56.8605% 56.8652% +0.0047%
================================================
Files 456 456
Lines 54136 54077 -59
================================================
- Hits 30782 30751 -31
+ Misses 20158 20139 -19
+ Partials 3196 3187 -9 |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: c91723c
|
/unhold PingCAP-QE/ci#484 merging. |
/run-all-tests |
/run-integration-test |
Signed-off-by: ti-chi-bot <[email protected]>
In response to a cherrypick label: new pull request created: #3688. |
Signed-off-by: ti-chi-bot <[email protected]>
In response to a cherrypick label: new pull request created: #3689. |
Signed-off-by: ti-chi-bot <[email protected]>
In response to a cherrypick label: new pull request created: #3690. |
Signed-off-by: ti-chi-bot <[email protected]>
In response to a cherrypick label: new pull request created: #3691. |
In response to a cherrypick label: new pull request created: #3692. |
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