etcd/pkg/testutil
Anthony Romano bb42d2b40e testutil: whitelist os.(*file).close
Leak detector is catching goroutines trying to close files which appear
runtime related:

1 instances of:
syscall.Syscall(...)
	/usr/local/golang/1.8.3/go/src/syscall/asm_linux_386.s:20 +0x5
syscall.Close(...)
	/usr/local/golang/1.8.3/go/src/syscall/zsyscall_linux_386.go:296 +0x3d
os.(*file).close(...)
	/usr/local/golang/1.8.3/go/src/os/file_unix.go:140 +0x62

It's unlikely a user goroutine will leak on file close; whitelist it.
2017-07-19 13:28:15 -07:00
..
assert.go testutil: add assert functions 2017-04-22 20:29:58 -07:00
leak.go testutil: whitelist os.(*file).close 2017-07-19 13:28:15 -07: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: update LICENSE header 2016-05-12 20:48:53 -07:00
testutil.go testutil: increase size of buffer for stack dump 2017-01-06 17:14:42 -08:00