Zach Loafman
5ef6939740
Merge pull request #5992 from wojtek-t/extend_density_test
...
Improve density test to log unscheduled pods
2015-03-26 11:31:26 -07:00
Wojciech Tyczynski
13feb77288
Improve density test to log unscheduled pods
2015-03-26 17:01:47 +01:00
Robert Bailey
0c4f8cb711
Merge pull request #5773 from jayunit100/e2e_kubectl_util
...
Refactor kubectl methods into utility class, so that we can easily integrate new tests and kube files written in json or other formats.
2015-03-26 07:38:09 -07:00
jayunit100
60542d04ad
Move core functionality to utils.go, to pave way for incorporating broader testing from examples (push to restart the build)
2015-03-26 09:41:44 -04:00
Daniel Smith
a8b1fd8177
change the way the density test is enabled
2015-03-25 16:42:54 -07:00
deads2k
aebf27113d
gooracle complaint for unused variable
2015-03-25 08:49:34 -04:00
Paul Morie
e40ba109a1
Change SecretVolumeSource to use a secret name instead of ObjRef
2015-03-24 13:58:41 -04:00
Robert Bailey
1724cbaa5e
Merge pull request #5837 from satnam6502/logging
...
Fix error message for logging e2e test
2015-03-24 07:57:51 -07:00
Piotr Szczesniak
66c5a0768d
Increased response timeout in kubectl e2e test
...
Should help for #5825 . I ran the test 30 times and all passed.
2015-03-24 13:59:45 +01:00
Satnam Singh
68bd98596c
Fix error message for logging e2e test
2015-03-24 00:03:06 -07:00
Alex Robinson
22825b1045
Add an end-to-end test for external load balancers.
2015-03-23 18:10:13 +00:00
Maxwell Forbes
0250fcfd8f
Merge pull request #5732 from zmerlynn/i5722
...
service.go e2e: Cleanup ELBs from previous runs
2015-03-20 15:34:53 -07:00
Satnam Singh
2d345cb60a
Add extra diagnostics to networking e2e test
2015-03-20 15:04:16 -07:00
Zach Loafman
4ab3852685
service.go e2e: Cleanup ELBs from previous runs
...
Prior to attempting to create new ones, cleanup from previous runs.
Timeouts, 500s, etc. are possible here, and if they happen, you don't
want to die forever.
Along the way: Remove the timeout, it was clearly copied from the
previous function and is actually an anti-pattern that needs to be
fixed after discovering it doesn't play well with defers.
Fixes #5722
2015-03-20 14:43:38 -07:00
Dawn Chen
7a6490f572
Merge pull request #5729 from thockin/plural_endpoints_30_restart
...
Rename Service.ContainerPort to TargetPort in v1b3
2015-03-20 14:37:46 -07:00
Tim Hockin
4375376e9c
Rename Service.ContainerPort to TargetPort in v1b3
...
Fix all callers and examples. Part of multi-port service cleanup.
2015-03-20 13:50:06 -07:00
Vish Kannan
d11ec2933f
Merge pull request #5720 from satnam6502/loge2e
...
Run cluster level logging e2e test in its own namesapce
2015-03-20 13:16:26 -07:00
Satnam Singh
f2980a3f13
Run cluster level logging e2e test in its own namesapce
2015-03-20 11:30:01 -07:00
Satnam Singh
bc58ac54e8
Cleanup Fail calls in networking e2e test
2015-03-20 11:00:24 -07:00
Satnam Singh
4645d13e77
Reduce pod usage for network e2e test
2015-03-18 22:10:15 -07:00
Satnam Singh
0feb7e2c79
Make networking e2e test use an explicitly tagged image
2015-03-18 15:54:20 -07:00
Rohit Jnagal
15ea997983
Merge pull request #5595 from piosz/guestbook_test
...
Added waiting for new entry in kubectl e2e test
2015-03-18 14:55:55 -07:00
Piotr Szczesniak
04ea0a8a82
Added waiting for new entry in kubectl e2e test
...
The test tends to fail because after an entry is added to data-base it takes
some time to replicate it from redis-master to redis-slave
2015-03-18 19:47:04 +01:00
Satnam Singh
7cd102ed6b
Make networking e2e test run in its own namespace
2015-03-18 09:53:47 -07:00
Salvatore Dario Minonne
31ddefc347
Finalize fields.Selector
2015-03-17 22:55:43 +01:00
Alex Robinson
572f804139
Merge pull request #5269 from satnam6502/e2e_cluster_logging
...
End to end test for cluster level logging with Elasticsearch
2015-03-17 12:12:24 -07:00
Satnam Singh
2042f1bf9e
End to end test for cluster level logging with Elasticsearch
2015-03-17 11:51:20 -07:00
Quinton Hoole
cc72eaec3a
Fix services namespace clash.
...
Serve identically names services in different namespaces on different external IP addresses.
2015-03-16 18:19:19 -07:00
Victor Marmol
bdc1981eb5
Merge pull request #5433 from wojtek-t/remove_bound_pods
...
Remove BoundPods from Kubelet
2015-03-16 13:38:24 -07:00
Robert Bailey
0fe77d49af
Merge pull request #5439 from piosz/guestbook_test
...
Ported guestbook.sh e2e test to ginkgo
2015-03-16 12:49:59 -07:00
Wojciech Tyczynski
5d95e9e671
Remove BoundPods from Kubelet
2015-03-16 19:17:21 +01:00
Piotr Szczesniak
2533ddffa5
Ported guestbook.sh e2e test to ginkgo
...
This fixed #5045
2015-03-16 18:33:15 +01:00
Jeff Lowdermilk
e37fd2a84d
Merge pull request #5477 from dchen1107/clean
...
Convert RestartPolicy to string for v1beta3.
2015-03-16 10:23:52 -07:00
Vishnu Kannan
e89dd7e235
Updating heapster version to v0.9.
...
Updated the e2e test to work with the new version.
2015-03-14 19:00:18 +00:00
Dawn Chen
34e9c82c70
Convert RestartPolicy to string for v1beta3.
...
Fixed #3607 and spiritually support #5475
2015-03-13 18:38:07 -07:00
Satnam Singh
d0768332f2
Merge pull request #5274 from lavalamp/fix4
...
Add 'thrash' test that starts and stops a bunch of rc's in parallel
2015-03-12 15:29:31 -07:00
Robert Rati
3c9a9a4fb0
Fixed issue with the density test failing after a successful run because of
...
a failure to cleanup #5385
2015-03-12 12:29:00 -04:00
Victor Marmol
c03b080328
Merge pull request #5332 from vishh/heapster_e2e
...
Adding a ginkgo version of monitoring e2e test
2015-03-12 08:37:45 -07:00
Jerzy Szczepkowski
f24531c88e
Fixed pods e2e test.
...
Fixed pods e2e test. The test was failing due to PR #5256 .
2015-03-12 14:05:50 +01:00
Vishnu Kannan
cbb3c96f31
Removing old shell based monitoring test.
2015-03-12 02:39:15 +00:00
Vishnu Kannan
425dd7e3ee
Adding a heapster ginkgo e2e test.
2015-03-11 21:47:47 +00:00
Zach Loafman
18d1a1e70e
Merge pull request #5272 from satnam6502/e2e
...
Fix status message in waitForPodCondition
2015-03-11 13:10:20 -07:00
Zach Loafman
e780592315
Merge pull request #5264 from jlowdermilk/kube-up
...
Standalone kubeconfig for gce kube-up (mulligan)
2015-03-11 11:46:45 -07:00
Alex Mohr
c630f66658
Merge pull request #5165 from roberthbailey/rc-hostports
...
Remove the host port from the replication controller e2e test.
2015-03-11 11:08:14 -07:00
Lénaïc Huard
a326051325
Skip PD e2e test on non gce clusters
2015-03-11 17:58:40 +01:00
Daniel Smith
a5396a808e
add 'thrash' test that starts and stops a bunch of rc's in parallel
2015-03-10 16:59:26 -07:00
Satnam Singh
cef905a7b2
Fix status message in waitForPodConidition
2015-03-10 16:06:03 -07:00
Jeff Lowdermilk
7db006ab1a
Generate standalone kubeconfig on kube-up, clear on kube-down.
...
Also tweaked the ginkgo tests to pull auth directly from a kubeconfig file
instead of the legacy kubernetes_auth file.
2015-03-10 14:23:34 -07:00
Daniel Smith
c542518ed6
Merge pull request #4862 from rrati/e2e-density-4861
...
Added a density test to start 100 pods/node in a cluster #4861
2015-03-10 12:05:31 -07:00
Robert Rati
798b3ee7fd
Added a density test to start 100 pods/node in a cluster #4861
2015-03-10 13:41:24 -04:00