Commit 00a437bb authored by Wojciech Tyczynski's avatar Wojciech Tyczynski

Fix ginkgo panic in density test

parent aa485ce8
...@@ -247,6 +247,7 @@ func runDensityTest(dtc DensityTestConfig) time.Duration { ...@@ -247,6 +247,7 @@ func runDensityTest(dtc DensityTestConfig) time.Duration {
for i := range dtc.Configs { for i := range dtc.Configs {
rcConfig := dtc.Configs[i] rcConfig := dtc.Configs[i]
go func() { go func() {
defer GinkgoRecover()
framework.ExpectNoError(framework.RunRC(rcConfig)) framework.ExpectNoError(framework.RunRC(rcConfig))
wg.Done() wg.Done()
}() }()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment