Skip to content
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

PT-2109 - pt-mysql-summary throws an error when using sql_mode="ANSI_QUOTES" #696

Conversation

svetasmirnova
Copy link
Collaborator

…QUOTES"

  • Fixed issues still visible with SQL mode ANSI_QUOTES

  • Added test cases for this mode

  • The contributed code is licensed under GPL v2.0

  • Contributor Licence Agreement (CLA) is signed

  • util/update-modules has been ran

  • Documentation updated

  • Test suite update

…QUOTES"

- Fixed issues still visible with SQL mode ANSI_QUOTES
- Added test cases for this mode
Comment on lines 44 to 45
if (!$has_keyring_plugin) {
plan skip_all => 'Keyring plugins are not enabled.';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really need to skip this test if "Keyring" plugin is not enabled?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point! Removed.

…QUOTES"

- Removed keyring plugin check in the beginning of the test, because
  reported error would show up even on servers that do not have keyring
  plugin installed. Same applies to wsrep_on check and Percona Server
  features checks.
- Removed temporary dir setup, because not needed for this test.
@svetasmirnova svetasmirnova merged commit 1407b53 into 3.x Nov 2, 2023
5 checks passed
@svetasmirnova svetasmirnova deleted the PT-2109_pt-mysql-summary_throws_an_error_when_using_sql_mode=ANSI_QUOTES branch November 2, 2023 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants