-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
multitenant: check query rows result in admin function tests #93225
Conversation
desc: "ALTER TABLE x EXPERIMENTAL_RELOCATE LEASE", | ||
query: "ALTER TABLE t EXPERIMENTAL_RELOCATE LEASE SELECT 1, 1;", | ||
expectedErrorMessage: errorutil.UnsupportedWithMultiTenancyMessage, | ||
desc: "ALTER RANGE x RELOCATE NONVOTERS", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also adds NONVOTERS version of VOTERS tests.
}, | ||
// TODO(ewall): Set up test to avoid "trying to add a voter to a store that already has a VOTER_FULL" error. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some tests require additional setup that I will address when working on adding the Class to the related KV AdminRequest.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: complete! 0 of 0 LGTMs obtained (waiting on @arulajmani and @rafiss)
Informs CRDB-16746 Some admin functions return error rows in the response instead of an error itself. Update related tests to check these rows. Release note: None
bors r=knz |
Build succeeded: |
Informs CRDB-16746
Some admin functions return error rows in the response instead of an error itself. Update related tests to check these rows.
Release note: None