You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: