Maciej Szulik
feb43c5e6d
Reapply ScheduledJob tests ( 2ab885a53a)
2016-06-21 14:55:00 +02:00
Dr. Stefan Schimanski
1beb2b318c
portforward e2e: extend log for flake hunting
2016-06-21 12:31:36 +02:00
k8s-merge-robot
ee35555cb6
Merge pull request #27570 from Random-Liu/add-runtime-request-timeout-flag
...
Automatic merge from submit-queue
Add runtime-request-timeout kubelet flag.
XRef #23563 .
Addresses https://github.com/kubernetes/kubernetes/issues/27388#issuecomment-226570083 .
Add a new kubelet flag `runtime-request-timeout`, and set to 2 minutes by default.
Now the flag only affects dockertools, rkt may also want to set request timeout according to the flag. @yifan-gu
This PR also removed the timeout for all long running operations to avoid issues like #27588 and #26122 .
@yujuhong @rrati
/cc @kubernetes/sig-node
[]()
2016-06-21 01:26:54 -07:00
k8s-merge-robot
27c0d8cf7c
Merge pull request #27535 from wojtek-t/move_integration_tests_2
...
Automatic merge from submit-queue
Migrate most of remaining tests from cmd/integration to test/integration to use framework
Ref #25940
Built on top of https://github.com/kubernetes/kubernetes/pull/27182 - only the last commit is unique
2016-06-21 00:45:06 -07:00
nikhiljindal
9026195614
Updating the code to fix the context name before using it as secret and cluster names
2016-06-20 14:50:28 -07:00
Wojciech Tyczynski
fe14beb980
Move Patch, AtomicPut and MasterService tests to test/integration.
2016-06-20 20:50:25 +02:00
k8s-merge-robot
b0816b19d3
Merge pull request #27717 from dims/fix-issue-27683
...
Automatic merge from submit-queue
Fix Celery-RabbitMQ flake
In the following PR: https://github.com/kubernetes/kubernetes/pull/27162
We used ("name": "rabbitmq" / "name": "celery" / "name": "flower") as
the label selector. This does not match the definitions in
https://github.com/kubernetes/kubernetes/blob/master/examples/celery-rabbitmq/
I've verified this by deploying the service per the README and
checking that "kubectl describe po -l component=rabbitmq" works
(and that "kubectl describe po -l name=rabbitmq" fails)
Fixes #27683
2016-06-20 11:48:33 -07:00
k8s-merge-robot
a19728c3a1
Merge pull request #27182 from wojtek-t/move_integration_tests
...
Automatic merge from submit-queue
Migrate some integration tests from cmd/integration to test/integration to use framework
Ref #25940
2016-06-20 11:48:28 -07:00
Robert Deusser
cd1450b3ec
Fix spelling errors
...
More spelling fixes
2016-06-20 11:36:11 -04:00
gmarek
9bbcb5e3b8
Remove dependency on test/integration from kubemark
2016-06-20 16:20:51 +02:00
wongma7
d61594b842
Add integration test for binding PVs using label selectors
2016-06-20 10:15:29 -04:00
Davanum Srinivas
df6f01892c
Fix Celery-RabbitMQ flake
...
In the following PR:
https://github.com/kubernetes/kubernetes/pull/27162
We used ("name": "rabbitmq" / "name": "celery" / "name": "flower") as
the label selector. This does not match the definitions in
https://github.com/kubernetes/kubernetes/blob/master/examples/celery-rabbitmq/
I've verified this by deploying the service per the README and
checking that "kubectl describe po -l component=rabbitmq" works
(and that "kubectl describe po -l name=rabbitmq" fails)
Fixes #27683
2016-06-20 08:29:57 -04:00
k8s-merge-robot
3b57f868d3
Merge pull request #27542 from piosz/heapster-version
...
Automatic merge from submit-queue
Bumped Heapster to v1.1.0
```release-note
Bumped Heapster to v1.1.0.
More details about the release https://github.com/kubernetes/heapster/releases/tag/v1.1.0
```
Version 1.1.0 doesn't differ from the previous one v1.1.0-beta2 significantly - just fixed few small issues during stabilization period.
cc @a-robinson @jszczepkowski @mwielgus
[]()
2016-06-20 04:40:27 -07:00
k8s-merge-robot
6de1ba5dc4
Merge pull request #27034 from jsafrane/integration-parallel
...
Automatic merge from submit-queue
Add possibility to run integration tests in parallel
- add env. variable with etcd URL to intergration tests
- update documentation with example how to use it to find flakes
2016-06-20 03:25:30 -07:00
Michail Kargakis
f3d2e3ff22
controller: proportionally scale paused and rolling deployments
...
Enable paused and rolling deployments to be proportionally scaled.
Also have cleanup policy work for paused deployments.
2016-06-20 12:13:35 +02:00
k8s-merge-robot
d244a34747
Merge pull request #27458 from wongma7/pvc-selector
...
Automatic merge from submit-queue
Add integration test for binding PVs using label selectors
Adds an integration test for persistent volume claim label selector.
2016-06-20 02:46:17 -07:00
Jan Safranek
a114df7d59
integration tests: add env. variable for etcd URL.
...
Many integration tests delete all keys in etcd as part of their cleanup.
To run these tests in parallel we must run several etcd daemons, each on
different port and pass etcd url to the test suite.
2016-06-20 10:40:49 +02:00
markturansky
16ec36c591
added toggle to disable dynamic provisioning
2016-06-20 01:15:23 -04:00
k8s-merge-robot
bd9ac8d663
Merge pull request #23969 from Random-Liu/add-termination-message-test
...
Automatic merge from submit-queue
Node E2E: add termination message test
Based on #23658 .
This PR:
1) Cleans up the `ConformanceContainer` a bit
2) Add termination message test
This test proves #23639 , without #23658 , the test could not pass.
@liangchenye @kubernetes/sig-node
2016-06-19 20:29:31 -07:00
k8s-merge-robot
6fbf99b11a
Merge pull request #26753 from ericchiang/rbac-authorizer-tests
...
Automatic merge from submit-queue
add unit and integration tests for rbac authorizer
This PR adds lots of tests for the RBAC authorizer.
The plan over the next couple days is to add a lot more test cases.
Updates #23396
cc @erictune
2016-06-19 19:19:08 -07:00
k8s-merge-robot
4630a3c665
Merge pull request #27428 from gmarek/staticPods
...
Automatic merge from submit-queue
WaitForRunningReady also waits for PodsSuccess
Ref. #27095 - fixes the test, doesn't fix the problem.
cc @yujuhong @fejta
2016-06-19 14:55:11 -07:00
k8s-merge-robot
5c2594233e
Merge pull request #27162 from goltermann/example
...
Automatic merge from submit-queue
Fixing timing issues with examples
Partial fixes for examples tests.
2016-06-18 19:43:36 -07:00
k8s-merge-robot
253e664344
Merge pull request #27133 from copejon/pv_e2e_testing_modifications
...
Automatic merge from submit-queue
Overhauled pv e2e test to reflect common lifecycle
cc @jeffvance
2016-06-18 19:10:25 -07:00
k8s-merge-robot
185ca0035c
Merge pull request #27119 from jsafrane/integration-provisioning
...
Automatic merge from submit-queue
Add integration test for provisioning/deleting many PVs.
The test is configurable by KUBE_INTEGRATION_PV_OBJECTS for load tests, 100 objects are created by default.
@kubernetes/sig-storage
2016-06-18 18:34:10 -07:00
k8s-merge-robot
7ee4189cf6
Merge pull request #27036 from sttts/sttts-secure-seccomp-path
...
Automatic merge from submit-queue
Filter seccomp profile path from malicious .. and /
Without this patch with `localhost/<some-releative-path>` as seccomp profile one can load any file on the host, e.g. `localhost/../../../../dev/mem` which is not healthy for the kubelet.
/cc @jfrazelle
Unit tests depend on https://github.com/kubernetes/kubernetes/pull/26710 .
2016-06-18 15:58:07 -07:00
k8s-merge-robot
7ea1a25490
Merge pull request #26862 from fabioy/node_pool_test
...
Automatic merge from submit-queue
Add GKE node pool e2e test. Fix GKE local SSD test to only run under GKE.
Just adding a node pool e2e test for GKE runs. And minor fix to local SSD test to only run under GKE.
[]()
2016-06-18 14:50:45 -07:00
k8s-merge-robot
77cf11f4d7
Merge pull request #27441 from derekwaynecarr/downward_api_node_defaults
...
Automatic merge from submit-queue
Revert revert of downward api node defaults
Reverts the revert of https://github.com/kubernetes/kubernetes/pull/27439
Fixes #27062
@dchen1107 - who at Google can help debug why this caused issues with GKE infrastructure but not GCE merge queue?
/cc @wojtek-t @piosz @fgrzadkowski @eparis @pmorie
2016-06-18 12:12:24 -07:00
k8s-merge-robot
14e05064c8
Merge pull request #26886 from kevin-wangzefeng/fix_scheduling_e2e_test_leak
...
Automatic merge from submit-queue
fix node.labels leak in scheduler predicates e2e
closes #26698
cc @davidopp @wojtek-t @fejta @gmarek
2016-06-18 10:26:13 -07:00
k8s-merge-robot
ec86c428c1
Merge pull request #27596 from saad-ali/removetestfromflaky
...
Automatic merge from submit-queue
Remove PD tests out of flaky
Closes https://github.com/kubernetes/kubernetes/issues/26127
2016-06-17 22:46:52 -07:00
k8s-merge-robot
d1115dc184
Merge pull request #27636 from mml/fed-dns-followup
...
Automatic merge from submit-queue
Cleanups following #27587
- Add back the negative assertions, but mark them [Slow].
- Use the current DNS TTL of 180 sec as our timeout for all DNS tests.
- Assorted cleanups and refactoring.
2016-06-17 22:05:39 -07:00
Random-Liu
52ebd4ecf1
Add runtime-request-timeout kubelet flag.
2016-06-17 18:18:41 -07:00
nikhiljindal
60f0dce033
Fixing the AfterEach order
2016-06-17 17:14:17 -07:00
Random-Liu
19f5a90528
Add node e2e test for termination message path.
2016-06-17 13:42:41 -07:00
Quinton Hoole
4445dc2b59
Improve e2e tests for Cluster Federation.
2016-06-17 12:39:10 -07:00
Daniel Smith
25d8aec037
Merge pull request #27632 from bprashanth/ing_e2e_static_ip_leak
...
Don't leak static-ips in ingress e2es
2016-06-17 12:15:57 -07:00
Matt Liggett
b0a4fdea4d
tidy
2016-06-17 12:08:36 -07:00
Matt Liggett
7cf7717d4c
Move the slow part of the test into a Slow block.
2016-06-17 12:08:36 -07:00
Matt Liggett
dd7626bbf1
refactor and re-add exists
2016-06-17 12:08:36 -07:00
Matt Liggett
2b3e9d5a98
Add a "this should not work" comment.
2016-06-17 12:07:20 -07:00
Matt Liggett
011b2cde33
Use DNS TTL
2016-06-17 12:07:20 -07:00
k8s-merge-robot
82ab80cb57
Merge pull request #27265 from gmarek/grabber-test
...
Automatic merge from submit-queue
Remove known metrics list
Fixes #26800
2016-06-17 11:24:17 -07:00
derekwaynecarr
18a206ad56
Downward API defaults resource limits to node capacity/allocatable
2016-06-17 14:18:18 -04:00
Prashanth Balasubramanian
dafe27617e
Don't leak stati-ips in ingress e2es
2016-06-17 10:35:16 -07:00
Paul Morie
f0ead64881
Fix typo in GC integration tests
2016-06-17 10:20:49 -04:00
k8s-merge-robot
7edb84c2eb
Merge pull request #27613 from jszczepkowski/kac-tests-cleanup
...
Automatic merge from submit-queue
Fixed updating node labels in cluster autoscaler e2e test.
[]()
Fixed updating node labels in cluster autoscaler e2e test.
2016-06-17 06:23:33 -07:00
Jerzy Szczepkowski
5308f4a9ae
Fixed updating node labels in cluster autoscaler e2e test.
...
Fixed updating node labels in cluster autoscaler e2e test.
2016-06-17 13:46:15 +02:00
Wojciech Tyczynski
b519c72a84
Log namespace creation error
2016-06-17 13:18:02 +02:00
k8s-merge-robot
ce3d7090a2
Merge pull request #26821 from bprashanth/lb_e2e
...
Automatic merge from submit-queue
Extend ingress e2e
Splits the test into a cross platform conformance list, and platform specific bits that exercise features through annotations. Also exercises the features in https://github.com/kubernetes/contrib/pull/1133 . Assigning to Girish, simply because I assigned the other pr to Minhan.
2016-06-17 04:01:44 -07:00
k8s-merge-robot
6a18fbe6af
Merge pull request #27019 from girishkalele/nethealth2saltbase
...
Automatic merge from submit-queue
Add nethealth container to prepull manifest
2016-06-17 02:15:59 -07:00
saadali
d8ad98b3bb
Remove PD tests out of flaky
2016-06-16 20:14:28 -07:00