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
We've recently discovered a number of issues with space and org deletion, where resources can be orphaned or the space/org can fail to ever finish deleting due to unfinalized resources in their namespace. This change will ensure that we catch these problems in the future if they recur
Action to take
Change the space and org teardown logic in the e2e tests so that it checks the job status for the deletion and ensures that it succeeds. Once #2604 and #2605 are complete, this will ensure that the spaces and orgs are actually deleted. Tests should fail if the deletion doesn't complete in a reasonable amount of time.
Impact
We'll catch issues with deleting spaces and orgs more quickly.
Dev Notes
The simplest way to accomplish this is likely by changing the deleteSpace and deleteOrg helpers
The text was updated successfully, but these errors were encountered:
matt-royal
changed the title
E2E tests should wait for spaces and orgs to finish deleting successfully
[Chore]: E2E tests should wait for spaces and orgs to finish deleting successfully
Jun 24, 2023
Background
We've recently discovered a number of issues with space and org deletion, where resources can be orphaned or the space/org can fail to ever finish deleting due to unfinalized resources in their namespace. This change will ensure that we catch these problems in the future if they recur
Action to take
Change the space and org teardown logic in the e2e tests so that it checks the job status for the deletion and ensures that it succeeds. Once #2604 and #2605 are complete, this will ensure that the spaces and orgs are actually deleted. Tests should fail if the deletion doesn't complete in a reasonable amount of time.
Impact
We'll catch issues with deleting spaces and orgs more quickly.
Dev Notes
The simplest way to accomplish this is likely by changing the
deleteSpace
anddeleteOrg
helpersThe text was updated successfully, but these errors were encountered: