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

Ability to tear down test resources #51

Closed
binarylogic opened this issue Apr 4, 2020 · 2 comments
Closed

Ability to tear down test resources #51

binarylogic opened this issue Apr 4, 2020 · 2 comments

Comments

@binarylogic
Copy link
Contributor

See #44 (comment).

Right now we do not have a way to manually tear down resources after running tests. Currently, we use CloudWatch alarms to automatically shut down idle instances, which works well for our current tests. But this starts to break down when we expand our types of tests. Such as long-running tests (#44), tests that spin up Kafka clusters, etc. We should think about a simple cleanup mechanism that can tear down all test state after an idle period.

@jsirianni
Copy link

I am new to this project, but it seems to me that if terraform is used to create resources, it should also be leveraged for cleaning up. Is this not the case?

@jszwedko
Copy link
Member

That is correct. This issue was actually closed by #52 which does use terraform to teardown the resources. Thanks for the bump!

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

3 participants