Skip to content

Commit

Permalink
enable race detection on integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedanese committed Jun 6, 2017
1 parent cc568f6 commit 64f77eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hack/make-rules/test-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:-}" \
Expand Down

0 comments on commit 64f77eb

Please sign in to comment.