Skip to content
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

client/driver/env: interpolate empty optional meta params as empty strings #4262

Merged
merged 1 commit into from
May 8, 2018

Conversation

nickethier
Copy link
Member

fixes #3720

@nickethier nickethier force-pushed the b-3720-optional-meta branch 2 times, most recently from 7181f35 to a22c46c Compare May 7, 2018 22:32
taskMetaSize := len(combined) * 2

// if job is parameterized initialize optional meta to empty strings
if alloc.Job.ParameterizedJob != nil {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IsParameterized

@nickethier nickethier merged commit 11933ea into master May 8, 2018
@nickethier nickethier deleted the b-3720-optional-meta branch May 8, 2018 01:01
@github-actions
Copy link

github-actions bot commented Mar 5, 2023

I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Optional meta should really be optional
2 participants