Integration tests leak resources #436
Labels
area/dev-productivity
Developer productivity related (how to improve development)
kind/bug
Bug
lifecycle/rotten
Nobody worked on this for 12 months (final aging stage)
platform/aws
Amazon web services platform/infrastructure
priority/3
Priority (lower number equals higher priority)
How to categorize this issue?
/area dev-productivity
/kind bug
/priority 3
/platform aws
What happened:
I recently PRed a change which had failing integration tests: #424. As a result, we got leaking resources in our TM cluster, namely
cluster
,infrastructure
and things associated with these objects. Not only is this a waste of resources, it also required cleaning up the leaked resources before the fix would pass another IT run, as the old resources were still picked up by the reconciliation loop in the new test runs, causing it to fail.What you expected to happen:
Even failing tests should not leak resources. Leaked resources from previous test runs should not cause new test runs to fail.
Anything else we need to know?:
This seems to be also true for other extension-providers, such as Azure.
The text was updated successfully, but these errors were encountered: