kubernetes/pkg/controller/persistentvolume
Jan Safranek 011eac7c8b Stabilize controller unit tests.
Remove test "5-1", it's flaky as it depends on order of execution of
goroutines. When the controller starts, existing claim is enqueued as
"initial sync event" and a new volume is enqueued to separate goroutine.
It is not deterministic which goroutine processes its events first and
there is no way how to tell that the claim event was processed.

Also, force resync of the controllers after the test to make sure all
events are processed.
2016-05-31 12:07:47 +02:00
..
options Reduce volume controller sync period 2016-05-30 09:59:31 +02:00
binder_test.go Big move and rename 2016-05-18 10:06:51 +02:00
controller.go Merge pull request #25881 from jsafrane/devel/pv-add-cache 2016-05-30 04:13:18 -07: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 volume recycler: Don't start a new recycler pod if one already exists. 2016-05-19 12:58:25 +02:00
index.go Merge pull request #25881 from jsafrane/devel/pv-add-cache 2016-05-30 04:13:18 -07:00
index_test.go Merge pull request #25881 from jsafrane/devel/pv-add-cache 2016-05-30 04:13:18 -07: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