Commit Graph

12226 Commits (b61658d064e42c5e160b55e26bea82ee52af4e03)

Author SHA1 Message Date
Chao Xu b61658d064 add v1 item in pkg/runtime/helper_test.go 2015-06-03 16:05:40 -07:00
Chao Xu 0d81f5901b add v1 items to runtime/unstructured_test.go 2015-06-03 15:09:49 -07:00
Brian Grant 8c2cc9fd61 Merge pull request #9209 from uluyol/mysql-config
Request resources that fit in the default configuration in examples/mysql-wordpress-pd.
2015-06-03 13:15:13 -07:00
Brian Grant be4a501e25 Merge pull request #9099 from derekwaynecarr/improve_quota_describe_output
Fix bug in quota describe output
2015-06-03 13:14:30 -07:00
Brian Grant 6898a7957c Merge pull request #9206 from thockin/services-e2e
Make services e2e more debuggable
2015-06-03 13:14:15 -07:00
Brian Grant 14f9b778f1 Merge pull request #9187 from jimmidyson/fabric8-java-client
Replace Java client library reference with up to date client library
2015-06-03 12:47:21 -07:00
Brian Grant e3b80db02c Merge pull request #9148 from lavalamp/e2eTestFix
E2e test fix
2015-06-03 12:44:55 -07:00
Muhammed Uluyol 3bd0890234 Request resources that fit in the default configuration in examples/mysql-wordpress-pd. 2015-06-03 12:41:10 -07:00
Brian Grant 8c0b1c7db4 Merge pull request #8809 from rrati/performance-gathering-7572
Performance gathering 7572
2015-06-03 12:37:17 -07:00
Brian Grant a72be4667f Merge pull request #9157 from iterion/aws-elb-policy
AWS: Update Master IAM Policy to Include ELB
2015-06-03 12:35:03 -07:00
Brian Grant d6d52b41c6 Merge pull request #9189 from justinsb/fix_9123
Avoid nil-pointer dereference panics in AWS
2015-06-03 12:34:34 -07:00
derekwaynecarr 6968a4e0df Improve quota describe output 2015-06-03 15:16:24 -04:00
Brian Grant d37264edde Merge pull request #9158 from dchen1107/cleanup
stop monit kube-proxy on master node.
2015-06-03 12:13:17 -07:00
Brian Grant b71e2b01bc Merge pull request #9174 from thockin/no-link-local-endpoints
Don't allow link-local Endpoints
2015-06-03 12:12:33 -07:00
Brian Grant 662c9d8160 Merge pull request #9201 from fgrzadkowski/disable_load_test
Disable load test from e2e-gce-scalability jenkins job
2015-06-03 12:11:53 -07:00
Tim Hockin a2b7117ee4 Make services e2e more debuggable 2015-06-03 12:09:54 -07:00
Robert Rati a248d0ccf9 Default RunRC to check every 10 seconds if an internval isn't provided. #7572 2015-06-03 15:00:28 -04:00
Robert Rati 4f9046332d Minor fixes and clarifications. #7572 2015-06-03 15:00:27 -04:00
Robert Rati 4e05d85413 Fixed issue reading empty response from a get in getDebugInfo. #7572 2015-06-03 15:00:27 -04:00
Robert Rati 13b8d947fc Revert "Revert "Added metrics/debug gathering methods to utils and used them in density ...""
This reverts commit 70500a64a7.
2015-06-03 15:00:27 -04:00
Tim Hockin 1aa9b0b86a Don't allow link-local Endpoints 2015-06-03 11:40:04 -07:00
Filip Grzadkowski 2aac5e0f1a Disable load test from e2e-gce-scalability jenkins job 2015-06-03 20:31:47 +02:00
Brian Grant 1845ca88fc Merge pull request #9169 from caesarxuchao/hack/test-update-storage-objects.sh
enable v1 in hack/test-update-storage-objects.sh
2015-06-03 11:20:35 -07:00
Brian Grant 53b8728528 Merge pull request #9154 from caesarxuchao/hack/test-cmd.sh
enable v1 for hack/test-cmd.sh
2015-06-03 11:20:10 -07:00
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
Brian Grant 56f52ce9ef Merge pull request #9101 from caesarxuchao/hack/test-go
add v1 to hack/test-go; let default value of Container.Security Context to be nil
2015-06-03 11:16:46 -07:00
Daniel Smith 8d4d6276b7 fix elasticsearch test 2015-06-03 10:44:31 -07:00
Adam Sunderland 2b4d37427e Update Master IAM Policy to Include ELB 2015-06-03 12:20:19 -05:00
Chao Xu d52cef11a4 add v1 tests to hack/test-go; let default value of Container.SecurityContext to be nil 2015-06-03 09:50:41 -07:00
Brian Grant 9740c7c3ad Merge pull request #9163 from mikedanese/ui-path
redirect /ui to the ui dashboard
2015-06-03 09:49:41 -07:00
Chao Xu 8edeeb95e6 fix 2015-06-03 09:45:11 -07:00
Chao Xu d9f67bc76c fix 2015-06-03 09:44:19 -07:00
Brian Grant 3d4d38d378 Merge pull request #9177 from feihujiang/eventToLog
get Events to be logged
2015-06-03 09:32:42 -07:00
Brian Grant 2742469874 Merge pull request #9104 from liggitt/token_cleanup
Clean up token on service account update failure
2015-06-03 09:32:07 -07:00
Brian Grant 4e2d295046 Merge pull request #8964 from bprashanth/apiserver_cmd
Extend read/write connection timeout of apiserver
2015-06-03 09:31:37 -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
Justin Santa Barbara e3eb23f464 Avoid nil-pointer dereference panics in AWS
These were introduced because the new official AWS SDK uses *string
where the old library used strings.  We now use the helpers much
more (orEmpty and isNilOrEmpty).

Fixes #9123
2015-06-03 12:24:23 -04:00
Prashanth Balasubramanian 0162529ea5 Default minRequestTimeout to 1800s 2015-06-03 08:47:45 -07:00
Prashanth Balasubramanian f7c0f1c1e3 Set min-request-timeout in test clusters 2015-06-03 08:46:28 -07:00
Prashanth Balasubramanian 448867073d Pipe minRequestTimeout as an arg to the apiserver 2015-06-03 08:44:14 -07:00
Jimmi Dyson bd4b13b994 Replace Java client library with fabric8 2015-06-03 16:25:46 +01: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 5d41b2bc04 Merge pull request #9183 from GoogleCloudPlatform/revert-8862-e2e-net
Revert "Added e2e test case for network partition."
2015-06-03 07:05:29 -07: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
Filip Grzadkowski 7e5019feb2 Merge pull request #9179 from piosz/load_generator
Increased failCount param in RunRC function for e2e tests.
2015-06-03 14:10:37 +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 a2233a6cbc Merge pull request #9116 from piosz/load_generator
Creating RCs sequentially not in parallel in Load e2e test
2015-06-03 13:21:46 +02:00