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

Ensure acceptance tests clean up after themselves #1417

Open
Miles-Garnsey opened this issue Sep 27, 2023 · 0 comments
Open

Ensure acceptance tests clean up after themselves #1417

Miles-Garnsey opened this issue Sep 27, 2023 · 0 comments

Comments

@Miles-Garnsey
Copy link
Contributor

Miles-Garnsey commented Sep 27, 2023

Project board link

Acceptance tests don't currently clean up after themselves, causing downstream failure in all following tests (especially on steps like reaper has no cluster in storage which fails to obtain when a prior test has created a cluster).

It would be nice if we had some sort of @finally or @AfterTest hook that we could use to ensure cleanup even in the case of failure.

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

No branches or pull requests

1 participant