etcd/pkg/testutil
Piotr Tabor 04b91945f4 pkg/testutil: Ignore flakes due to "leaked" testing.runTests goroutine.
The flake happened e.g. in:
https://travis-ci.com/github/etcd-io/etcd/jobs/386607570

```
--- PASS: TestWatchClose (0.37s)
PASS
Unexpected goroutines running after all test(s).
1 instances of:
testing.runTests.func1.1(...)
	/usr/local/go/src/testing/testing.go:1289 +0x60
created by testing.runTests.func1
	/usr/local/go/src/testing/testing.go:1289 +0xdb
FAIL	go.etcd.io/etcd/v3/clientv3/integration	344.389s
FAIL
```

This is implementation detail of Go testing.lib and we should not worry.
2020-09-19 17:16:21 +02:00
..
assert.go testutil: don't panic on AssertNil on non-nil errors 2017-08-23 14:26:03 -07:00
leak.go pkg/testutil: Ignore flakes due to "leaked" testing.runTests goroutine. 2020-09-19 17:16:21 +02:00
leak_test.go *: 'go test --short ./...' runs all UNIT tests. 2020-09-16 13:21:46 +02:00
pauseable_handler.go pkg: update LICENSE header 2016-05-12 20:48:53 -07:00
recorder.go etcdserver: Speed-up v3compactor unit tests. 2020-09-15 12:00:46 +02:00
testutil.go *: 'go test --short ./...' runs all UNIT tests. 2020-09-16 13:21:46 +02:00
var.go snapshot: fix "TestSnapshotV3RestoreMultiMemberAdd" 2018-02-05 13:08:24 -08:00