mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #103241 from ii/promote-statefulset-list-deletecollection
Promote to Conformance StatefulSet List, Patch & DeleteCollection Test +3
This commit is contained in:
		
							
								
								
									
										8
									
								
								test/conformance/testdata/conformance.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								test/conformance/testdata/conformance.yaml
									
									
									
									
										vendored
									
									
								
							@@ -889,6 +889,14 @@
 | 
				
			|||||||
    scale MUST be at two replicas.
 | 
					    scale MUST be at two replicas.
 | 
				
			||||||
  release: v1.16, v1.21
 | 
					  release: v1.16, v1.21
 | 
				
			||||||
  file: test/e2e/apps/statefulset.go
 | 
					  file: test/e2e/apps/statefulset.go
 | 
				
			||||||
 | 
					- testname: StatefulSet, list, patch and delete a collection of StatefulSets
 | 
				
			||||||
 | 
					  codename: '[sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic]
 | 
				
			||||||
 | 
					    should list, patch and delete a collection of StatefulSets [Conformance]'
 | 
				
			||||||
 | 
					  description: When a StatefulSet is created it MUST succeed. It MUST succeed when
 | 
				
			||||||
 | 
					    listing StatefulSets via a label selector. It MUST succeed when patching a StatefulSet.
 | 
				
			||||||
 | 
					    It MUST succeed when deleting the StatefulSet via deleteCollection.
 | 
				
			||||||
 | 
					  release: v1.22
 | 
				
			||||||
 | 
					  file: test/e2e/apps/statefulset.go
 | 
				
			||||||
- testname: StatefulSet, Rolling Update with Partition
 | 
					- testname: StatefulSet, Rolling Update with Partition
 | 
				
			||||||
  codename: '[sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic]
 | 
					  codename: '[sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic]
 | 
				
			||||||
    should perform canary updates and phased rolling updates of template modifications
 | 
					    should perform canary updates and phased rolling updates of template modifications
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -892,7 +892,15 @@ var _ = SIGDescribe("StatefulSet", func() {
 | 
				
			|||||||
			framework.ExpectEqual(*(ss.Spec.Replicas), int32(4), "statefulset should have 4 replicas")
 | 
								framework.ExpectEqual(*(ss.Spec.Replicas), int32(4), "statefulset should have 4 replicas")
 | 
				
			||||||
		})
 | 
							})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		ginkgo.It("should list, patch and delete a collection of StatefulSets", func() {
 | 
							/*
 | 
				
			||||||
 | 
								Release: v1.22
 | 
				
			||||||
 | 
								Testname: StatefulSet, list, patch and delete a collection of StatefulSets
 | 
				
			||||||
 | 
								Description: When a StatefulSet is created it MUST succeed. It
 | 
				
			||||||
 | 
								MUST succeed when listing StatefulSets via a label selector. It
 | 
				
			||||||
 | 
								MUST succeed when patching a StatefulSet. It MUST succeed when
 | 
				
			||||||
 | 
								deleting the StatefulSet via deleteCollection.
 | 
				
			||||||
 | 
							*/
 | 
				
			||||||
 | 
							framework.ConformanceIt("should list, patch and delete a collection of StatefulSets", func() {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			ssPatchReplicas := int32(2)
 | 
								ssPatchReplicas := int32(2)
 | 
				
			||||||
			ssPatchImage := imageutils.GetE2EImage(imageutils.Pause)
 | 
								ssPatchImage := imageutils.GetE2EImage(imageutils.Pause)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user