-
Notifications
You must be signed in to change notification settings - Fork 287
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
test(ticdc): separate statistics for unit tests and integration tests #3570
test(ticdc): separate statistics for unit tests and integration tests #3570
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. |
/run-copy |
/run-copy |
2 similar comments
/run-copy |
/run-copy |
Codecov Report
@@ Coverage Diff @@
## master #3570 +/- ##
================================================
+ Coverage 56.5356% 57.8328% +1.2971%
================================================
Files 211 237 +26
Lines 22798 24142 +1344
================================================
+ Hits 12889 13962 +1073
- Misses 8598 8787 +189
- Partials 1311 1393 +82 |
/cc @amyangfei @overvenus |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 8f128c2
|
/run-integration-test |
/run-kafka-integration-test |
3 similar comments
/run-kafka-integration-test |
/run-kafka-integration-test |
/run-kafka-integration-test |
/run-kafka-integration-test 😢 |
/run-kafka-integration-test 😢 network issue |
1 similar comment
/run-kafka-integration-test 😢 network issue |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
In response to a cherrypick label: new pull request created: #3577. |
In response to a cherrypick label: new pull request created: #3578. |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
In response to a cherrypick label: new pull request created: #3579. |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
In response to a cherrypick label: new pull request created: #3580. |
In response to a cherrypick label: new pull request created: #3581. |
What problem does this PR solve?
part of https://github.com/pingcap/ticdc/issues/3569
What is changed and how it works?
separate statistics for unit tests and integration tests.
Check List
Tests
Code changes
None
Side effects
None
Related changes
Release note