Skip to content

Conversation

@lhy1024
Copy link
Contributor

@lhy1024 lhy1024 commented May 29, 2025

What problem does this PR solve?

Issue Number: ref #9296.

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/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels May 29, 2025
@codecov
Copy link

codecov bot commented May 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.12%. Comparing base (3bc8b2c) to head (cafd467).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #9371      +/-   ##
==========================================
- Coverage   76.13%   76.12%   -0.02%     
==========================================
  Files         477      478       +1     
  Lines       74282    74498     +216     
==========================================
+ Hits        56557    56710     +153     
- Misses      14211    14263      +52     
- Partials     3514     3525      +11     
Flag Coverage Δ
unittests 76.12% <100.00%> (-0.02%) ⬇️

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

// @Failure 404 {string} error
// @Param name path string true "groupName"
// @Param with_stats query bool false "whether to return statistics data."
// @Param keyspace_id query uint32 false "keyspace ID, if not set, it will be treated as null keyspace ID."
Copy link
Member

Choose a reason for hiding this comment

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

Since the API is intended for external use rather than internal, we should use the keyspace name as the parameter. You might want to wait until #9354 is merged.

lhy1024 added 4 commits June 4, 2025 10:34
Signed-off-by: lhy1024 <admin@liudos.us>
Signed-off-by: lhy1024 <admin@liudos.us>
Signed-off-by: lhy1024 <admin@liudos.us>
Signed-off-by: lhy1024 <admin@liudos.us>
@lhy1024 lhy1024 changed the title mcs: suppport keyspace id in resource group api mcs: suppport keyspace name in resource group api Jun 4, 2025
lhy1024 added 2 commits June 4, 2025 15:25
Signed-off-by: lhy1024 <admin@liudos.us>
Signed-off-by: lhy1024 <admin@liudos.us>
@lhy1024 lhy1024 requested a review from JmPotato June 5, 2025 01:52
re.Equal(groupToUpdate.RUSettings.RU.Settings.FillRate, group.RUSettings.RU.Settings.FillRate)
}
// Delete the resource group.
suite.mustDeleteResourceGroup(re, groupToAdd.Name, keyspaceName)
Copy link
Member

Choose a reason for hiding this comment

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

Ditto.

lhy1024 added 2 commits June 5, 2025 12:15
Signed-off-by: lhy1024 <admin@liudos.us>
Signed-off-by: lhy1024 <admin@liudos.us>
@ti-chi-bot ti-chi-bot bot added needs-1-more-lgtm Indicates a PR needs 1 more LGTM. approved labels Jun 5, 2025
@ti-chi-bot ti-chi-bot bot added the lgtm label Jun 5, 2025
@ti-chi-bot
Copy link
Contributor

ti-chi-bot bot commented Jun 5, 2025

[APPROVALNOTIFIER] This PR is APPROVED

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

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

The pull request process is described here

Details 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 Jun 5, 2025
@ti-chi-bot
Copy link
Contributor

ti-chi-bot bot commented Jun 5, 2025

[LGTM Timeline notifier]

Timeline:

  • 2025-06-05 06:33:55.228211082 +0000 UTC m=+509921.430556515: ☑️ agreed by JmPotato.
  • 2025-06-05 06:47:50.127332502 +0000 UTC m=+510756.329677767: ☑️ agreed by okJiang.

@ti-chi-bot ti-chi-bot bot merged commit 735be21 into tikv:master Jun 5, 2025
38 of 47 checks passed
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/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants