mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-02 17:57:33 +00:00
Merge pull request #96467 from jsafrane/storage-go-recover
Add GinkgoRecover to a local storage go routine
This commit is contained in:
@@ -532,6 +532,7 @@ var _ = utils.SIGDescribe("PersistentVolumes-local ", func() {
|
|||||||
ginkgo.By(fmt.Sprintf("Creating %v pods periodically", numConcurrentPods))
|
ginkgo.By(fmt.Sprintf("Creating %v pods periodically", numConcurrentPods))
|
||||||
stop := make(chan struct{})
|
stop := make(chan struct{})
|
||||||
go wait.Until(func() {
|
go wait.Until(func() {
|
||||||
|
defer ginkgo.GinkgoRecover()
|
||||||
podsLock.Lock()
|
podsLock.Lock()
|
||||||
defer podsLock.Unlock()
|
defer podsLock.Unlock()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user