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

Somehow cleanup any reources that are created during tests even on failure #110

Open
sckott opened this issue Mar 7, 2025 · 0 comments
Open
Assignees
Milestone

Comments

@sckott
Copy link
Member

sckott commented Mar 7, 2025

I know this happens as i'm developing sixtyfour. That is, although examples and tests I think all cleanup resources after themselves, if there's a failure before the cleanup step the resource doesn't get cleaned up.

Probably via https://testthat.r-lib.org/articles/test-fixtures.html somehow we can do this for tests at least. I'm not sure there's any way to do for examples

Right now, simply checking manually from time to time in the AWS console if there's any resources to cleanup

@sckott sckott added this to the v0.3 milestone Mar 7, 2025
@sckott sckott self-assigned this Mar 7, 2025
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