|
511 | 511 | file: test/e2e/apimachinery/garbage_collector.go
|
512 | 512 | - testname: Garbage Collector, delete replication controller, after owned pods
|
513 | 513 | codename: '[sig-api-machinery] Garbage collector should keep the rc around until
|
514 |
| - all its pods are deleted if the deleteOptions says so [Conformance]' |
| 514 | + all its pods are deleted if the deleteOptions says so [Serial] [Conformance]' |
515 | 515 | description: Create a replication controller with maximum allocatable Pods between
|
516 | 516 | 10 and 100 replicas. Once RC is created and the all Pods are created, delete RC
|
517 | 517 | with deleteOptions.PropagationPolicy set to Foreground. Deleting the Replication
|
|
528 | 528 | file: test/e2e/apimachinery/garbage_collector.go
|
529 | 529 | - testname: Garbage Collector, multiple owners
|
530 | 530 | codename: '[sig-api-machinery] Garbage collector should not delete dependents that
|
531 |
| - have both valid owner and owner that''s waiting for dependents to be deleted [Conformance]' |
| 531 | + have both valid owner and owner that''s waiting for dependents to be deleted [Serial] |
| 532 | + [Conformance]' |
532 | 533 | description: Create a replication controller RC1, with maximum allocatable Pods
|
533 | 534 | between 10 and 100 replicas. Create second replication controller RC2 and set
|
534 | 535 | RC2 as owner for half of those replicas. Once RC1 is created and the all Pods
|
|
549 | 550 | file: test/e2e/apimachinery/garbage_collector.go
|
550 | 551 | - testname: Garbage Collector, delete replication controller, propagation policy orphan
|
551 | 552 | codename: '[sig-api-machinery] Garbage collector should orphan pods created by rc
|
552 |
| - if delete options say so [Conformance]' |
| 553 | + if delete options say so [Serial] [Conformance]' |
553 | 554 | description: Create a replication controller with maximum allocatable Pods between
|
554 | 555 | 10 and 100 replicas. Once RC is created and the all Pods are created, delete RC
|
555 | 556 | with deleteOptions.PropagationPolicy set to Orphan. Deleting the Replication Controller
|
|
0 commit comments