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

Support appending/prepending to a test stack name #9

Open
jarosser06 opened this issue Oct 3, 2016 · 1 comment
Open

Support appending/prepending to a test stack name #9

jarosser06 opened this issue Oct 3, 2016 · 1 comment

Comments

@jarosser06
Copy link
Contributor

It would be useful if you can add additional information to a CloudFormation Stack name especially when multiple tests are running.

jetstream --test -m my_package --test-name ${CIRCLE_BRANCH}

Which would result in a test name of "jetstream-test-1475497601-my_feature"

@martinb3 @horacio3 Thoughts?

@twistedgrim
Copy link

I was just trying to find a stack among many stacks because of this issue.

While the epoch timestamp is a nice unique identifier I think we might be able to substitute a variable given from --test-name instead of "timestamp" . I would start to be worried about length of the cloudformation stack name. I like the idea to prepend, but I think append would be easier if you have quite a few different stacks tested among the set.

https://github.com/rackerlabs/jetstream/blob/master/jetstream/testing.py#L43

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

No branches or pull requests

2 participants