etcd/store
Anthony Romano 384cc76299 pkg/testutil: make Recorder an interface
Provides two implementations of Recorder-- one that is non-blocking
like the original version and one that provides a blocking channel
to avoid busy waiting or racing in tests when no other synchronization
is available.
2016-01-05 09:39:18 -08:00
..
doc.go *: add missing package descriptions 2015-11-17 20:54:10 -08:00
event.go store: clean up event.go, node.go and add tests 2015-12-25 13:25:12 -08:00
event_history.go store: fixes shadowed variables with go tool vet. 2015-12-12 09:38:26 -08:00
event_queue.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
event_test.go *: remove shadowing of variables from etcd and add travis test 2015-02-17 16:31:42 -05:00
heap_test.go store: remove unused ACL field 2015-02-28 11:46:21 -08:00
metrics.go *: add metrics to `store` and `proxy`. 2015-07-07 16:01:51 +01:00
node.go store: clean up event.go, node.go and add tests 2015-12-25 13:25:12 -08:00
node_extern.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
node_extern_test.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
node_test.go store: fix expiration var shadowing, change test function names 2015-12-28 08:50:34 -08:00
stats.go store: fixed clone error for store stats. 2015-03-20 12:31:47 +08:00
stats_test.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
store.go pkg/testutil: make Recorder an interface 2016-01-05 09:39:18 -08:00
store_bench_test.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
store_test.go store: fix modifiedindex in node clone 2015-02-05 22:26:52 -08:00
ttl_key_heap.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
watcher.go *: split out etcdserver's test mockup objects to live in interfaces' packages 2016-01-05 09:39:13 -08:00
watcher_hub.go store: fix data race when modify event in watchHub. 2015-12-09 10:11:51 -08:00
watcher_hub_test.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
watcher_test.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00