cyberark / conjur-service-broker

Implementation of the Open Service Broker API for Conjur

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean up orgs in E2E tests even when failures occur

diverdane opened this issue · comments

Is your feature request related to a problem? Please describe.

Currently the Service Broker E2E tests do not clean up Tanzu orgs after test scenarios fail.
This is causing 3 residual orgs on our Tanzu platform each time E2E tests fail, and after
a while, other builds start failing because of resource limitations.

Describe the solution you would like

A clear and concise description of what the desired end result(s) would be.

Describe alternatives you have considered

Always clean up orgs after E2E tests, even if they fail.

Additional context