etcd/pkg/testutil
Anthony Romano 5ee89be616 testutil: whitelist WaitGroup.Done
Calling a WaitGroup.Done() in a defer will sometimes trigger the leak
detector since the WaitGroup.Wait() will unblock before the defer
block completes. If the leak detector runs before the Done() is
rescheduled, it will spuriously report the finishing Done() as a leak.
This happens enough in CI to be irritating; whitelist it and ignore.
2017-07-13 11:14:12 -07:00
..
2017-04-22 20:29:58 -07:00
2016-05-12 20:48:53 -07:00
2017-07-13 11:14:12 -07:00
2016-05-12 20:48:53 -07:00