kubernetes/test/integration
k8s-merge-robot 913241c721 Merge pull request #27271 from jsafrane/integration-flake-2
Automatic merge from submit-queue

volume integration: wait for PVs before creating PVCs

The test should wait until all volumes are processed by volume controller (i.e. in the controller cache) before creating a PVC.

Without that, the "best" matching PV could not be in the cache and controller might bind the PVC to suboptiomal one.

This fixes integration test flake "Bind mismatch! Expected pvc-2 capacity 50000000000 but got pvc-2 capacity 52000000000".

Fixes #27179 (together with #26894)
2016-06-13 09:02:59 -07:00
..
framework Make each integration test use different prefix 2016-06-12 13:33:31 -07:00
auth_test.go Merge pull request #26025 from liggitt/auth-test-flake 2016-05-23 13:19:49 -07:00
benchmark-controller.json build/pause: write in C 2016-05-04 21:45:52 -04:00
client_test.go Removed all pause image constant strings, now the pause image is chosen by arch. Part of the effort of making e2e arch-agnostic 2016-05-26 19:16:43 +03:00
configmap_test.go Uncomment the code that cause by #19254 2016-04-25 23:21:31 +08:00
doc.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
dynamic_client_test.go let dynamic client take runtime.Object instead of v1.ListOptions 2016-05-10 16:05:31 -07:00
etcd_tools_test.go Merge pull request #23914 from sky-uk/make-etcd-cache-size-configurable 2016-04-17 00:06:31 -07:00
extender_test.go Removed all pause image constant strings, now the pause image is chosen by arch. Part of the effort of making e2e arch-agnostic 2016-05-26 19:16:43 +03:00
garbage_collector_test.go shorten gc stress test 2016-06-07 15:58:30 -07:00
kubectl_test.go Add a ConfigPersister for AuthProvider plugins in kubectl/clients. 2016-05-07 18:15:18 -07:00
master_benchmark_test.go Fix compile errors in benchmark 2015-12-02 11:36:26 +01:00
master_test.go Uncomment the code that cause by #19254 2016-04-25 23:21:31 +08:00
metrics_test.go Uncomment the code that cause by #19254 2016-04-25 23:21:31 +08:00
openshift_test.go Extracting APIServer machinery code into a library 2015-12-16 13:54:23 -08:00
persistent_volumes_test.go Merge pull request #27271 from jsafrane/integration-flake-2 2016-06-13 09:02:59 -07:00
pods_test.go move pods.go to pods_test.go 2016-04-28 15:39:28 -07:00
quota_test.go Improve quota integration test to not use events, reduce number of pods provisioned 2016-05-10 19:50:36 -04:00
scheduler_test.go Modifying scheduler integration test for unschedulable nodes 2016-06-08 14:44:09 -07:00
secret_test.go Uncomment the code that cause by #19254 2016-04-25 23:21:31 +08:00
service_account_test.go Merge pull request #24595 from zhouhaibing089/httpserverclose 2016-04-28 01:41:16 -07:00
utils.go Add integration test for ConfigMap 2016-02-09 10:28:53 -05:00