enable race detection on integration tests

This commit is contained in:
Mike Danese 2017-06-06 16:27:35 -07:00
parent cc568f6433
commit 64f77ebfb7

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:-}" \