googleapis / env-tests-logging

Apache License 2.0
3 stars 6 forks source link

feat: clean up tests based on regex name #99

Open daniel-sanche opened 1 year ago

daniel-sanche commented 1 year ago

Currently, resources created in a test are cleaned up at the end of the script. If the script is cancelled early though, those resources must be removed manually.

We should add an option to delete based on regex name, and use that in the test scripts going forward. There should also be a ~1 day time buffer component to make sure concurrent runs aren't deleting each other's resources