-
Notifications
You must be signed in to change notification settings - Fork 88
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
Fix user plugin changes in check mode #596
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #596 +/- ##
===========================================
- Coverage 76.31% 64.74% -11.57%
===========================================
Files 20 17 -3
Lines 2651 2598 -53
Branches 676 672 -4
===========================================
- Hits 2023 1682 -341
- Misses 427 697 +270
- Partials 201 219 +18
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
@francescsanjuanmrf hello, thanks for the fix!
Could you please:
- add a changelog fragment
- integration tests would be also appreciated, you can add/modify on of existing ones under tests/integration/targets/
How to run them locally, see the quickstart guide or you can just push the changes and you'll see the result in the PR. If any questions, please let us know.
Thanks
hello, any updates on this? |
@francescsanjuanmrf hello, thanks for making time to work on this! |
Hello! |
Now the tests are fixed. |
@francescsanjuanmrf if you rebase the PR (use |
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.
Anyway, the sanity failures are unrelated and is not an obstacle to get it merged.
@laurent-indermuehle and others, any suggestions or we can merge?
Co-authored-by: Andrew Klychkov <[email protected]>
b49686d
to
017d072
Compare
Rebase done. Sanity checks passed 👍 |
@francescsanjuanmrf thanks for the contribution! |
Thank you for your help! |
SUMMARY
The user module makes changes to the user's plugin parameter when plugin_auth_string and plugin_hash_string are not defined and is running in check mode.
ISSUE TYPE
COMPONENT NAME
mysql_user_module