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

Ensure tags keys are strings as expected by AWS SDK #452

Merged
merged 1 commit into from
May 1, 2019

Conversation

Annih
Copy link
Contributor

@Annih Annih commented Apr 30, 2019

This commit transform all tags key to Strings, because the ec2 SDK requires it.
See https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-ec2/lib/aws-sdk-ec2/tag.rb#L260

This is a reproduction of #111 which I think reoccured when we switch from aws-sdk to aws-sdk-ec2 in 434dc6c97d4a3c4d97ff1f1515a323dc8bc4636.

Tests have been updated and a new "dummy" one has been added for non-regression.

This commit transform all tags key to Strings, because the ec2 SDK
requires it.
See https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-ec2/lib/aws-sdk-ec2/tag.rb#L260

This is a reproduction of test-kitchen#111 which I think reoccured when we switch
from aws-sdk to aws-sdk-ec2 in 434dc6c97d4a3c4d97ff1f1515a323dc8bc4636.

Signed-off-by: Baptiste Courtois <b.courtois@criteo.com>
@tas50 tas50 merged commit 4f22ef4 into test-kitchen:master May 1, 2019
@Annih Annih deleted the tags_must_be_string branch May 1, 2019 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants