Merge pull request #96467 from jsafrane/storage-go-recover

Add GinkgoRecover to a local storage go routine
This commit is contained in:
Kubernetes Prow Robot 2020-12-08 17:28:43 -08:00 committed by GitHub
commit 9de5f165ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -532,6 +532,7 @@ var _ = utils.SIGDescribe("PersistentVolumes-local ", func() {
ginkgo.By(fmt.Sprintf("Creating %v pods periodically", numConcurrentPods))
stop := make(chan struct{})
go wait.Until(func() {
defer ginkgo.GinkgoRecover()
podsLock.Lock()
defer podsLock.Unlock()