-
Notifications
You must be signed in to change notification settings - Fork 26
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
#881: add self healing feature to add x-flags before running command #904
#881: add self healing feature to add x-flags before running command #904
Conversation
I do not get why the tests fail here.
So why do we get this error then?
See also the log messages before:
|
OK. I added more details and now got this:
So this is because our test resources are lacking x-flags in git. Was wrong from the start but somehow circumvented since we are in Java and not in a shell so we can not run bash scripts directly but only via |
Pull Request Test Coverage Report for Build 12674280211Details
💛 - Coveralls |
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.
LGTM. I've tested this feature on my Mac. Removed the execute permissions from my eclipse binary and got the expected prompt. After typing no
though, I've got the no permissions
exception, maybe we should just stop the process and tell the user that this will not suffice instead of throwing an expected exception which will not help us (user might create a ticket with the provided link). Maybe we should throw a CliAbortException
instead.
Thanks for sharing this observations. |
fixes #881