-
Notifications
You must be signed in to change notification settings - Fork 352
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
Revert "Move deploy options into subcommands that actually support them" + Revert "Add R10K::CLI spec tests" #1047
Revert "Move deploy options into subcommands that actually support them" + Revert "Add R10K::CLI spec tests" #1047
Conversation
hey @nabertrand ! We really appreciate your contribution to r10k, but this change caused the r10k CLI to no longer accept some options, notably |
Hi @mwaggett! I tried to ensure that my changes didn't break anything, but apologies if I missed something. If you can provide an example usage that broke with this change, I might be able to fix it and add a spec test to make sure it doesn't break again in the future. |
I opened #1048 to solve the issue I'm assuming this PR was created in response to. Let me know if there's anything else I can do. |
@mwaggett @nabertrand let's get tests passing on master, we can expand test coverage for the CLI in #1048. |
@adrienthebo if master is failing with just the one |
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.
So it sounds like we want to go forward with this revert for now, and re-add the tests a little differently later on, right?
That's my vote - I'd prefer that we build the test coverage incrementally and build tests on a per-option and per-command basis for simplicity. |
Please add all notable changes to the "Unreleased" section of the CHANGELOG.