mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 02:41:25 +00:00
Merge pull request #83378 from ii/promote-pod-replicaset-verification
Promote pod PreemptionExecutionPath verification - +3 conformance endpoint coverage
This commit is contained in:
commit
667e028f38
9
test/conformance/testdata/conformance.yaml
vendored
9
test/conformance/testdata/conformance.yaml
vendored
@ -1783,6 +1783,15 @@
|
|||||||
same node if the HostIP or Protocol is different.
|
same node if the HostIP or Protocol is different.
|
||||||
release: v1.16
|
release: v1.16
|
||||||
file: test/e2e/scheduling/predicates.go
|
file: test/e2e/scheduling/predicates.go
|
||||||
|
- testname: Pod preemption verification
|
||||||
|
codename: '[sig-scheduling] SchedulerPreemption [Serial] PreemptionExecutionPath
|
||||||
|
runs ReplicaSets to verify preemption running path [Conformance]'
|
||||||
|
description: Four levels of Pods in ReplicaSets with different levels of Priority,
|
||||||
|
restricted by given CPU limits MUST launch. Priority 1 - 3 Pods MUST spawn first
|
||||||
|
followed by Priority 4 Pod. The ReplicaSets with Replicas MUST contain the expected
|
||||||
|
number of Replicas.
|
||||||
|
release: v1.19
|
||||||
|
file: test/e2e/scheduling/preemption.go
|
||||||
- testname: ConfigMap Volume, text data, binary data
|
- testname: ConfigMap Volume, text data, binary data
|
||||||
codename: '[sig-storage] ConfigMap binary data should be reflected in volume [NodeConformance]
|
codename: '[sig-storage] ConfigMap binary data should be reflected in volume [NodeConformance]
|
||||||
[Conformance]'
|
[Conformance]'
|
||||||
|
@ -507,7 +507,12 @@ var _ = SIGDescribe("SchedulerPreemption [Serial]", func() {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
ginkgo.It("runs ReplicaSets to verify preemption running path", func() {
|
/*
|
||||||
|
Release: v1.19
|
||||||
|
Testname: Pod preemption verification
|
||||||
|
Description: Four levels of Pods in ReplicaSets with different levels of Priority, restricted by given CPU limits MUST launch. Priority 1 - 3 Pods MUST spawn first followed by Priority 4 Pod. The ReplicaSets with Replicas MUST contain the expected number of Replicas.
|
||||||
|
*/
|
||||||
|
framework.ConformanceIt("runs ReplicaSets to verify preemption running path", func() {
|
||||||
podNamesSeen := []int32{0, 0, 0}
|
podNamesSeen := []int32{0, 0, 0}
|
||||||
stopCh := make(chan struct{})
|
stopCh := make(chan struct{})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user