Fix ginkgo panic in density test

pull/6/head
Wojciech Tyczynski 2016-10-13 14:12:41 +02:00
parent aa485ce82c
commit 00a437bb5c
1 changed files with 1 additions and 0 deletions

View File

@ -247,6 +247,7 @@ func runDensityTest(dtc DensityTestConfig) time.Duration {
for i := range dtc.Configs {
rcConfig := dtc.Configs[i]
go func() {
defer GinkgoRecover()
framework.ExpectNoError(framework.RunRC(rcConfig))
wg.Done()
}()