mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Fix density test
This commit is contained in:
parent
79dab474c0
commit
68bae382b1
@ -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() {
|
|||||||
|
|
||||||
framework.LogSuspiciousLatency(startupLag, e2eLag, nodeCount, c)
|
framework.LogSuspiciousLatency(startupLag, e2eLag, nodeCount, c)
|
||||||
}
|
}
|
||||||
cleanupDensityTest(dConfig, testPhaseDurations)
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user