mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #107444 from sayaoailun/master
fix comment of e2e test case garbage_collector
This commit is contained in:
commit
70ca1dbb81
2
test/conformance/testdata/conformance.yaml
vendored
2
test/conformance/testdata/conformance.yaml
vendored
@ -359,7 +359,7 @@
|
||||
between 10 and 100 replicas. Create second replication controller RC2 and set
|
||||
RC2 as owner for half of those replicas. Once RC1 is created and the all Pods
|
||||
are created, delete RC1 with deleteOptions.PropagationPolicy set to Foreground.
|
||||
Half of the Pods that has RC2 as owner MUST not be deleted but have a deletion
|
||||
Half of the Pods that has RC2 as owner MUST not be deleted or have a deletion
|
||||
timestamp. Deleting the Replication Controller MUST not delete Pods that are owned
|
||||
by multiple replication controllers.
|
||||
release: v1.9
|
||||
|
@ -730,7 +730,7 @@ var _ = SIGDescribe("Garbage collector", func() {
|
||||
/*
|
||||
Release: v1.9
|
||||
Testname: Garbage Collector, multiple owners
|
||||
Description: Create a replication controller RC1, with maximum allocatable Pods between 10 and 100 replicas. Create second replication controller RC2 and set RC2 as owner for half of those replicas. Once RC1 is created and the all Pods are created, delete RC1 with deleteOptions.PropagationPolicy set to Foreground. Half of the Pods that has RC2 as owner MUST not be deleted but have a deletion timestamp. Deleting the Replication Controller MUST not delete Pods that are owned by multiple replication controllers.
|
||||
Description: Create a replication controller RC1, with maximum allocatable Pods between 10 and 100 replicas. Create second replication controller RC2 and set RC2 as owner for half of those replicas. Once RC1 is created and the all Pods are created, delete RC1 with deleteOptions.PropagationPolicy set to Foreground. Half of the Pods that has RC2 as owner MUST not be deleted or have a deletion timestamp. Deleting the Replication Controller MUST not delete Pods that are owned by multiple replication controllers.
|
||||
*/
|
||||
framework.ConformanceIt("should not delete dependents that have both valid owner and owner that's waiting for dependents to be deleted", func() {
|
||||
clientSet := f.ClientSet
|
||||
|
Loading…
Reference in New Issue
Block a user