Fabio Yeon
|
45f85dbf06
|
Merge pull request #7404 from nikhiljindal/handleIndex
Updating handleIndex to return 404 for invalid server URL
|
2015-04-28 15:51:04 -07:00 |
|
Wojciech Tyczynski
|
3f165a742d
|
Don't fail performance tests on single fail event
|
2015-04-28 13:59:24 +02:00 |
|
Wojciech Tyczynski
|
d4aa1864b1
|
Merge pull request #7375 from rrati/density-pod-status-7374
Added a method to verify no containers in a pod have failed. The densit...
|
2015-04-28 10:51:27 +02:00 |
|
nikhiljindal
|
f864195a5b
|
Returning 404 on invalid server URL
|
2015-04-27 16:15:52 -07:00 |
|
Daniel Smith
|
83093af8b0
|
Merge pull request #5707 from endocode/kbeecher/etcd_prefix
Adds ability to define a prefix for etcd paths
|
2015-04-27 13:37:43 -07:00 |
|
Tim Hockin
|
635c393a5a
|
Merge pull request #6105 from markturansky/yoko_pv_mgr
PersistentVolumeClaimBinder
|
2015-04-27 13:35:44 -07:00 |
|
Paul Morie
|
7d30f09ebf
|
Add downward API for environment vars
|
2015-04-27 14:13:11 -04:00 |
|
Robert Rati
|
caf70a28b4
|
Added a method to verify no containers in a pod have failed. The density
test is modified to use this method. #7374
|
2015-04-27 14:05:41 -04:00 |
|
Zach Loafman
|
800739aadd
|
Merge pull request #7361 from pmorie/secrets-e2e
Parity for namespace handling in secrets E2E
|
2015-04-27 09:56:18 -07:00 |
|
Wojciech Tyczynski
|
bb6a252c01
|
Merge pull request #7334 from jayunit100/density-namespaces
Unify the namespace pattern for density.go with the others
|
2015-04-27 18:45:33 +02:00 |
|
Paul Morie
|
db29d22cab
|
Parity for namespace handling in secrets E2E
|
2015-04-27 12:33:19 -04:00 |
|
markturansky
|
a04420e548
|
Added pending phase for volumes. added defaults for PV/PVC. refactored to better phase transitioning in control loops
|
2015-04-27 12:05:12 -04:00 |
|
markturansky
|
37d7f3f4f1
|
Added integration test, fixed a validation issue
|
2015-04-27 12:05:12 -04:00 |
|
jayunit100
|
804ce233ba
|
Unify the namespace pattern for density.go with the others
|
2015-04-27 12:03:37 -04:00 |
|
Paul Morie
|
5f25dd24d9
|
Make argument order for testContainerOutputInNamespace consistent
|
2015-04-27 10:04:19 -04:00 |
|
jayunit100
|
9b5e923d1d
|
E2E: Update docker_containers test to use isolated namespaces using the proper idiom
|
2015-04-26 18:54:39 -04:00 |
|
jayunit100
|
79d26997a2
|
E2E: FIX util.go testContainerOutputInNamespace to properly check the namespace.
|
2015-04-26 18:54:10 -04:00 |
|
Quinton Hoole
|
73c81a259c
|
Merge pull request #7297 from quinton-hoole/2015-04-20-e2e-test-pod-update-retry
Retry pod update on version conflict error in e2e test.
|
2015-04-24 12:16:00 -07:00 |
|
Quinton Hoole
|
7433d10104
|
Retry pod update on version conflict error in e2e test.
|
2015-04-24 11:49:23 -07:00 |
|
Brian Grant
|
60d7bad147
|
Merge pull request #7128 from nikhiljindal/fixbeta1tests
Removing more references to v1beta1 from pkg/
|
2015-04-24 11:07:53 -07:00 |
|
Quinton Hoole
|
35e9ad1747
|
Merge pull request #7235 from rrati/rc-functions-refactor-7234
Move RunRC, DeleteRC, and ListPods into the utility module and refactor
|
2015-04-24 09:38:12 -07:00 |
|
Karl Beecher
|
a7623ca6cc
|
Adds ability to define a prefix for etcd paths
The API server can be supplied (via a command line flag) with a custom
prefix that is prepended to etcd resources paths.
Refs: #3476
|
2015-04-24 12:12:39 +02:00 |
|
nikhiljindal
|
dcc368c781
|
Removing more references to v1beta1 from pkg/
|
2015-04-24 00:45:17 -07:00 |
|
David Oppenheimer
|
ee11832d71
|
Merge pull request #7263 from lavalamp/fix4
fix watch of single object
|
2015-04-23 17:09:59 -07:00 |
|
Daniel Smith
|
2fa3ae9f15
|
fix watch of single object
|
2015-04-23 16:02:22 -07:00 |
|
Brendan Burns
|
429534d6d5
|
Merge pull request #7226 from brendandburns/e2e
Add more detail to the failure notice so that we can actually see what is going on.
|
2015-04-23 14:43:27 -07:00 |
|
Robert Bailey
|
09c0f25c86
|
Merge pull request #7191 from pmorie/e2e-local
Make PD test skip correctly on local provider
|
2015-04-23 12:08:08 -07:00 |
|
Victor Marmol
|
d0553c085a
|
Merge pull request #7192 from pmorie/e2e-local-external
Add appropriate skips for E2Es that use createExternalLoadBalancer
|
2015-04-23 11:59:46 -07:00 |
|
Brendan Burns
|
37af6563d8
|
Add more detail to the failure notice so that we can actually see what is going on.
|
2015-04-23 11:50:56 -07:00 |
|
Robert Rati
|
31684d1871
|
Move RunRC, DeleteRC, and ListPods into the utility module and refactor
to be support functions #7234
|
2015-04-23 14:30:58 -04:00 |
|
Paul Morie
|
3662399e80
|
Make PD test skip correctly on local provider
|
2015-04-23 13:32:45 -04:00 |
|
Quinton Hoole
|
7d0ba5b5e9
|
Merge pull request #6553 from jayunit100/networking-ns
E2E: Add a --namespace hint which tests can choose to honor, and implement...
|
2015-04-23 08:24:46 -07:00 |
|
Daniel Smith
|
2b241e7e11
|
Merge pull request #6638 from rrati/events-in-density-6637
Add checking of events after all pods started to verify no failures in
|
2015-04-22 14:30:20 -07:00 |
|
Paul Morie
|
08e3a5a969
|
Add appropriate skips for E2Es that use createExternalLoadBalancer
|
2015-04-22 17:02:59 -04:00 |
|
Zach Loafman
|
7e875a0f1c
|
Merge pull request #7167 from pmorie/typo
Fix typo in secrets integration test
|
2015-04-22 09:17:11 -07:00 |
|
Zach Loafman
|
f1d9a88be6
|
Merge pull request #7168 from pmorie/typo2
Fix typo in networking e2e
|
2015-04-22 08:48:03 -07:00 |
|
Paul Morie
|
87ddd7c2e7
|
Fix typo in networking e2e
|
2015-04-22 10:57:26 -04:00 |
|
Paul Morie
|
d381db1778
|
Fix typo in secrets integration test
|
2015-04-22 10:54:54 -04:00 |
|
Brian Grant
|
15c2986a07
|
Merge pull request #7067 from ravigadde/master
Added field selector for listing pods
|
2015-04-22 07:12:21 -07:00 |
|
Alex Robinson
|
a9902fe932
|
Update the external load balancer test to use a different namespace in
each run, making stuck resources less painful.
|
2015-04-21 22:19:22 +00:00 |
|
Robert Rati
|
020ba6a6c7
|
Converted from continually listing events to using an Informer #6637
|
2015-04-21 13:57:16 -04:00 |
|
Robert Rati
|
23c5b7714e
|
Bounded the loop waiting for all events to be logged and print a warning
if not all are logged 10 minutes after all pods are started #6637
|
2015-04-21 13:57:16 -04:00 |
|
Robert Rati
|
93d1040fcd
|
Add checking of events after all pods started to verify no failures in
density test #6637
|
2015-04-21 13:57:15 -04:00 |
|
Zach Loafman
|
2a3e0796f8
|
Merge pull request #7108 from jayunit100/kubectl-1
Use --host option even if kubecontext is not provided.
|
2015-04-21 09:33:21 -07:00 |
|
jayunit100
|
be34714cb1
|
Use --host option even if kubecontext is not provided.
|
2015-04-21 10:17:20 -04:00 |
|
Ravi Gadde
|
bf8f258471
|
Added field selector for listing pods.
|
2015-04-21 06:33:28 -07:00 |
|
jayunit100
|
4b43a6a979
|
Implement pure UUID suffix Functionality into namespace, without implementing randomSuffix() (yet).
|
2015-04-21 09:27:39 -04:00 |
|
Masahiro Sano
|
f90dc8f413
|
use Watch for single object instead of WatchList
|
2015-04-21 08:00:52 +09:00 |
|
Quinton Hoole
|
23e806604d
|
Merge pull request #7029 from roberthbailey/skipped-gce-gke-e2e-tests
Ensure that e2e tests run on gce|gke and are appropriately skipped for other cloud providers.
|
2015-04-20 15:39:19 -07:00 |
|
Daniel Smith
|
540cde0f91
|
Merge pull request #6901 from wojtek-t/unschedulability_test
Integration tests for unschedulable nodes.
|
2015-04-20 15:26:11 -07:00 |
|