etcd/pkg/testutil
Piotr Tabor 830618e44d ./integration: Fix flakes due to .setupLogging race.
The source of problem was the fact that multiple tests were creating
their clusters (and some of them were setting global grpclog).
If the test was running after some other test that created HttpServer
(so accessed grpclog), this was reported as race.

Tested with:
  go test ./clientv3/. -v "--run=(Example).*" --count=2
  go test ./clientv3/. -v "--run=(Test).*" --count=2
  go test ./integration/embed/. -v "--run=(Test).*" --count=2
2020-08-07 13:54:41 +02:00
..
assert.go testutil: don't panic on AssertNil on non-nil errors 2017-08-23 14:26:03 -07:00
leak.go ./integration: Fix flakes due to .setupLogging race. 2020-08-07 13:54:41 +02:00
leak_test.go pkg: update LICENSE header 2016-05-12 20:48:53 -07:00
pauseable_handler.go pkg: update LICENSE header 2016-05-12 20:48:53 -07:00
recorder.go pkg/testutil: add blankline between two functions 2019-01-04 09:44:57 +08:00
testutil.go test: Deflake TestV3LeasePrmote integration test 2017-10-26 16:58:37 -07:00
var.go snapshot: fix "TestSnapshotV3RestoreMultiMemberAdd" 2018-02-05 13:08:24 -08:00