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

*: remove store limit scene code #8819

Merged
merged 1 commit into from
Nov 18, 2024
Merged

Conversation

lhy1024
Copy link
Contributor

@lhy1024 lhy1024 commented Nov 18, 2024

What problem does this PR solve?

Issue Number: Close #8818

What is changed and how does it work?

Check List

Tests

  • Unit test

Release note

None.

@ti-chi-bot ti-chi-bot bot added release-note-none Denotes a PR that doesn't merit a release note. dco-signoff: yes Indicates the PR's author has signed the dco. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Nov 18, 2024
@ti-chi-bot ti-chi-bot bot added the needs-1-more-lgtm Indicates a PR needs 1 more LGTM. label Nov 18, 2024
Copy link

codecov bot commented Nov 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.29%. Comparing base (40ae26c) to head (57051d2).
Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8819      +/-   ##
==========================================
+ Coverage   75.21%   75.29%   +0.07%     
==========================================
  Files         459      456       -3     
  Lines       71843    71608     -235     
==========================================
- Hits        54035    53915     -120     
+ Misses      14351    14266      -85     
+ Partials     3457     3427      -30     
Flag Coverage Δ
unittests 75.29% <ø> (+0.07%) ⬆️

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

Copy link
Contributor

ti-chi-bot bot commented Nov 18, 2024

[APPROVALNOTIFIER] This PR is APPROVED

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

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 added lgtm approved and removed needs-1-more-lgtm Indicates a PR needs 1 more LGTM. labels Nov 18, 2024
Copy link
Contributor

ti-chi-bot bot commented Nov 18, 2024

[LGTM Timeline notifier]

Timeline:

  • 2024-11-18 06:22:31.479221704 +0000 UTC m=+855713.670090693: ☑️ agreed by okJiang.
  • 2024-11-18 07:49:03.606700744 +0000 UTC m=+860905.797569734: ☑️ agreed by rleungx.

@@ -51,7 +51,6 @@ func NewStoreCommand() *cobra.Command {
s.AddCommand(NewSetStoreWeightCommand())
s.AddCommand(NewStoreLimitCommand())
s.AddCommand(NewRemoveTombStoneCommand())
s.AddCommand(NewStoreLimitSceneCommand())
Copy link
Member

Choose a reason for hiding this comment

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

should we also remove store-limit-mode?

@rleungx
Copy link
Member

rleungx commented Nov 18, 2024

/hold

@ti-chi-bot ti-chi-bot bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Nov 18, 2024
@ti-chi-bot ti-chi-bot bot merged commit b6826c2 into tikv:master Nov 18, 2024
26 checks passed
@rleungx
Copy link
Member

rleungx commented Nov 18, 2024

/hold cancel

@ti-chi-bot ti-chi-bot bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Nov 18, 2024
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.

remove store scene code
3 participants