rukpak icon indicating copy to clipboard operation
rukpak copied to clipboard

May potentially be leaking resources with envtest

Open exdx opened this issue 2 years ago • 2 comments

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?

image

image

exdx avatar May 23 '22 21:05 exdx

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.

timflannagan avatar May 25 '22 15:05 timflannagan

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.

github-actions[bot] avatar Sep 07 '22 00:09 github-actions[bot]