MCPcopy
hub / github.com/etcd-io/etcd / WithoutGoLeakDetection

Function WithoutGoLeakDetection

tests/framework/integration/testing.go:65–67  ·  view source on GitHub ↗

WithoutGoLeakDetection disables checking whether a testcase leaked a goroutine.

()

Source from the content-addressed store, hash-verified

63
64// WithoutGoLeakDetection disables checking whether a testcase leaked a goroutine.
65func WithoutGoLeakDetection() TestOption {
66 return func(opt *testOptions) { opt.goLeakDetection = false }
67}
68
69func WithoutSkipInShort() TestOption {
70 return func(opt *testOptions) { opt.skipInShort = false }

Callers 1

BeforeTestExternalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…