Merge pull request #71030 from wojtek-t/fix_density_test

Fix density test
pull/58/head
k8s-ci-robot 2018-11-15 03:54:45 -08:00 committed by GitHub
commit db680631df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -728,6 +728,8 @@ var _ = SIGDescribe("Density", func() {
})
}
e2eStartupTime = runDensityTest(dConfig, testPhaseDurations, &scheduleThroughputs)
defer cleanupDensityTest(dConfig, testPhaseDurations)
if itArg.runLatencyTest {
// Pick latencyPodsIterations so that:
// latencyPodsIterations * nodeCount >= MinPodStartupMeasurements.
@ -969,7 +971,6 @@ var _ = SIGDescribe("Density", func() {
framework.LogSuspiciousLatency(startupLag, e2eLag, nodeCount, c)
}
cleanupDensityTest(dConfig, testPhaseDurations)
})
}
})