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

sink(ticdc): add ut case for open protocol #11013

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sdojjy
Copy link
Member

@sdojjy sdojjy commented Apr 29, 2024

What problem does this PR solve?

Issue Number: close #11012

What is changed and how it works?

add ut case for open protocol to cover case when output-old-value is disabled and delete-only-output-handle-key-columns is enabled

Check List

Tests

  • Unit test
  • Integration test
  • Manual test (add detailed scripts or steps below)
  • No code

Questions

Will it cause performance regression or break compatibility?
Do you need to update user documentation, design documentation or monitoring documentation?

Release note

 `None`.

@ti-chi-bot ti-chi-bot bot added release-note-none Denotes a PR that doesn't merit a release note. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Apr 29, 2024
@sdojjy
Copy link
Member Author

sdojjy commented Apr 29, 2024

/retest-required

Copy link

codecov bot commented Apr 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.6625%. Comparing base (ba6db07) to head (ffee17a).
Report is 44 commits behind head on master.

Additional details and impacted files
Components Coverage Δ
cdc 63.1105% <100.0000%> (+1.4049%) ⬆️
dm 52.3427% <ø> (+1.0899%) ⬆️
engine 63.4585% <ø> (+0.0706%) ⬆️
Flag Coverage Δ
unit 58.6625% <100.0000%> (+1.2483%) ⬆️

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

@@               Coverage Diff                @@
##             master     #11013        +/-   ##
================================================
+ Coverage   57.4142%   58.6625%   +1.2483%     
================================================
  Files           851        860         +9     
  Lines        125225     131687      +6462     
================================================
+ Hits          71897      77251      +5354     
- Misses        47936      48939      +1003     
- Partials       5392       5497       +105     

@sdojjy
Copy link
Member Author

sdojjy commented Apr 30, 2024

/retest-required

Copy link
Contributor

ti-chi-bot bot commented Apr 30, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: 3AceShowHand, asddongmen

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

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [3AceShowHand,asddongmen]

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

Copy link
Contributor

ti-chi-bot bot commented Apr 30, 2024

[LGTM Timeline notifier]

Timeline:

  • 2024-04-30 06:37:17.754375997 +0000 UTC m=+339191.511511571: ☑️ agreed by asddongmen.
  • 2024-04-30 06:37:35.316652601 +0000 UTC m=+339209.073788159: ☑️ agreed by 3AceShowHand.

@sdojjy
Copy link
Member Author

sdojjy commented Apr 30, 2024

/retest

@sdojjy
Copy link
Member Author

sdojjy commented May 17, 2024

/retest-required

3 similar comments
@sdojjy
Copy link
Member Author

sdojjy commented May 23, 2024

/retest-required

@sdojjy
Copy link
Member Author

sdojjy commented May 23, 2024

/retest-required

@sdojjy
Copy link
Member Author

sdojjy commented May 30, 2024

/retest-required

Copy link
Contributor

ti-chi-bot bot commented May 30, 2024

@sdojjy: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-cdc-integration-kafka-test ffee17a link unknown /test cdc-integration-kafka-test
pull-dm-integration-test ffee17a link unknown /test dm-integration-test

Full PR test history. Your PR dashboard.

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. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved lgtm release-note-none Denotes a PR that doesn't merit a release note. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add an ut case for open protocol
3 participants