-
Notifications
You must be signed in to change notification settings - Fork 2
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
Resources not cleaned up from test, incurring ongoing charges in Aiven account #235
Comments
Removing P1 and keeping this as a tracking issue. |
I recommend a cleaner-upper, which has been used as a solution in other providers: https://github.com/pulumi/civo-account-cleanup |
Just merged something that enables tests back, should they still be skipped? |
We should keep this open for a while, I'll track our Aiven portal and cron workflow to see if we're leaving resources alive. There's an upstream issue enabling us to tweak timeouts via a fork + patch or ldflags: |
Also pulumi/ci-mgmt#379 perhaps relevant. I don't mind keeping this open, just FYI more tests are running now in Aiven that were skipped before today. Just in case this causes further problems. |
In the case of this issue, the cleanup failed due to provider timeouts. The physical resource creation succeeded async after the provider timed out, so the logical resource create call failed. The state file thus had no resources to clean up when programtest ran |
Tests are no longer suspended. |
Looks like we had another resource leak. I'm going to disable tests again. |
This issue has been addressed in PR #774 and shipped in release v6.29.0. |
The text was updated successfully, but these errors were encountered: