fix-integration-tests #403

Merged
p4u1 merged 22 commits from p4u1/abra:fix-integration-tests into main 2024-03-11 13:27:21 +00:00
1 changed files with 4 additions and 1 deletions
Showing only changes of commit 2f29fbeb2e - Show all commits

View File

@ -104,7 +104,10 @@ teardown(){
_undeploy_app
run $ABRA app volume rm "$TEST_APP_DOMAIN"
# TODO: should wait as long as volume is no longer in use
sleep 10
run $ABRA app volume rm "$TEST_APP_DOMAIN" --no-input
decentral1se marked this conversation as resolved
Review

Isn't this covered by #399 now?

Isn't this covered by https://git.coopcloud.tech/coop-cloud/abra/pulls/399 now?
Review

It should be, but doesn't seem to work for me without the sleep. Can you check if it works for you without the sleep?

It should be, but doesn't seem to work for me without the sleep. Can you check if it works for you without the sleep?
Review
https://git.coopcloud.tech/coop-cloud/organising/issues/582
assert_success
run $ABRA app volume ls "$TEST_APP_DOMAIN"