-
Notifications
You must be signed in to change notification settings - Fork 134
Fix "migrate" to propagate --profile to "bundle plan" #4117
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
Conversation
|
Commit: 7fda971
11 interesting tests: 7 KNOWN, 2 flaky, 2 SKIP
Top 20 slowest tests (at least 2 minutes):
|
| return nil | ||
| } | ||
|
|
||
| func getCommonArgs(cmd *cobra.Command) ([]string, string) { |
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.
In the same regard, btw, do passing variables matter / is it possible here?
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.
Good question, I suppose we do need to carry those as well. I'll look into this in separate PR.
|
Commit: 685e28d
13 interesting tests: 7 KNOWN, 4 flaky, 1 SKIP, 1 RECOVERED
Top 50 slowest tests (at least 2 minutes):
|
## Changes - When "bundle deployment migrate" calls "bundle plan", propagate -var arguments. - Add a module to quote shell arguments. ## Why Follow up to #4117 ## Tests New acc test.
Follow up to #4088, we need to pass "-p profile" as well.