kubernetes/pkg/controller/persistentvolume
Jan Safranek ee74cc4354 Fix fake event recorder race
Event recorder should wait for some time to get all expected events, the event
may be written by another goroutine that just have finished.

It should not slow down the test in most cases, only when there is a bug and
expected event is not sent.
2016-06-01 10:16:35 +02:00
..
options Reduce volume controller sync period 2016-05-30 09:59:31 +02:00
binder_test.go Add label selector to match criteria for claims to volumes 2016-05-30 12:11:12 -04:00
controller.go Fix log arguments. 2016-05-31 12:12:15 +02:00
controller_base.go Merge pull request #25881 from jsafrane/devel/pv-add-cache 2016-05-30 04:13:18 -07:00
controller_test.go Stabilize controller unit tests. 2016-05-31 12:07:47 +02:00
delete_test.go Big move and rename 2016-05-18 10:06:51 +02:00
framework_test.go Fix fake event recorder race 2016-06-01 10:16:35 +02:00
index.go Add label selector to match criteria for claims to volumes 2016-05-30 12:11:12 -04:00
index_test.go Add label selector to match criteria for claims to volumes 2016-05-30 12:11:12 -04:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
provision_test.go Generate shorter provisioned PV names. 2016-05-18 10:06:51 +02:00
recycle_test.go Big move and rename 2016-05-18 10:06:51 +02:00
volume_host.go Big move and rename 2016-05-18 10:06:51 +02:00