jiangyaoguo
020f3b164c
fix kubeproxy e2e
2015-09-30 20:47:35 +08:00
Piotr Szczesniak
1a47993f28
Merge pull request #14509 from mwielgus/spark-fix
...
E2E test - check pod.Status.Phase when greping through pod logs
2015-09-30 13:19:14 +02:00
Marek Grabowski
4c17ef673a
Merge pull request #14719 from gmarek/resource_usage
...
Increase allowed memory usage for KubeProxy
2015-09-30 09:45:20 +02:00
Marek Grabowski
1cf2a3fa87
Merge pull request #14810 from gmarek/playground
...
Small fixes to kubemark scripts
2015-09-30 09:40:05 +02:00
David Oppenheimer
f86b119242
Merge pull request #14550 from mesosphere/sttts-fix-daemonset-tests
...
Fix bugs in daemonset controller and e2e tests
2015-09-30 00:37:46 -07:00
gmarek
7c6052187c
Small fixes to kubemark scripts
2015-09-30 09:26:18 +02:00
Marek Grabowski
7fa09abecb
Merge pull request #14776 from brendandburns/fixer2
...
Fix some issues with the kubemark script
2015-09-30 08:58:15 +02:00
saadali
b1dda29acc
E2E PD Test cleanup on failure should be more robust to prevent leaking PDs.
2015-09-29 18:33:30 -07:00
Eric Tune
3c43c8dfa0
Improve jobs e2e
...
Remove unnecessary yaml file.
Define 4 specific pod behaviors.
(sleeping for short periods is going to be flaky during automated
testing. Also, sleep -1 still exits 0)
Don't wait for a certain number of active pods in tests
where the pods terminate after a finite time, since this is racy.
Changed some tests to use pods that run forever, and not wait
for completion.
Added tests with local restarts.
Convert the DeleteOptions to the correct api group.
2015-09-29 17:31:57 -07:00
Brendan Burns
a26afdad30
Fix some issues with the kubemark script
2015-09-29 17:27:19 -07:00
Yu-Ju Hong
5177e82d3a
e2e: restore the test for monotonically increasing restart count
...
The test was disabled because sometimes restart count could not reach the
target before timeout. This change lowers the target restart count, increases
the timeout threshold to 5 minutes, and adds the test to the SLOW suite.
Running the test in a local cluster takes ~1m40s to complete.
2015-09-29 17:22:12 -07:00
Brendan Burns
09337d1d1e
Increase the pod ready timeout. We've seen problems in the reboot tests.
2015-09-29 17:10:46 -07:00
Brendan Burns
edd46543bf
Add --quiet to a bunch of gcloud usages to get rid of interactive prompts.
2015-09-29 16:56:36 -07:00
k8s-merge-robot
c317020922
Merge pull request #14684 from mikedanese/fix-0
...
Auto commit by PR queue bot
2015-09-29 14:25:09 -07:00
Piotr Szczesniak
3a18af8ea8
Fixed flakiness in autoscaling e2e with no scheduling pods
2015-09-29 15:52:30 +02:00
Filip Grzadkowski
0f8adc5d53
Merge pull request #14699 from yujuhong/pods_ready
...
e2e: RunRC wait until all pods created by RC are ready
2015-09-29 13:54:52 +02:00
gmarek
3f2e697639
Increase allowed memory usage for KubeProxy
2015-09-29 10:47:55 +02:00
gmarek
7cfb3479e0
Small fixes to Kubemark scripts
2015-09-29 10:24:46 +02:00
k8s-merge-robot
c807bea089
Merge pull request #13857 from mesosphere/node-labels
...
Auto commit by PR queue bot
2015-09-28 22:10:51 -07:00
k8s-merge-robot
4645ad3cb0
Merge pull request #14594 from nikhiljindal/deploymentE2e
...
Auto commit by PR queue bot
2015-09-28 20:22:14 -07:00
k8s-merge-robot
095fec84e9
Merge pull request #14603 from yujuhong/e2e_slow
...
Auto commit by PR queue bot
2015-09-28 18:38:03 -07:00
Yu-Ju Hong
1307f081f2
e2e: RunRC wait until all pods created by RC are ready
...
kubelet sends up status updates to flip the ready condition of a pod after the
pod is already in the running state. RunRC should wait until the pod condition
is ready to make sure there is no pending status update which may affect the
follow-up performance test.
2015-09-28 17:35:01 -07:00
Mike Danese
ea46e3dad7
reorder arguments on gce upgrade e2e tests gcloud call
2015-09-28 15:34:33 -07:00
Maciej Szulik
4bfa389c18
Jobs e2e tests
2015-09-28 11:44:11 -07:00
Dr. Stefan Schimanski
2d8b0049e1
Improve daemonset e2e test
...
- Don't mess with non-test node labels in daemonset e2e test
Other e2e tests will expect labels on the nodes. The daemonset test should only
add and remove its own labels.
- Refactor node updating in deamonset e2e test
2015-09-28 19:20:39 +02:00
Piotr Szczesniak
564fcfb4b3
Fixed panic in autoscaling e2e tests
2015-09-28 15:02:49 +02:00
Wojciech Tyczynski
672e7c3427
Merge pull request #13792 from gmarek/playground
...
Initial Kubemark commit
2015-09-28 13:17:20 +02:00
Piotr Szczesniak
80d3e6eb5f
Added debug logs to autoscaling_utils.go
2015-09-28 11:59:17 +02:00
gmarek
dd3bd73948
Initial Kubemark commit
2015-09-28 11:39:05 +02:00
Brendan Burns
4403a6a05e
Disable kubelet_perf test in GKE
2015-09-26 20:06:40 -07:00
Dr. Stefan Schimanski
6f2a1742ab
Add positive e2e test for NodeSelector
2015-09-26 09:46:56 +02:00
Dr. Stefan Schimanski
4d4ebe9f18
Add Mesos slave attributes as node labels
...
- pre-create node api objects from the scheduler when offers arrive
- decline offers until nodes a registered
- turn slave attributes as k8s.mesosphere.io/attribute-* labels
- update labels from executor Register/Reregister
- watch nodes in scheduler to make non-Mesos labels available for NodeSelector matching
- add unit tests for label predicate
- add e2e test to check that slave attributes really end up as node labels
2015-09-26 09:46:56 +02:00
Yu-Ju Hong
d19329aa6b
Add clarity and fix bugs for kubelet e2e test
2015-09-25 18:22:24 -07:00
nikhiljindal
d61ed52799
Adding an e2e test for deployment
2015-09-25 17:14:31 -07:00
Brian Grant
10a7f2b1fa
Merge pull request #14453 from yujuhong/kubelet_benchmark
...
Add a slow e2e test to monitor kubelet resource usage
2015-09-25 13:31:59 -07:00
Brian Grant
5f55b70976
Merge pull request #14450 from saad-ali/issue11391
...
Add new GCE PD E2E test to verify two PDs attached to one container
2015-09-25 13:31:30 -07:00
Piotr Szczesniak
67e5aca7f3
Enabled cluster autoscaling based on cpu/mem reservation e2e tests
2015-09-25 16:23:58 +02:00
Piotr Szczesniak
ea27ecf9ff
Small fixes in autoscaling e2e utils
2015-09-25 14:52:32 +02:00
Marcin Wielgus
aab1cdfcfd
Merge pull request #14546 from piosz/resource-consumer-fix
...
Another attempt to fix problem with not ready endpoints in autoscalin…
2015-09-25 12:06:41 +02:00
Piotr Szczesniak
b2cc7d0ac0
Another attempt to fix problem with not ready endpoints in autoscaling e2e
2015-09-25 10:24:28 +02:00
Piotr Szczesniak
dca306e210
Actually enabled Horizontal Pod Autoscaling tests
2015-09-25 07:11:46 +02:00
Chao Xu
ae1293418b
move experimental/v1 to experimental/v1alpha1;
...
use "group/version" in many places where used to expect "version" only.
2015-09-24 15:32:11 -07:00
Eric Tune
c340d664da
Merge pull request #14046 from soltysh/job_controller_reaper_scaler
...
Reaper and scaler for jobs
2015-09-24 13:54:31 -07:00
Eric Tune
ff1156d4c1
Merge pull request #13930 from ArtfulCoder/privileged
...
allow privileged pods
2015-09-24 13:42:31 -07:00
Brian Grant
42cb619471
Merge pull request #14508 from lavalamp/fix-14477
...
Fix bug with empty subsets
2015-09-24 12:57:16 -07:00
Marcin Wielgus
4634246391
E2E test - check pod.Status.Phase when greping through pod logs
2015-09-24 20:05:03 +02:00
Daniel Smith
76a37694f6
Revert "Temporary workaround of problem with not ready endpoints."
...
This reverts commit eb9cb8fbae .
2015-09-24 10:49:43 -07:00
Brendan Burns
ec427f22b1
Disable race detection for all integration tests
2015-09-24 09:37:01 -07:00
Piotr Szczesniak
eb9cb8fbae
Temporary workaround of problem with not ready endpoints.
2015-09-24 14:57:21 +02:00
Jerzy Szczepkowski
4d44ab5703
Merge pull request #14486 from jszczepkowski/hpa-tune
...
E2E tests for horizontal pod autoscaler.
2015-09-24 14:51:41 +02:00