mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #30135 from wojtek-t/fix_pod_affinity
Automatic merge from submit-queue Fix PodAffinity test
This commit is contained in:
		@@ -1031,7 +1031,7 @@ var _ = framework.KubeDescribe("SchedulerPredicates [Serial]", func() {
 | 
				
			|||||||
		framework.Logf("Sleeping 10 seconds and crossing our fingers that scheduler will run in that time.")
 | 
							framework.Logf("Sleeping 10 seconds and crossing our fingers that scheduler will run in that time.")
 | 
				
			||||||
		time.Sleep(10 * time.Second)
 | 
							time.Sleep(10 * time.Second)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		verifyResult(c, labelPodName, 1, 0, ns)
 | 
							verifyResult(c, labelPodName, 2, 0, ns)
 | 
				
			||||||
	})
 | 
						})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// test the pod affinity successful matching scenario with multiple Label Operators.
 | 
						// test the pod affinity successful matching scenario with multiple Label Operators.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user