mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	enable race detection on integration tests
This commit is contained in:
		@@ -67,8 +67,7 @@ runTests() {
 | 
				
			|||||||
  kube::etcd::start
 | 
					  kube::etcd::start
 | 
				
			||||||
  kube::log::status "Running integration test cases"
 | 
					  kube::log::status "Running integration test cases"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # TODO: Re-enable race detection when we switch to a thread-safe etcd client
 | 
					  KUBE_RACE="-race"
 | 
				
			||||||
  # KUBE_RACE="-race"
 | 
					 | 
				
			||||||
  make -C "${KUBE_ROOT}" test \
 | 
					  make -C "${KUBE_ROOT}" test \
 | 
				
			||||||
      WHAT="${WHAT:-$(kube::test::find_integration_test_dirs | paste -sd' ' -)}" \
 | 
					      WHAT="${WHAT:-$(kube::test::find_integration_test_dirs | paste -sd' ' -)}" \
 | 
				
			||||||
      KUBE_GOFLAGS="${KUBE_GOFLAGS:-}" \
 | 
					      KUBE_GOFLAGS="${KUBE_GOFLAGS:-}" \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user