Skip to content
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

APIV2HelpersImpl(ticdc): remove the impossible condition in APIV2HelpersImpl.verifyCreateChangefeedConfig() #11464

Conversation

wlwilliamx
Copy link
Contributor

What problem does this PR solve?

Issue Number: close #11463

What is changed and how it works?

Removed the impossible condition in APIV2HelpersImpl.verifyCreateChangefeedConfig().

Check List

Tests

  • Unit test

Questions

Will it cause performance regression or break compatibility?

No

Do you need to update user documentation, design documentation or monitoring documentation?

No

Release note

None

@ti-chi-bot ti-chi-bot bot added first-time-contributor Indicates that the PR was contributed by an external member and is a first-time contributor. release-note-none Denotes a PR that doesn't merit a release note. do-not-merge/needs-triage-completed labels Aug 1, 2024
Copy link
Contributor

ti-chi-bot bot commented Aug 1, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign benmeadowcroft for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot ti-chi-bot bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Aug 1, 2024
@wlwilliamx
Copy link
Contributor Author

/retest

Copy link

codecov bot commented Aug 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 57.4712%. Comparing base (f262ba3) to head (2ec8c0f).
Report is 12 commits behind head on master.

Additional details and impacted files
Components Coverage Δ
cdc 61.2516% <ø> (+0.0283%) ⬆️
dm 51.0093% <ø> (-0.0062%) ⬇️
engine 63.3738% <ø> (+0.0070%) ⬆️
Flag Coverage Δ
unit 57.4712% <ø> (+0.0148%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

@@               Coverage Diff                @@
##             master     #11464        +/-   ##
================================================
+ Coverage   57.4564%   57.4712%   +0.0148%     
================================================
  Files           849        850         +1     
  Lines        126313     126404        +91     
================================================
+ Hits          72575      72646        +71     
- Misses        48336      48350        +14     
- Partials       5402       5408         +6     

@wlwilliamx
Copy link
Contributor Author

/retest

@wlwilliamx wlwilliamx closed this Aug 20, 2024
@wlwilliamx wlwilliamx deleted the refactor/APIV2HelpersImpl.verifyCreateChangefeedConfig-impossible-condition branch August 20, 2024 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge/needs-triage-completed first-time-contributor Indicates that the PR was contributed by an external member and is a first-time contributor. release-note-none Denotes a PR that doesn't merit a release note. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ticdc: there is an impossible condition in APIV2HelpersImpl.verifyCreateChangefeedConfig()
1 participant