improbable-eng / etcd-cluster-operator

A controller to deploy and manage etcd clusters inside of Kubernetes
MIT License
128 stars 35 forks source link

Run tests with race checks #117

Open adamhosier opened 4 years ago

adamhosier commented 4 years ago

running go test ./... -race shows a number of warnings. we should address these where possible, and run automated tests with race checking enabled.