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

*: unify the error definition #8902

Merged
merged 3 commits into from
Dec 18, 2024
Merged

Conversation

rleungx
Copy link
Member

@rleungx rleungx commented Dec 11, 2024

What problem does this PR solve?

Issue Number: Ref #8922.

What is changed and how does it work?

Check List

Tests

  • Unit test

Release note

None.

@ti-chi-bot ti-chi-bot bot added do-not-merge/needs-linked-issue dco-signoff: yes Indicates the PR's author has signed the dco. release-note-none Denotes a PR that doesn't merit a release note. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Dec 11, 2024
@rleungx rleungx force-pushed the unify-error-definition branch from f1ebf38 to fdbd7ef Compare December 11, 2024 10:12
@ti-chi-bot ti-chi-bot bot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Dec 11, 2024
Copy link

codecov bot commented Dec 11, 2024

Codecov Report

Attention: Patch coverage is 39.08046% with 53 lines in your changes missing coverage. Please review.

Project coverage is 76.26%. Comparing base (5d62787) to head (9f7cf58).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8902      +/-   ##
==========================================
+ Coverage   76.25%   76.26%   +0.01%     
==========================================
  Files         461      461              
  Lines       70395    70380      -15     
==========================================
- Hits        53677    53675       -2     
+ Misses      13372    13358      -14     
- Partials     3346     3347       +1     
Flag Coverage Δ
unittests 76.26% <39.08%> (+0.01%) ⬆️

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


// keyspace errors
var (
// ErrKeyspaceNotFound is used to indicate target keyspace does not exist.
Copy link
Member

@okJiang okJiang Dec 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these comments necessary?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just remain the same as before.

Signed-off-by: Ryan Leung <[email protected]>
Signed-off-by: Ryan Leung <[email protected]>
@rleungx rleungx force-pushed the unify-error-definition branch from 9f7cf58 to d6a7ce9 Compare December 18, 2024 06:28
Signed-off-by: Ryan Leung <[email protected]>
@rleungx rleungx requested review from okJiang and lhy1024 December 18, 2024 06:42
@ti-chi-bot ti-chi-bot bot added needs-1-more-lgtm Indicates a PR needs 1 more LGTM. approved labels Dec 18, 2024
@ti-chi-bot ti-chi-bot bot added the lgtm label Dec 18, 2024
Copy link
Contributor

ti-chi-bot bot commented Dec 18, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: lhy1024, okJiang

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:

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 removed the needs-1-more-lgtm Indicates a PR needs 1 more LGTM. label Dec 18, 2024
Copy link
Contributor

ti-chi-bot bot commented Dec 18, 2024

[LGTM Timeline notifier]

Timeline:

  • 2024-12-18 07:41:03.938263567 +0000 UTC m=+1029054.027066111: ☑️ agreed by lhy1024.
  • 2024-12-18 08:47:29.321780031 +0000 UTC m=+1033039.410582559: ☑️ agreed by okJiang.

@ti-chi-bot ti-chi-bot bot merged commit 221877d into tikv:master Dec 18, 2024
21 checks passed
@rleungx rleungx deleted the unify-error-definition branch December 18, 2024 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved dco-signoff: yes Indicates the PR's author has signed the dco. lgtm release-note-none Denotes a PR that doesn't merit a release note. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants