feat: write undeploy version

See toolshed/organising#633
This commit is contained in:
2024-12-28 16:59:08 +01:00
committed by decentral1se
parent 866c5c4536
commit a0da5299fe
3 changed files with 69 additions and 4 deletions

View File

@ -107,10 +107,10 @@ teardown(){
# bats test_tags=slow
@test "undeploy chaos deployment" {
run $ABRA app deploy "$TEST_APP_DOMAIN" \
--no-input --no-converge-checks --chaos
run $ABRA app deploy "$TEST_APP_DOMAIN" --no-input --chaos
_undeploy_app
run $ABRA app undeploy "$TEST_APP_DOMAIN" --no-input
assert_success
# NOTE(d1): ensure chaos undeploy
assert_output --partial ${_get_current_hash:0:8}