rukpak
rukpak copied to clipboard
May potentially be leaking resources with envtest
I noticed several instances of the api-server and etcd running as processes on my host after running the unit test suite several times. This may potentially be a case where the envtest test resources are not being cleaned up properly?
I ran into this locally and it seems like we're definitely leaking processes when running make test-unit
locally. I tried reproducing the unit test failure in #377 and wasn't able to reproduce until I had manually killed all the leaked processes.
This issue has become stale because it has been open 60 days with no activity. The maintainers of this repo will remove this label during issue triage. Adding the lifecycle/frozen label will cause this issue to ignore lifecycle events.