mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +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.
|
||||
name: "ensures that other pods are not scheduled while preemptor is being marked as nominated (issue #72124)",
|
||||
numInitialPods: 2,
|
||||
numAdditionalPods: 50,
|
||||
numRepetitions: 10,
|
||||
numAdditionalPods: 20,
|
||||
numRepetitions: 5,
|
||||
preemptor: initPausePod(&pausePodConfig{
|
||||
Name: "preemptor-pod",
|
||||
Namespace: testCtx.NS.Name,
|
||||
|
Loading…
Reference in New Issue
Block a user