br: cannot restore physically user table if column count mismatch#67541
br: cannot restore physically user table if column count mismatch#67541Leavrth wants to merge 1 commit intopingcap:masterfrom
Conversation
…smatch Signed-off-by: Jianjun Liao <jianjun.liao@outlook.com>
|
Review Complete Findings: 0 issues ℹ️ Learn more details on Pantheon AI. |
|
Hi @Leavrth. 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. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThe changes fix typos and rename methods in the SnapClient package for privilege table collation compatibility checking. Method names and corresponding call sites are updated to correct "Compatiblity" to "Compatibility". One logic enhancement improves handling of missing columns in the Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (2.11.4)Command failed 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 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: YuJuncen The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #67541 +/- ##
================================================
- Coverage 77.6911% 77.1196% -0.5715%
================================================
Files 2012 1944 -68
Lines 550857 563287 +12430
================================================
+ Hits 427967 434405 +6438
- Misses 121174 128803 +7629
+ Partials 1716 79 -1637
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
@Leavrth: The following test 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. |
…smatch
What problem does this PR solve?
Issue Number: ref #60930
Problem Summary:
cannot restore physically user table if column count mismatch. Otherwise, the user table schema will be replaced by old version.
What changed and how does it work?
restore user table by SQL if column count mismatch.
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