mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 13:50:01 +00:00 
			
		
		
		
	Make scheduler integration test faster
Not to wait for 30 seconds for every negative test case. It cuts the test time from 450s to 125s.
This commit is contained in:
		| @@ -49,7 +49,7 @@ const ( | ||||
|  | ||||
| // IMPORTANT NOTE for predicate developers: | ||||
| // We are using cached predicate result for pods belonging to the same equivalence class. | ||||
| // So when updating a existing predicate, you should consider whether your change will introduce new | ||||
| // So when updating an existing predicate, you should consider whether your change will introduce new | ||||
| // dependency to attributes of any API object like Pod, Node, Service etc. | ||||
| // If yes, you are expected to invalidate the cached predicate result for related API object change. | ||||
| // For example: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user