-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[gp] env: handle multi-word values without quotes #4816
Conversation
1352bdf
to
594341e
Compare
Codecov Report
@@ Coverage Diff @@
## main #4816 +/- ##
=======================================
+ Coverage 0 9.74% +9.74%
=======================================
Files 0 14 +14
Lines 0 954 +954
=======================================
+ Hits 0 93 +93
- Misses 0 860 +860
- Partials 0 1 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@geropl I'd love helping testing this. But I would need steps I can follow to run tests on this PR. I found https://werft.gitpod-dev.com/job/gitpod-build-geropl-gp-env-fails-when-value-4736.2, and I can get the Gitpod interface open. |
594341e
to
9cad3ee
Compare
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.
Pending @shaal's check if the test cases cover the actual issue, this LGTM
@geropl when I look for an available environment I can test with here - https://werft.gitpod-dev.com, the only one that works is When I try more recent environments, like https://werft.gitpod-dev.com/job/gitpod-wipe-devstaging-geropl-gp-env-fails-when-value-4736.8 - I don't see a way to open it to test. Can you please create an environment I can use to test? |
You can extract the updated
The |
@shaal See @csweichel 's response. Also, unblocked you on: https://geropl-gp-env-fails-when-value-4736.staging.gitpod-dev.com/workspaces |
@geropl @csweichel Thank you! I don't know if this is related or not, there were 2 issues I noticed when unsetting an environment variable:
I think the error message can be simplified, but this is a very minor issue. |
Thx for confirming! Regarding 1: Yes, that's indeed meant to be scriptable. |
Thank you for working on it and fixing it so fast! @geropl Do you know when will this fix get deployed to gitpod.io? |
Fixes #4736