apiserver/pkg/storage
Davanum Srinivas b690ae9379 Fix TestCRD Flake
The DestroyFunc functions returned by generic.NewRawStorage is never
called when we do a StartTestServer() in the test suite. For a quick
hack for now, added TrackStorageCleanup/RegisterStorageCleanup and
CleanupStorage. Note that unless TrackStorageCleanup is called (which
is called only from the test suite) the other two methods are
no-ops essentially. So no change in behavior at runtime. This vastly
brings down the number of goroutines that are left behind when this
test is executed and should reduce if not eliminate the flakiness
of TestCRD

Kubernetes-commit: 00bcbd1311af711f70c771d790137b93ce48309a
2017-10-27 10:59:52 -04:00
..
errors update BUILD files 2017-10-12 13:52:10 -07:00
etcd update BUILD files 2017-10-12 13:52:10 -07:00
etcd3 update BUILD files 2017-10-12 13:52:10 -07:00
names update BUILD files 2017-10-12 13:52:10 -07:00
storagebackend update BUILD files 2017-10-12 13:52:10 -07:00
testing update BUILD files 2017-10-12 13:52:10 -07:00
tests update BUILD files 2017-10-12 13:52:10 -07:00
value update BUILD files 2017-10-12 13:52:10 -07:00
BUILD update BUILD files 2017-10-12 13:52:10 -07:00
OWNERS Add enj as reviewer to OWNERS 2017-08-29 13:16:16 +00:00
cacher.go Fix TestCRD Flake 2017-10-27 10:59:52 -04:00
cacher_whitebox_test.go apimachinery: mechanical removal of ObjectCopier plumbing 2017-10-06 13:30:12 +02:00
doc.go move pkg/storage to apiserver 2017-02-01 07:33:52 -05:00
errors.go move pkg/storage to apiserver 2017-02-01 07:33:52 -05:00
interfaces.go Server side implementation of paging for etcd3 2017-09-03 14:04:12 +00:00
selection_predicate.go Server side implementation of paging for etcd3 2017-09-03 14:04:12 +00:00
selection_predicate_test.go deepcopy: add interface deepcopy funcs 2017-07-19 03:49:08 +00:00
time_budget.go Add logging to debug conflicts in kubemark-scale test 2017-06-19 20:36:09 +00:00
time_budget_test.go move pkg/storage to apiserver 2017-02-01 07:33:52 -05:00
util.go move pkg/storage to apiserver 2017-02-01 07:33:52 -05:00
util_test.go move pkg/storage to apiserver 2017-02-01 07:33:52 -05:00
watch_cache.go Correctly handle empty watch event cache 2017-08-29 13:13:03 +00:00
watch_cache_test.go run hack/update-all 2017-06-28 00:14:31 +00:00