kubernetes/pkg/controller/volume/persistentvolume
Kubernetes Submit Queue 48bd6368a7 Merge pull request #28777 from jsafrane/volume-unittest-waittest
Automatic merge from submit-queue

Stabilize volume unit tests by waiting for exact state

Wait for specific final state instead of waiting for specific number of
operations in controller unit tests. The tests are more readable and will survive
random goroutine ordering (PV and PVC controller have both their own
goroutine).

@kubernetes/sig-storage
2016-08-03 01:46:23 -07:00
..
options Reorganize volume controllers and manager 2016-07-01 18:50:25 -07:00
binder_test.go Reorganize volume controllers and manager 2016-07-01 18:50:25 -07:00
controller.go Print/log pointers of structs with %#v instead of %+v 2016-08-01 22:27:56 +02:00
controller_base.go Print/log pointers of structs with %#v instead of %+v 2016-08-01 22:27:56 +02:00
controller_test.go Merge pull request #28777 from jsafrane/volume-unittest-waittest 2016-08-03 01:46:23 -07:00
delete_test.go Reorganize volume controllers and manager 2016-07-01 18:50:25 -07:00
framework_test.go Merge pull request #28777 from jsafrane/volume-unittest-waittest 2016-08-03 01:46:23 -07:00
index.go Reorganize volume controllers and manager 2016-07-01 18:50:25 -07:00
index_test.go Reorganize volume controllers and manager 2016-07-01 18:50:25 -07:00
OWNERS Reorganize volume controllers and manager 2016-07-01 18:50:25 -07:00
provision_test.go Reorganize volume controllers and manager 2016-07-01 18:50:25 -07:00
recycle_test.go Reorganize volume controllers and manager 2016-07-01 18:50:25 -07:00
volume_host.go Reorganize volume controllers and manager 2016-07-01 18:50:25 -07:00