Brian Grant
895ad68422
Merge pull request #9145 from caesarxuchao/hack/test-integration
...
enable v1 in hack/test-integration.go
2015-06-03 11:19:41 -07:00
Daniel Smith
8d4d6276b7
fix elasticsearch test
2015-06-03 10:44:31 -07:00
Eric Tune
6e3ff01fa7
Merge pull request #9092 from lavalamp/no-ro-nonbreaking
...
Nonbreaking changes working towards removing the RO port
2015-06-03 09:25:46 -07:00
Piotr Szczesniak
a7ee5559b1
Merge pull request #9184 from fgrzadkowski/enhance_load_test
...
Load test: set threshold for latency metrics and add periodic lists
2015-06-03 17:11:26 +02:00
Filip Grzadkowski
b3deef2f11
Load test: set threshold for latency metrics and add periodic lists
2015-06-03 16:28:47 +02:00
Brian Grant
43cc6ed3ed
Revert "Added e2e test case for network partition."
2015-06-03 07:04:41 -07:00
Piotr Szczesniak
f973eb8829
Merge pull request #9181 from fgrzadkowski/decrease_threshold
...
Decrease threshold for latency metrics in density tests
2015-06-03 15:46:56 +02:00
Filip Grzadkowski
54697db600
Decrease threshold for latency metrics in density tests
2015-06-03 14:31:39 +02:00
Piotr Szczesniak
f71baba64f
Increased failCount param in RunRC function for e2e tests.
...
The previous value was 10 (equivalent of 50sec) current is 24 (2min).
Time in brackets mean: how long should I wait for the next pod of RC to be created.
While we are creating 3000 pods for scalability tests it tends to fail.
2015-06-03 13:50:51 +02:00
Piotr Szczesniak
5c7795bdd1
Creating RCs in batches not in parallel in Load e2e test
2015-06-03 13:13:55 +02:00
jayunit100
f3da07552a
Fix bad namespace
2015-06-02 23:27:09 -04:00
jayunit100
bcc735af19
Revert "Merge pull request #9166 from GoogleCloudPlatform/revert-8504-ginkgo-names"
...
This reverts commit 479e5005f5
, reversing
changes made to 5115f0e6bc
.
2015-06-02 23:23:44 -04:00
Brian Grant
b3550bcacf
Revert "Cleanup ginkgo declarative naming in E2Es"
2015-06-02 20:16:41 -07:00
Daniel Smith
68d0511d4e
remove networking test that doesn't work for RO port
2015-06-02 18:47:06 -07:00
Daniel Smith
e341110b95
Fix DNS test to not use RO port
2015-06-02 18:45:26 -07:00
Daniel Smith
abb00f1cfc
fix e2e service test to not reference ro service
2015-06-02 18:45:26 -07:00
Brian Grant
b15efbc2f5
Merge pull request #8504 from jayunit100/ginkgo-names
...
Cleanup ginkgo declarative naming in E2Es
2015-06-02 18:44:06 -07:00
jayunit100
e6583ef7d7
Cleanup ginkgo declarative naming in E2Es
2015-06-02 17:56:44 -04:00
Chao Xu
89c8949e78
add v1 to hack/test-integration.sh
2015-06-02 14:55:45 -07:00
Brian Grant
b5aa78bd44
Revert "Add a test for the service load balancer."
2015-06-02 14:53:58 -07:00
Filip Grzadkowski
98115facfd
Revert "Gracefully delete pods from the Kubelet"
2015-06-02 23:40:05 +02:00
Brian Grant
b1a0fb0cb3
Merge pull request #8881 from brendandburns/services
...
Add a test for the service load balancer.
2015-06-02 13:08:02 -07:00
Brian Grant
464224f50d
Merge pull request #8862 from jszczepkowski/e2e-net
...
Added e2e test case for network partition.
2015-06-02 13:07:46 -07:00
Brian Grant
b7ae48eb1e
Merge pull request #8641 from smarterclayton/gracefully_delete_pods
...
Gracefully delete pods from the Kubelet
2015-06-02 10:36:27 -07:00
Brendan Burns
3d90d1cefb
Add a test for the service load balancer.
2015-06-02 10:16:18 -07:00
Piotr Szczesniak
ac82f50afb
Disabled load e2e test for scalability Jenkins job
2015-06-02 16:16:02 +02:00
Jerzy Szczepkowski
44f11ea662
Added e2e test case for network partition.
...
Added e2e test case which verifies if a node can return to cluster after longer network partition. Valid for gce. Finally fixes to #7051 .
2015-06-02 13:09:21 +02:00
Filip Grzadkowski
d7f242b8b0
Merge pull request #8873 from piosz/load_generator
...
Re-enabled load e2e test for Jenkins scalability suite
2015-06-02 04:05:23 -07:00
Piotr Szczesniak
a2116f2bc1
Re-enabled load e2e test for Jenkins scalability suite
...
Also increased next pod startup waiting time from 100s to 200s
to eliminate flakiness by incresing failCount param.
2015-06-02 11:26:42 +02:00
Filip Grzadkowski
7580006771
Merge pull request #9059 from fgrzadkowski/watch_density
...
Use watch-based cache in density e2e tests.
2015-06-02 02:00:26 -07:00
Clayton Coleman
f1eaa8a27b
Delete resources immediately from e2e tests
2015-06-01 19:24:02 -04:00
Clayton Coleman
984692d205
Verify in hack/test-cmd
2015-06-01 19:24:01 -04:00
Eric Tune
5651bdb237
Merge pull request #8746 from justinsb/e2e_restartpolicy_never
...
e2e: Specify RestartPolicy=Never in empty_dir test
2015-06-01 13:47:31 -07:00
Eric Tune
ccea8fafa5
Merge pull request #8434 from jayunit100/soak_ns_2
...
Soak ns 2
2015-06-01 13:44:38 -07:00
Filip Grzadkowski
7814297acc
Use watch-based cache in density e2e tests.
2015-06-01 17:18:56 +02:00
Justin Santa Barbara
1e99426d5b
Support for AWS ELB
2015-05-29 18:53:35 -04:00
Rohit Jnagal
233ce46b83
Merge pull request #8923 from caesarxuchao/TerminationToTerminated
...
Update ContainerState.Termination to ContainerState.Terminated
2015-05-29 14:51:09 -07:00
Rohit Jnagal
d34d00c288
Merge pull request #8898 from brendandburns/tunnel
...
Move SSH code into a common util package. Add support for SSH tunnels.
2015-05-29 14:48:37 -07:00
Rohit Jnagal
38c1fe112f
Merge pull request #9006 from GoogleCloudPlatform/revert-8927-revert-8822-fifo_rc
...
Revert "Revert "Wake up rcs when pods get DeletionFinalStateUnknown t…
2015-05-29 11:11:38 -07:00
Rohit Jnagal
697db8ccf1
Merge pull request #8784 from jszczepkowski/e2e-nodes
...
Added e2e test case which triggers kernel panic on a node.
2015-05-29 09:39:02 -07:00
Rohit Jnagal
2c4ceca1cf
Merge pull request #8974 from lavalamp/networkTimeout
...
Use spew for more informative debug output
2015-05-29 09:33:54 -07:00
Rohit Jnagal
ff51f0b2e1
Merge pull request #8696 from derekwaynecarr/force_namespace_creation
...
Force explicit namespace provision, update e2e for failures
2015-05-29 09:28:47 -07:00
Prashanth B
6c209ec193
Revert "Revert "Wake up rcs when pods get DeletionFinalStateUnknown tombstones""
2015-05-29 09:24:39 -07:00
Daniel Smith
02b1331512
Use spew for more informative debug output
2015-05-28 17:20:42 -07:00
Chao Xu
2f6e5e2e08
Update ContainerState.Termination to ContainerState.Terminated in pkg/api/types.go and pkg/api/v1/types.go
2015-05-28 17:18:24 -07:00
Tim Hockin
b72a8309b5
Merge pull request #8972 from lavalamp/networkTimeout
...
fix old networking test to use version 1.3
2015-05-28 16:53:40 -07:00
Daniel Smith
779e0d8529
fix old networking test to use version 1.3
2015-05-28 16:49:25 -07:00
Tim Hockin
4318ca5a8b
Rename 'portal IP' to 'cluster IP' most everywhere
...
This covers obvious transforms, but not --portal_net, $PORTAL_NET and
similar.
2015-05-28 16:10:44 -07:00
Tim Hockin
b17e343afc
Fix undetected merge conflict
2015-05-28 16:00:10 -07:00
Tim Hockin
081ab3abac
Merge pull request #8853 from caesarxuchao/HostToNodeName
...
update PodSpec.Host to PodSpec.NodeName
2015-05-28 15:50:12 -07:00
Daniel Smith
c8f03fc354
fix timeout for networking test
2015-05-28 15:01:59 -07:00
Daniel Smith
0e49e1535f
split into old/new networking test
2015-05-28 15:01:59 -07:00
Daniel Smith
d683548fd6
Revert "Revert "Revert "Revert "Fix networking test""""
...
This reverts commit 30ffe0325c
.
2015-05-28 15:01:59 -07:00
Tim Hockin
eabc65149e
Merge pull request #8896 from lavalamp/e2e-timeout
...
Give up waiting for failed pods + print status
2015-05-28 15:00:19 -07:00
Tim Hockin
1a45e4006e
Merge pull request #8747 from brendandburns/e2e
...
Add a test for PreStop hooks.
2015-05-28 14:55:40 -07:00
Tim Hockin
8886557da6
Merge pull request #8926 from thockin/remove-debug
...
Remove debug print
2015-05-28 14:50:17 -07:00
Chao Xu
9c1153322e
update PodSpec.Host to PodSpec.NodeName in /pkg/api/types.go and /pkg/api/v1beta3/types.go
2015-05-28 14:10:06 -07:00
Tim Hockin
e524d52248
Use $$() in pod commandlines to get $()
2015-05-28 10:53:22 -07:00
derekwaynecarr
3e8b1d5e01
Update all salt providers to force explicit namespace creation; update e2e
2015-05-28 13:45:49 -04:00
Tim Hockin
b69fad211e
Revert "Wake up rcs when pods get DeletionFinalStateUnknown tombstones"
2015-05-28 10:23:55 -07:00
Tim Hockin
c6ca865e1a
Remove debug print
2015-05-28 10:12:37 -07:00
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
Brendan Burns
a51747f941
Move SSH code into a common util package. Add support for SSH tunnels.
2015-05-27 16:58:52 -07:00
Prashanth Balasubramanian
8fa66bd962
Delta fifo includes objects in DeleteFinalStateUnknow, rcs stop faster
2015-05-27 16:45:51 -07:00
Daniel Smith
fe58bf16e8
Give up waiting for failed pods + print status
2015-05-27 16:07:39 -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
Jerzy Szczepkowski
039314cce1
Added e2e test cases which trigger different types of node failures.
...
Added e2e test cases which trigger different types of node failures and verify they are correctly re-assimilated. Valid for gce and gke. Related to #7051 .
2015-05-27 11:52:36 +02:00
Brendan Burns
1e94eed475
Add a test for PreStop hooks.
2015-05-26 21:23:15 -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
784c4aef2f
e2e: Specify RestartPolicy=Never in host_path test
...
Fixes #8745
2015-05-24 09:55:07 -04:00
Justin Santa Barbara
51b9c148a9
e2e: Specify RestartPolicy=Never in empty_dir test
...
Fixes #8745
2015-05-24 00:52:04 -04: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