mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #109825 from alculquicondor/reduce-tests
Reduce number of repetitions and pods in TestPreemptionRaces
This commit is contained in:
commit
751e9c0f5b
@ -834,8 +834,8 @@ func TestPreemptionRaces(t *testing.T) {
|
|||||||
// after preemption and while the higher priority pods is not scheduled yet.
|
// after preemption and while the higher priority pods is not scheduled yet.
|
||||||
name: "ensures that other pods are not scheduled while preemptor is being marked as nominated (issue #72124)",
|
name: "ensures that other pods are not scheduled while preemptor is being marked as nominated (issue #72124)",
|
||||||
numInitialPods: 2,
|
numInitialPods: 2,
|
||||||
numAdditionalPods: 50,
|
numAdditionalPods: 20,
|
||||||
numRepetitions: 10,
|
numRepetitions: 5,
|
||||||
preemptor: initPausePod(&pausePodConfig{
|
preemptor: initPausePod(&pausePodConfig{
|
||||||
Name: "preemptor-pod",
|
Name: "preemptor-pod",
|
||||||
Namespace: testCtx.NS.Name,
|
Namespace: testCtx.NS.Name,
|
||||||
|
Loading…
Reference in New Issue
Block a user