-
Notifications
You must be signed in to change notification settings - Fork 457
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
(GH-1055) Fix for --random-fully
#1058
Conversation
2a86bae
to
94fb7fe
Compare
b8f2f22
to
842a42b
Compare
|
hmmmm, fix for the spec test breaks the acceptance tests |
842a42b
to
94fb7fe
Compare
|
The customer has responded in a new support ticket this morning, the fix works as expected! Can we expect this to get merged and released once the tests have been fixed? |
Issues have arisen with the --random-fully value on certain RedHat versions. It seem's as if the logic put in around `--random` and `--random-fully` are no longer working. This change should resolve the issue and tighten the logic around the `known_boolean` values.
94fb7fe
to
fea215e
Compare
Why confirming that this fix worked as intended it was shown that in fixing the original issue a second one had been uncovered. This should fix the second one without infringing on the first fix.
|
@pgrant87 Hey, sorry for the wait on this. |
|
The customer came back "I’ve re-deployed the code to ensure the new commit is included, run Puppet and haven’t seen any further issues!" looks good to go David! |
Issues have arisen with the --random-fully value on certain RedHat versions.
It seem's as if the logic put in around
--randomand--random-fullyare no longer working.This change should resolve the issue and tighten the logic around the
known_booleanvalues.