Commit 68bae382 authored by wojtekt's avatar wojtekt

Fix density test

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