Merge pull request #47088 from mikedanese/integration-race

Automatic merge from submit-queue

enable race detection on integration tests

Fix an old TODO
This commit is contained in:
Kubernetes Submit Queue
2017-06-07 11:04:57 -07:00
committed by GitHub

View File

@@ -67,8 +67,7 @@ runTests() {
kube::etcd::start
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 \
WHAT="${WHAT:-$(kube::test::find_integration_test_dirs | paste -sd' ' -)}" \
KUBE_GOFLAGS="${KUBE_GOFLAGS:-}" \