Skip to content

Commit

Permalink
Sometimes we miss the rolling back message (#617)
Browse files Browse the repository at this point in the history
Because the speed that we rollback at is very quick, sometimes stacker
doesn't poll fast enough to catch that we are in a rolling back state.
Knowing that we rolled back should be good enough.
  • Loading branch information
phobologic committed Jul 2, 2018
1 parent 6e4e68e commit 543f84f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/suite.bats
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,6 @@ EOF
assert "$status" -eq 1
assert_has_line "Using default AWS provider mode"
assert_has_line "recreate-failed-interactive: submitted (creating new stack)"
assert_has_line "recreate-failed-interactive: submitted (rolling back new stack)"
assert_has_line "recreate-failed-interactive: failed (rolled back new stack)"

# Updating the stack should prompt to re-create it.
Expand Down

0 comments on commit 543f84f

Please sign in to comment.