etcd/client/integration
Piotr Tabor 528f5315d6 auth: Fix "race" - auth unit tests leaking goroutines
- We were leaking goroutines in auth-test
  - The go-routines were depending / modifying global test environment
variables (simpleTokenTTLDefault) leading to races

Removed the leaked go-routines, and expanded 'auth' package to
be covered we leaked go-routines detection.
2020-10-03 19:38:30 +02:00
..
client_test.go go.mod: use go.etcd.io/etcd/v3 versioning 2020-04-28 00:57:35 +00:00
doc.go build: support go install github.com/coreos/etcd/cmd/etcd 2016-08-15 15:08:41 -07:00
main_test.go auth: Fix "race" - auth unit tests leaking goroutines 2020-10-03 19:38:30 +02:00