kubernetes/test/integration
Jan Safranek 23d8451d61 Stabilize persistent volume itegration tests
- add more logs
- wait both for volume and claim to get bound

When binding volumes to claims the controller saves PV first and PVC right
after that. In theory, this saved PV could cause waitForPersistentVolumePhase
to finish and PVC could be checked in the test before the controller saves it.
So, wait for both PVC and PV to get bound and check the results only after
that. This is only a theory, there are no usable logs in integration tests.
2016-06-01 13:46:09 +02:00
..
framework Merge pull request #26007 from smarterclayton/watch_opt 2016-05-28 06:27:00 -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 add finalizer logics to the API server and the garbage collector; handling DeleteOptions.OrphanDependents in the API server 2016-05-24 13:07:28 -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 Stabilize persistent volume itegration tests 2016-06-01 13:46:09 +02: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 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
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