-
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
tests(ticdc): add tests for kafka max-message-bytes #4125
tests(ticdc): add tests for kafka max-message-bytes #4125
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-all-tests |
/run-all-tests |
/run-all-tests |
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.
Self check.
[2021-12-29T14:55:20.670Z] panic: [2021-12-29T14:55:20.670Z] assert: mock: I don't know what to return because the method call was unexpected. [2021-12-29T14:55:20.670Z] Either do Mock.On("Flush").Return(...) first, or remove the Flush() call. [2021-12-29T14:55:20.670Z] This method was unexpected: |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 0d6eff4
|
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. @@ Coverage Diff @@
## master #4125 +/- ##
================================================
+ Coverage 55.1722% 55.3442% +0.1720%
================================================
Files 485 489 +4
Lines 59829 60532 +703
================================================
+ Hits 33009 33501 +492
- Misses 23484 23670 +186
- Partials 3336 3361 +25 |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
In response to a cherrypick label: new pull request created: #4153. |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
In response to a cherrypick label: new pull request created: #4154. |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
In response to a cherrypick label: new pull request created: #4155. |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
In response to a cherrypick label: new pull request created: #4156. |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
In response to a cherrypick label: new pull request created: #4157. |
What problem does this PR solve?
Issue Number: close #4124
What is changed and how it works?
add tests for kafka max-message-bytes
Check List
Tests
Code changes
None
Side effects
None
Related changes
Release note