-
Notifications
You must be signed in to change notification settings - Fork 149
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
PXC-3546: [MTR] Fix failing keyring_vault sute tests #1792
base: 8.0
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
SET @@global.keyring_vault_config='MYSQLTEST_VARDIR/keyring_vault1.conf'; | ||
ERROR HY000: Unknown system variable 'keyring_vault_config' | ||
INSTALL PLUGIN keyring_vault SONAME 'keyring_vault.so'; | ||
Warnings: | ||
Warning 42000 keyring_vault initialization failure. Please check the server log. | ||
# restart:<hidden args> | ||
SET @@global.keyring_vault_config='MYSQLTEST_VARDIR/keyring_vault2.conf'; | ||
SET @@global.keyring_vault_config='MYSQLTEST_VARDIR/keyring_vault1.conf'; | ||
UNINSTALL PLUGIN keyring_vault; |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
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.
This test is inherited from PS. How it is that it works for PS?
https://github.com/percona/percona-server/blob/c676f75d020dd0a56716f9dd6c7526c15818cf74/plugin/keyring_vault/tests/mtr/innodb_online_alter_encryption.test#L25
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.
Updated the commit message that explains, why the suite works in Percona Server.