mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 10:20:51 +00:00
Reduce number of repetitions and pods in TestPreemptionRaces
Change-Id: Id2c73be7be2536b02c804978d26d1e977a344399
This commit is contained in:
parent
7477e1c91a
commit
51b1bb5ea7
@ -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