-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
EnhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I'm very new to idem and azure. I was poking around this code base and ran tests which failed multiple times due to incorrect setup on my part. On failure, some resources are left behind and need to be manually cleaned up. Some of those can be pretty expensive, more so when you leave for PTO in the middle of poking around :)
Describe the solution you'd like
At the least, I think we should document that behavior. Beyond that, maybe make sure tests always remove all created resources after tests or failure.
Describe alternatives you've considered
- Consider my personal choices in life and don't do this again?
- mark some tests as expensive and by default don't run expensive tests. Attached images call out psql, bastion, and redis as main offenders that I ran into
- make sure all resources get a specific tag so we can identify and delete zombies
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
EnhancementNew feature or requestNew feature or request

