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

Combine multiple grants into one while checking state #1428

Merged
merged 1 commit into from
Nov 15, 2021

Conversation

fuyar
Copy link
Contributor

@fuyar fuyar commented Aug 10, 2021

Currently every grant line stands for itself, this isnt corrent since MySQL can split these up into multiple GRANT statements. This change combines them before checking for diff

Fixes: https://tickets.puppetlabs.com/browse/MODULES-10856

All credits goes to https://github.com/fionera, just added a test.

@fuyar fuyar requested a review from a team as a code owner August 10, 2021 14:51
@CLAassistant
Copy link

CLAassistant commented Aug 10, 2021

CLA assistant check
All committers have signed the CLA.

@fuyar fuyar force-pushed the MODULES-10856 branch 2 times, most recently from cb911e0 to 1927162 Compare August 16, 2021 15:58
@fuyar
Copy link
Contributor Author

fuyar commented Oct 11, 2021

Same as others opened PRs, those failing tests are not my failures, it is RPM dependency related.
#1443 needs to be merged to remove failed tests

@daianamezdrea
Copy link
Contributor

Hello @fuyar, sorry for the late answer but our team went through some transformations, can you rebase your PR in order to have everything green and ready to merge? Thank you and sorry again

@daianamezdrea
Copy link
Contributor

Thank you @fuyar, @fionera, the ubuntu problem is not related with your PR

@fuyar
Copy link
Contributor Author

fuyar commented Nov 15, 2021

Great ! Thanks @daianamezdrea

@fuyar fuyar deleted the MODULES-10856 branch December 9, 2021 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants