-
Notifications
You must be signed in to change notification settings - Fork 794
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
Repair check of logbindir #1348
Conversation
mysql::server::managed_dirs is a classthat may have no external impact to Forge modules. This module is declared in 143 of 575 indexed public
|
I can confirm this issue is valid and the fix is correct. I just hit the identical issue. |
I note that checks fail, i would be willing to put some time into repairing them if someone would provide some starting pointers. |
Closing and re-opening pr in order to force the rekick of the tests. Some of the failures look like they may come from travis |
mysql::server::managed_dirs is a classthat may have no external impact to Forge modules. This module is declared in 143 of 576 indexed public
|
@qha Taking a quick look at the failures, quite a few seem to come from some missing changes. |
Presumably the intention was to check that it is *both* not relative and not already managed. After update to 10.8 the mysql module tries and fails to manage '.' on nodes where i have log-bin set to a relative path.
Rebased, hope that does the trick. Thank you for your time and advice! @david22swan |
...even if $managed_dirs is empty.
Finally figured out at least one reason the tests were failing that was actually a bug (i don't think i introduced it, just changed things up so the tests caught it). The remaining errors seem to be test environment problems if i understand the output... |
@qha Thanks for responding so fast with the changes 👍 |
Thanks for merging! Do you know when a new release might happen? @david22swan |
I see that a new version has been released now. |
Yes apologies, this module has been released as of today and is now available on the Forge! |
Presumably the intention was to check that it is both not relative
and not already managed.
After update to 10.8 the mysql module tries and fails to manage '.'
on nodes where i have log-bin set to a relative path.