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

use config by value instead of reference #208

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Gorton218
Copy link

If block_device_mapping is using sequental kitchen test cases execution will fail
Reason: during first run config is changing in get_bdm function because it is accessing by reference. So second test case will try to use volume from a first test case instead of creating a new volume. And it even will use those volume in case delete_on_termination is set to false

If block_device_mapping is using sequental kitchen test cases execution will fail
Reason: during first run config is changing in get_bdm function because it is accessing by reference. So second test case will try to use volume from a first test case instead of creating a new volume. And it even will use those volume in case delete_on_termination is set to false
@ramereth ramereth self-assigned this Jul 29, 2020
@ramereth
Copy link
Contributor

@Gorton218 can you please rebase to master? That should fix the linting errors on the tests.

@ramereth ramereth added the bug label Jul 29, 2020
@Gorton218
Copy link
Author

@Gorton218 can you please rebase to master? That should fix the linting errors on the tests.

done

@ramereth
Copy link
Contributor

@Gorton218 Can you please provide an example kitchen.yml which replicates this issue? I'd like to try and test it on my end to ensure this works properly.

@ramereth
Copy link
Contributor

ramereth commented Aug 4, 2020

@Gorton218 ping

@Gorton218
Copy link
Author

Gorton218 commented Aug 21, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants