mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
enable race detection on integration tests
This commit is contained in:
parent
cc568f6433
commit
64f77ebfb7
@ -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:-}" \
|
||||
|
Loading…
Reference in New Issue
Block a user