PSQLADM-574: Add configurable AUTH_PLUGIN and stabilize scheduler tes…#287
Draft
VarunNagaraju wants to merge 3 commits into
Draft
PSQLADM-574: Add configurable AUTH_PLUGIN and stabilize scheduler tes…#287VarunNagaraju wants to merge 3 commits into
VarunNagaraju wants to merge 3 commits into
Conversation
…t config selection https://perconadev.atlassian.net/browse/PSQLADM-574 - Add AUTH_PLUGIN support across admin/scheduler SQL paths and user creation flows. - The default AUTH_PLUGIN is set to caching_sha2_password in shared config/common layer. - Validate AUTH_PLUGIN values and fail fast on unsupported plugins - Update test suites to use AUTH_PLUGIN-aware CREATE USER statements - Add auth plugin compatibility test to still test with mysql_native_password plugin which can be skipped by using skip-auth-plugin-compat-test option(disabled by default). - Improve scheduler test orchestration by switching testsuite.toml clusterPort/hgW/hgR between cluster runs. - Increase timeout for syncusers(many users) test. - Add a filter to exclude percona.telemetry user in tests which use user count to check for failure.
42763be to
d350217
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…t config selection
https://perconadev.atlassian.net/browse/PSQLADM-574