Commit Graph

18040 Commits

Author SHA1 Message Date
Eric Tune
f899afb896 Merge pull request #14414 from socaa/unit
Unit tests for metrics_client.go
2015-09-23 16:25:42 -07:00
Eric Tune
72992ae8f6 Merge pull request #14418 from gmarek/dead-code
Remove dead RateLimit function from API server handlers
2015-09-23 16:25:06 -07:00
Eric Tune
13821de107 Merge pull request #14427 from mesosphere/sttts-resource-tests
Avoid assumption of a fixed list of cgroups in e2e conformance tests
2015-09-23 16:22:53 -07:00
Eric Tune
c9c5937050 Merge pull request #14435 from yujuhong/runonce_test
Replace testDocker with container.fakeRuntime in runonce_test
2015-09-23 16:22:34 -07:00
Eric Tune
85ce4dcc13 Merge pull request #14439 from jonboulle/master
build: fix link syntax in README
2015-09-23 16:21:51 -07:00
Eric Tune
db78d27723 Merge pull request #14445 from eparis/verify-all-return-error
hack/verify-all.sh return error on errors
2015-09-23 16:18:40 -07:00
Eric Tune
a24ad6a931 Merge pull request #14441 from pmorie/e2e-doc
Add link to dev e2e docs from api_changes doc
2015-09-23 14:51:53 -07:00
Eric Paris
2e814b3b79 hack/verify-all.sh: return error on error 2015-09-23 16:37:22 -04:00
Eric Paris
1ef9e05341 hack/verify-all.sh: turn tab into space 2015-09-23 16:34:38 -04:00
Eric Tune
de38de0c1a Merge pull request #14064 from brendandburns/flakes
Increase a bunch of timeouts to reduce flakes
2015-09-23 12:56:27 -07:00
Paul Morie
d5a6f53a83 Add link to dev e2e docs from api_changes doc 2015-09-23 14:45:00 -04:00
Jonathan Boulle
61741e094b build: fix link syntax in README 2015-09-23 11:21:21 -07:00
Brendan Burns
77fd388485 Increase a bunch of timeouts to reduce flakes 2015-09-23 11:09:03 -07:00
Eric Tune
d23e3504e4 Merge pull request #14413 from gmarek/latency-bug
Functionally revert #12894
2015-09-23 11:00:30 -07:00
Eric Tune
edb269baa0 Merge pull request #14428 from socaa/autoscaling-utils-wait-for-service
WaitForService added to autoscaling_utils.go
2015-09-23 10:47:59 -07:00
Yu-Ju Hong
8319a5c822 Replace testDocker with container.fakeRuntime in runonce_test
runonce_test should not be testing docker-specific logic.
2015-09-23 09:24:51 -07:00
Ewa Socala
1c74b33042 Unit tests for metrics_client.go 2015-09-23 17:36:18 +02:00
Dr. Stefan Schimanski
643a7f193a Assume full cgroup hierarchy only on gce and gke for e2e tests
Other cluster provider than gce or gke might have different cgroup layouts.
From outside we cannot know how these look like (especially in conformance test
which do not know the cluster provider at all).

Hence, this PR defaults to only the "/" cgroup to collect stats for. In the case
of gce or gke the full container list is tested.

Fixes https://github.com/mesosphere/kubernetes-mesos/issues/436
2015-09-23 16:52:56 +02:00
Dr. Stefan Schimanski
f9f91fd99d Remove cgroup list dependent e2e test from conformance test suite
As discussed @gmarek the given test does not belong into the conformance test
suite because it makes a lot of static assumptions about the cgroup setup of the
nodes which cannot be fulfilled by all cluster providers. Depending on the
installation the kubelet is not allowed to move around process
into specific containers.

Fixes https://github.com/mesosphere/kubernetes-mesos/issues/439.
2015-09-23 16:52:56 +02:00
Ewa Socala
58bea1b7e3 WaitForService added to autoscaling_utils.go 2015-09-23 16:13:05 +02:00
Marek Grabowski
efedcb6ca1 Merge pull request #14425 from gmarek/tests
Move one of the service tests to skipped.
2015-09-23 15:25:12 +02:00
gmarek
816b20a179 Move one of the service tests to skipped. 2015-09-23 15:18:19 +02:00
gmarek
9d57f2c571 Remove dead RateLimit function from API server handlers 2015-09-23 13:44:37 +02:00
gmarek
66ca7fcc92 Functionally revert #12894 2015-09-23 12:15:38 +02:00
Marek Grabowski
28585bc699 Merge pull request #13966 from mesosphere/mesos-graceful-termination
MESOS: Send graceful termination update from executor to kubelet
2015-09-23 09:51:29 +02:00
Eric Tune
45a8b5f98a Merge pull request #14286 from ArtfulCoder/split-KP-Tests
Make KubeProxy test faster
2015-09-22 15:41:49 -07:00
Eric Tune
f59a44310f Merge pull request #14268 from mesosphere/sttts-fix-mesos-slave-escaping
MESOS: Fix escaping in mesos-slave command line
2015-09-22 14:11:30 -07:00
Eric Tune
f614e7df63 Merge pull request #14168 from tmrts/refactor/tests
Refactor downward API volume plugin test
2015-09-22 13:52:31 -07:00
Abhishek Shah
a64dad04c7 Make KubeProxy test faster 2015-09-22 13:43:43 -07:00
Eric Tune
6dbb781093 Merge pull request #14320 from erictune/fix-daemonset-logging
Reduce verbosity of DaemonSet controller.
2015-09-22 13:36:46 -07:00
Eric Tune
f92da0c714 Merge pull request #14323 from brendandburns/flakes2
Fix a flake in the kubelet test.
2015-09-22 13:36:22 -07:00
Saad Ali
2d69baf920 Merge pull request #14372 from markturansky/remove_flaky_test
Fixed code issues related to hasty test refactor
2015-09-22 12:06:36 -07:00
markturansky
f4232d3299 fixed code issues related to hasty test refactor 2015-09-22 14:44:31 -04:00
Eric Tune
701d3cd1da Merge pull request #14373 from caesarxuchao/fix-kube-version-change
fix the package in cmd/kube-version-change/import_known_versions.go
2015-09-22 11:28:12 -07:00
Chao Xu
6dc61f1bea fix the package in cmd/kube-version-change/import_known_versions.go 2015-09-22 11:23:55 -07:00
Eric Tune
b113b5ac2a Merge pull request #14336 from erictune/more-verbosity-job-controller
Log the error when unable to update job.
2015-09-22 11:03:11 -07:00
Eric Tune
8258c1b05f Merge pull request #14356 from markturansky/remove_flaky_test
Removed flaky test.
2015-09-22 10:41:27 -07:00
markturansky
d2e8ec934c merged recycler+deleter tests so they run serially 2015-09-22 13:36:26 -04:00
Eric Tune
e560a4b600 Merge pull request #14360 from mikedanese/ds-describe
move daemonset describe to experimental
2015-09-22 10:32:55 -07:00
markturansky
6dca2a4e7f removed flaky test. other integration tests (and many unit tests) also cover binding 2015-09-22 13:26:20 -04:00
Mike Danese
2313c9ada0 move daemonset describe to experimental 2015-09-22 09:13:42 -07:00
k8s-merge-robot
ab07e320ec Merge pull request #13725 from HaiyangDING/update_resource-quota_doc
Auto commit by PR queue bot
2015-09-22 08:56:12 -07:00
k8s-merge-robot
34ef11321c Merge pull request #14341 from mikedanese/not-ready
Auto commit by PR queue bot
2015-09-22 08:53:42 -07:00
Dr. Stefan Schimanski
be57b2871e Watch pods in executor and tell kubelet about graceful terminations
- instantiate framework.Controller for pods in the executor using framework.NewInformer,
  in order to watch pod updates for pods on that host
- forwards updates like graceful termination to the kubelet.

  This might also be the preparation for other updates which are supported by the
  kubelet.
2015-09-22 16:41:43 +02:00
Dr. Stefan Schimanski
e4dcd97ac3 Dequeue pods in scheduler which are terminating 2015-09-22 16:41:43 +02:00
k8s-merge-robot
e535e27e82 Merge pull request #14279 from pweil-/ipc-followup
Auto commit by PR queue bot
2015-09-22 07:28:07 -07:00
k8s-merge-robot
014947c16c Merge pull request #14322 from mikedanese/dead-code
Auto commit by PR queue bot
2015-09-22 07:05:27 -07:00
Dr. Stefan Schimanski
ec69cb22bd Fix escaping in mesos-slave command line 2015-09-22 15:02:21 +02:00
k8s-merge-robot
09cf38e9a8 Merge pull request #14275 from socaa/autoscaling
Auto commit by PR queue bot
2015-09-22 02:35:38 -07:00
k8s-merge-robot
98231d1f68 Merge pull request #14171 from jszczepkowski/deployment-scale
Auto commit by PR queue bot
2015-09-22 01:37:41 -07:00