-
Notifications
You must be signed in to change notification settings - Fork 276
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
add case for restore system table(1.2-dev) #16481
add case for restore system table(1.2-dev) #16481
Conversation
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Review 🔍
|
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Code Suggestions ✨
|
…nto restoreSysTableCase1.2
User description
What type of PR is this?
Which issue(s) this PR fixes:
issue ##11492
What this PR does / why we need it:
add case for restore system table(mo_role,mo_user,mo_user_grant,mo_role_grant,mo_role_privs,mo_user_defined_function , mo_stored_procedure, mo_stages)
PR Type
Tests
Description
Changes walkthrough 📝
sys_restore_system_table_to_sys_account.result
Add test cases for restoring system tables to sys account
test/distributed/cases/snapshot/sys_restore_system_table_to_sys_account.result
(UDFs).
sys_restore_system_table_to_nonsys_account.sql
Add test cases for restoring system tables to non-sys account
test/distributed/cases/snapshot/sys_restore_system_table_to_nonsys_account.sql
(UDFs).