Anthony Romano 026e05518e 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-12 14:04:24 -07:00
..
2017-06-21 14:33:15 -07:00
2016-05-12 20:48:53 -07:00
2017-01-20 01:47:56 -08:00
2015-11-17 20:54:10 -08:00
2016-09-29 15:29:38 +08:00
2016-05-12 20:48:53 -07:00
2016-09-29 15:29:38 +08:00
2017-05-17 16:07:20 -07:00
2016-05-12 20:48:53 -07:00
2017-05-18 09:41:13 -07:00
2014-10-26 16:28:48 -07:00

pkg/ is a collection of utility packages used by etcd without being specific to etcd itself. A package belongs here only if it could possibly be moved out into its own repository in the future.