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

Fix issue with changed set traffic handling #472

Merged
merged 2 commits into from
Jul 27, 2017
Merged

Fix issue with changed set traffic handling #472

merged 2 commits into from
Jul 27, 2017

Conversation

duergner
Copy link
Contributor

@duergner duergner commented Jun 20, 2017

The PR which introduced the changed handling of set traffic solving the UPDATE_IN_PROGRESS issue with stacks having multiple ELBs (and therefore multiple DNS names) did treat a stack object returned by CloudFormationStack.get_by_stack_name as if it would be the same object being returned by subsequent calls with the same stack_name. As this is not the case this leads to only the first update being actually executed.

The PR which introduced the changed handling of set traffic solving the UPDATE_IN_PROGRESS issue with stacks having multiple ELBs (and therefore multiple DNS names) did treat a stack object returned by CloudFormationStack.get_by_stack_name as if it would be the same object being returned by subsequent calls with the same stack_name. As this is not the case this leads to only the first update being actually executed.
@jmcs
Copy link
Member

jmcs commented Jun 20, 2017

Can you include some tests for this?

@coveralls
Copy link

coveralls commented Jun 20, 2017

Coverage Status

Coverage decreased (-0.02%) to 89.702% when pulling b71468d on duergner:master into c85ef4a on zalando-stups:master.

@duergner
Copy link
Contributor Author

I can do so yes - any chance to merge that PR and have the tests on a follow up PR?

@jmcs
Copy link
Member

jmcs commented Jun 20, 2017

👍

@duergner
Copy link
Contributor Author

@jmcs @hjacobs any chance this PR could get merged and released?

@coveralls
Copy link

coveralls commented Jul 27, 2017

Coverage Status

Coverage decreased (-0.02%) to 89.714% when pulling 0e53dbc on duergner:master into b3dd38a on zalando-stups:master.

@jmcs
Copy link
Member

jmcs commented Jul 27, 2017

👍

1 similar comment
@last-ent
Copy link
Contributor

👍

@jmcs jmcs merged commit 204616d into zalando-stups:master Jul 27, 2017
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.

None yet

4 participants