Wojciech Tyczynski
6ffe46a9e0
Merge pull request #8822 from bprashanth/fifo_rc
...
Wake up rcs when pods get DeletionFinalStateUnknown tombstones
2015-05-28 10:50:28 +02:00
Prashanth Balasubramanian
8fa66bd962
Delta fifo includes objects in DeleteFinalStateUnknow, rcs stop faster
2015-05-27 16:45:51 -07:00
Tim Hockin
0721377646
Merge pull request #8596 from andronat/fix_8319
...
Kubectl command renaming (run-container to run and resize to scale)
2015-05-27 15:37:54 -07:00
Quinton Hoole
30ffe0325c
Revert "Revert "Revert "Fix networking test"""
2015-05-27 14:52:33 -07:00
Quinton Hoole
851f6b7542
Merge pull request #8852 from brendandburns/core
...
Add a 'core dump' to failed tests.
2015-05-27 14:14:13 -07:00
Tim Hockin
7480c8263a
Merge pull request #8741 from justinsb/e2e_set_http_timeout
...
e2e: Set (short) timeout for http request polling
2015-05-27 12:43:18 -07:00
Tim Hockin
9d0a4d8791
Merge pull request #8829 from lavalamp/no-ro-nettest
...
Revert "Revert "Fix networking test""
2015-05-27 12:42:32 -07:00
Brendan Burns
199ed54599
Add a 'core dump' to failed tests.
2015-05-27 11:39:08 -07:00
Anastasis Andronidis
9e3a540940
rename resize to scale
2015-05-27 19:08:06 +02:00
Tim Hockin
244b10e8ba
Merge pull request #8812 from jayunit100/kubectlparam
...
Parameterized kubectl once and for all :)
2015-05-27 09:35:23 -07:00
Paul Morie
8b338860aa
Make kubelet expand var refs in cmd, args, env
2015-05-27 00:13:57 -04:00
jayunit100
6e4160eeb0
Set option for KubectlPath (kubectl-path) for E2E tests.
2015-05-26 21:46:59 -04:00
Saad Ali
bed9f826d3
Merge pull request #7435 from jsafrane/devel/volume-tests
...
V2: Add e2e tests for NFS and Gluster
2015-05-26 17:49:41 -07:00
Saad Ali
abaa278b0e
Merge pull request #8643 from vishh/headless
...
Adding support for generating A records for headless services.
2015-05-26 14:44:00 -07:00
Daniel Smith
ea4035d08c
Revert "Revert "Fix networking test""
...
This reverts commit a2d24d3e07
.
2015-05-26 13:11:06 -07:00
Filip Grzadkowski
39483ffa90
Merge pull request #8779 from wojtek-t/failing_rc_delete
...
Increase timeout for deleting RC in e2e tests.
2015-05-26 01:43:34 -07:00
Filip Grzadkowski
702a5e27e9
Merge pull request #8777 from fgrzadkowski/print_top_latency
...
Print top 5 latency metrics even if they are below threshold
2015-05-26 01:41:41 -07:00
Filip Grzadkowski
9a22286622
Reduce threshold for request latency in density tests to 5 sec
2015-05-25 15:05:34 +02:00
Filip Grzadkowski
892ce56cec
Print top 5 latency metrics even if they are below threshold
2015-05-25 14:58:23 +02:00
Marek Grabowski
9797255a15
Merge pull request #8770 from wojtek-t/exclude_proxy_metrics
...
Ignore /proxy from performance metrics
2015-05-25 13:47:33 +02:00
Jan Safranek
20004e0c16
Add e2e tests for Gluster and NFS tests.
...
- add appropriate server containers into contrib/for-tests/volumes-tester
- the tests are off by default (they need kubelet --allow_privileged=True)
- enable by 'go run hack/e2e.go ... --ginkgo.focus=Volume'
- add glusterfs tools to list of installed packages on each node
2015-05-25 12:02:41 +02:00
Wojciech Tyczynski
ff8c772fe0
Increase timeout for deleting RC in e2e tests.
2015-05-25 11:51:11 +02:00
Jerzy Szczepkowski
7d2fb16829
Extended wait for cluster size timeout.
...
Extended wait for cluster size timeout in resize nodes e2e test to fix #8715 .
2015-05-25 11:03:26 +02:00
Wojciech Tyczynski
abc24fa65c
Ignore /proxy from performance metrics
2015-05-25 09:21:26 +02:00
Justin Santa Barbara
6564fedbdb
Set (short) timeout for http request polling
2015-05-23 22:13:49 -04:00
Vishnu Kannan
c2fcdec503
Adding an e2e test for headless services.
2015-05-22 23:00:24 -07:00
Justin Santa Barbara
c68e4163fe
e2e fix: set NodePort back to 0, when changing from NodePort -> ClusterIP
2015-05-22 22:20:29 -04:00
Dawn Chen
8d6d03b4a4
Merge pull request #8707 from justinsb/nodeport
...
WIP: ServiceType & NodePort work
2015-05-22 16:46:59 -07:00
Justin Santa Barbara
270701b88a
e2e testing for NodePort services
2015-05-22 19:14:28 -04:00
Justin Santa Barbara
7346cc8042
Add ServiceType = NodePort; wire everything up
2015-05-22 19:14:28 -04:00
Justin Santa Barbara
973c2e4819
Add Type to ServiceSpec: ClusterIP or LoadBalancer
2015-05-22 19:14:21 -04:00
Dawn Chen
4cad3b568f
Merge pull request #8644 from mbforbes/e2eLogBetter
...
Better logging for e2e start (debug failing pods)
2015-05-22 16:01:34 -07:00
Daniel Smith
05d2ae5642
add framework to service accounts test
2015-05-22 15:29:12 -07:00
Daniel Smith
86799cdd9d
add framework to emptyDir test
2015-05-22 15:29:12 -07:00
Daniel Smith
6ae8c78527
secrets test uses framework
2015-05-22 15:29:12 -07:00
Daniel Smith
11087d13b4
dns test uses framework
2015-05-22 15:29:12 -07:00
Justin Santa Barbara
3884d5fc59
Add LoadBalancer status to ServiceStatus
...
This will replace publicIPs
2015-05-22 18:27:05 -04:00
Dawn Chen
4ca2595ed3
Merge pull request #8651 from lavalamp/e2e-timeout
...
Start e2e framework; print events
2015-05-22 15:14:23 -07:00
Filip Grzadkowski
70500a64a7
Revert "Added metrics/debug gathering methods to utils and used them in density ..."
2015-05-22 13:00:46 -07:00
Dawn Chen
7c80f3d985
Merge pull request #7573 from rrati/performance-gathering-7572
...
Added metrics/debug gathering methods to utils and used them in density ...
2015-05-22 10:17:15 -07:00
Maxwell Forbes
4a21bd535e
Merge pull request #8677 from jayunit100/minStartupPods
...
Make minStartupPods feature backward compatible default value = 0.
2015-05-22 09:54:32 -07:00
jayunit100
7063da41da
Make minStartupPods feature backward compatible default value = 0.
2015-05-22 10:05:03 -04:00
Daniel Smith
28b3224b72
Start e2e framework; print events
2015-05-21 18:50:55 -07:00
Jerzy Szczepkowski
ef965a60f2
Implementation of e2e test that resizes cluster (works on GCE).
2015-05-22 02:59:25 +02:00
Max Forbes
40ba1e3043
Better logging for e2e start (debug failing pods)
2015-05-21 16:48:30 -07:00
jayunit100
56a356d577
Remove global client variable and initialize it locally in tests which accidentally used it.
2015-05-21 18:57:13 -04:00
Dawn Chen
ff855dee1e
Merge pull request #8603 from lavalamp/e2e-timeout
...
use ginkgo native timeout method
2015-05-21 09:58:48 -07:00
Dawn Chen
ed319ea1ad
Merge pull request #8578 from vishh/dns_e2e
...
Adding "metadata" to the list of required DNS names to be resolved in DNS e2e
2015-05-21 09:43:21 -07:00
Dawn Chen
9a316dd409
Merge pull request #8501 from ArtfulCoder/kubelet_svc_subdomain
...
Support old and new style dns service names.
2015-05-21 09:22:03 -07:00
Dawn Chen
df6c670639
Merge pull request #8500 from rrati/e2e-host-option-fix-8499
...
The e2e tests will re-honor --host option. #8499
2015-05-21 09:17:44 -07:00