Commit c7de21f2 authored by Brian Grant's avatar Brian Grant

Merge pull request #14501 from brendandburns/flakes3

Disable race detection for all integration tests
parents 0662141f ec427f22
...@@ -44,8 +44,10 @@ runTests() { ...@@ -44,8 +44,10 @@ runTests() {
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_GOFLAGS="-tags 'integration no-docker' " \ KUBE_GOFLAGS="-tags 'integration no-docker' " \
KUBE_RACE="-race" \ KUBE_RACE="" \
KUBE_TEST_API_VERSIONS="$1" \ KUBE_TEST_API_VERSIONS="$1" \
KUBE_API_VERSIONS="v1,experimental/v1" \ KUBE_API_VERSIONS="v1,experimental/v1" \
"${KUBE_ROOT}/hack/test-go.sh" test/integration "${KUBE_ROOT}/hack/test-go.sh" test/integration
......
// +build integration,!no-etcd,!race // +build integration,!no-etcd
/* /*
Copyright 2014 The Kubernetes Authors All rights reserved. Copyright 2014 The Kubernetes Authors All rights reserved.
......
// +build integration,!no-etcd,!race // +build integration,!no-etcd
/* /*
Copyright 2014 The Kubernetes Authors All rights reserved. Copyright 2014 The Kubernetes Authors All rights reserved.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment