kubernetes/pkg/controller/persistentvolume
k8s-merge-robot 38d5be4f36 Merge pull request #26555 from jsafrane/stabilize-test-flakes
Automatic merge from submit-queue

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.

Fixes unit test flakes.
@kubernetes/sig-storage
2016-05-31 17:06:12 -07: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_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
controller.go Merge pull request #25881 from jsafrane/devel/pv-add-cache 2016-05-30 04:13:18 -07:00
delete_test.go Big move and rename 2016-05-18 10:06:51 +02:00
framework_test.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
index.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