mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2026-01-09 16:51:46 +00:00
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. don't use storage cache during apiserver unit test General apiserver unit tests don't need to test the caching storage. It also leaks a bunch a goroutines which does bad things with race detection on and caused timeouts when upgrading etcd. @kubernetes/sig-api-machinery-bugs @sttts you can try pulling this in. @liggitt doesn't affect "normal" runtime, which is why we only see it during tests. See relax.