-
Notifications
You must be signed in to change notification settings - Fork 286
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
http_api (ticdc): Add some unit tests for HTTP API #3935
http_api (ticdc): Add some unit tests for HTTP API #3935
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. |
…' into fix_http_api_get_processor_panic
/run-all-tests |
/run-all-tests |
# Conflicts: # cdc/capture/http_router.go # cdc/capture/http_router_test.go
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.
rest LGTM
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.
Can you add more explanation of your changes in the PR description?
/run-integration-tests |
…' into fix_http_api_get_processor_panic
/run-integration-tests |
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. @@ Coverage Diff @@
## master #3935 +/- ##
================================================
- Coverage 57.0741% 55.4938% -1.5804%
================================================
Files 478 486 +8
Lines 56551 59758 +3207
================================================
+ Hits 32276 33162 +886
- Misses 20978 23206 +2228
- Partials 3297 3390 +93 |
…' into fix_http_api_get_processor_panic
/run-integration-tests |
/run-integration-tests |
@asddongmen: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What problem does this PR solve?
What is changed and how it works?
Check List
Tests
Code changes
Side effects
Related changes
Release note