config: bump client-go and increase default RUScale from 1.34 to 2.01#68217
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @disksing. Thanks for your PR. PRs from untrusted users cannot be marked as trusted with I understand the commands that are listed here. DetailsInstructions 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-sigs/prow repository. |
|
ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (6)
🚧 Files skipped from review as they are similar to previous changes (6)
📝 WalkthroughWalkthroughBumps TiKV client-go and several golang.org/x/* dependencies in DEPS.bzl and go.mod. Increases RU v2 default RUScale from 1.34 to 2.01 and updates example config and test expectations to match recalculated RU totals and formatted metrics. ChangesTiKV Client and RU v2 Configuration Update
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
- Update github.com/tikv/client-go/v2 to latest version (fce9638). - Increase TiDB-side default RUScale from 1.34 to 2.01 (1.5x). - Sync TiKV-side ru-scale in config.toml.example from 1.40 to 2.10. - Update related test expectations. Signed-off-by: disksing <i@disksing.com>
f1350d4 to
ac7010d
Compare
|
/retest |
|
@disksing: PRs from untrusted users cannot be marked as trusted with DetailsIn response to this:
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-sigs/prow repository. |
|
/ok-to-test |
|
/retest |
1 similar comment
|
/retest |
|
@disksing: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
What problem does this PR solve?
Issue Number: ref #67199
Problem Summary:
Cherry-pick #68000 to release-nextgen-202603.
What changed and how does it work?
github.com/tikv/client-go/v2to the latest commit (fce9638195b3684c19dfe35186f2ceed480e8a9e).RUScalefrom1.34to2.01(multiply by 1.5).config.toml.exampleTiKV-sideru-scalefrom1.40to2.10to match the new client-go default.pkg/util/execdetails.Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.
Summary by CodeRabbit
Chores
Bug Fixes
Tests