Wojciech Tyczynski
c517811fc8
Fix checking for allowed not-ready nodes in test framework
2016-09-09 09:38:47 +02:00
Wojciech Tyczynski
e750454c31
Fix allow for non-ready nodes in e2e framework
2016-09-08 14:22:08 +02:00
Kubernetes Submit Queue
58af607f56
Merge pull request #31833 from lavalamp/fixmsg
...
Automatic merge from submit-queue
emit more info on failure
help debug #31810
2016-09-06 21:26:08 -07:00
Kubernetes Submit Queue
008fc22d31
Merge pull request #32108 from wojtek-t/allow_for_not_ready_nodes
...
Automatic merge from submit-queue
Allow for not-ready nodes in e2e test
Ref #31215
2016-09-06 04:41:16 -07:00
Wojciech Tyczynski
4b29d006b0
Allow for not-ready nodes in e2e test
2016-09-06 12:14:45 +02:00
Wojciech Tyczynski
8f0006e8f8
Increase timeout for pods GC in tests
2016-09-06 12:02:54 +02:00
gmarek
a82e54262d
Add a log to help debug #31981
2016-09-05 15:05:49 +02:00
Wojciech Tyczynski
8c1b80c6d5
Fix density test
2016-09-05 13:53:43 +02:00
gmarek
d990720c12
Increase GC timeout for RCs bigger than 40k
2016-09-05 12:08:04 +02:00
Kubernetes Submit Queue
4414882543
Merge pull request #31895 from ymqytw/better_error_message
...
Automatic merge from submit-queue
Return detailed error message for better debugging.
Try to provide more details error message for debugging when this flake #31561 happens again.
@pwittrock
2016-09-02 21:26:59 -07:00
Clayton Coleman
e3b0c35ca2
Print out some extra details from the namespace deletion error
2016-09-02 19:00:54 -04:00
Kubernetes Submit Queue
88c7e25f72
Merge pull request #31923 from bprashanth/logging
...
Automatic merge from submit-queue
Adding logging and fix test race
Fixes https://github.com/kubernetes/kubernetes/issues/31552 , adds clarity for https://github.com/kubernetes/kubernetes/issues/29449
Janet for the job e2e and girish for services. P1 for flake.
2016-09-01 19:50:58 -07:00
ymqytw
e948a69653
Return detailed error message for better debugging. It is for BeforeSuite: Error waiting for all pods to be running and ready
2016-09-01 17:55:48 -07:00
bprashanth
5dac1122b4
Logging for service restart e2e clarity
2016-09-01 14:49:52 -07:00
gmarek
02985c9da2
Create a file from data stored in gobindata to fix kubectl-based examples
2016-09-01 16:40:32 +02:00
Tim St. Clair
f9a2c07c20
Add retries to service environment variable test
2016-08-31 16:46:03 -07:00
Daniel Smith
24a0a5113c
emit more info on failure
2016-08-31 16:07:07 -07:00
derekwaynecarr
367cc42541
E2E framework ignores whitelisted resources when verifying namespace deletion
2016-08-31 13:41:14 -04:00
derekwaynecarr
83cc808ffb
Fix duplicate namespace deletion errors, improve namespace deletion error output
2016-08-31 13:32:22 -04:00
gmarek
f8dbdc1695
AllNodesReady waits for all system pods to be running
2016-08-31 15:08:01 +02:00
Kubernetes Submit Queue
0f8869d308
Merge pull request #31516 from sttts/sttts-e2e-CheckConnectivityToHost-logs
...
Automatic merge from submit-queue
e2e: log wget output on CheckConnectivityToHost error
Log output might help to diagnose e2e flakes, whether they are caused by dns issues or connection timeouts.
Might help with flake https://github.com/kubernetes/kubernetes/issues/28188 .
2016-08-30 06:27:28 -07:00
Kubernetes Submit Queue
6dd8b975cb
Merge pull request #31578 from kevin-wangzefeng/add-retries-for-taints-e2e
...
Automatic merge from submit-queue
add retries for add/update/remove taints on node in taints e2e
fixes taint update conflict in taints e2e by adding retries for add/update/remove taints on node.
ref #27655 and #31066
2016-08-28 15:32:37 -07:00
Kevin
33b1075e0d
add retries for add/update/remove taints on node in taints e2e
2016-08-27 14:56:38 +08:00
Dr. Stefan Schimanski
3262b7fccd
e2e: log wget output on CheckConnectivityToHost error
2016-08-27 08:18:45 +02:00
bprashanth
43022591d1
Get network name via e2e environment.
2016-08-26 13:31:08 -07:00
Kubernetes Submit Queue
0d6d0603e5
Merge pull request #31443 from caesarxuchao/enalbe-gc-in-tests
...
Automatic merge from submit-queue
Enable gc by default in more tests
I think this should only affect the 100-node test.
cc @lavalamp
2016-08-26 03:19:44 -07:00
Kubernetes Submit Queue
1184800cbb
Merge pull request #30730 from janetkuo/prevent-overlapping-deployment
...
Automatic merge from submit-queue
Handle overlapping deployments gracefully
Fixes #30028
2016-08-25 21:50:56 -07:00
Chao Xu
655e358418
enable gc by default in tests
2016-08-25 10:25:17 -07:00
Kubernetes Submit Queue
f0462c4043
Merge pull request #31200 from ronnielai/test1
...
Automatic merge from submit-queue
Skip disk eviction test on non-supported images.
2016-08-24 20:06:07 -07:00
Tim St. Clair
a29ad353a6
Increase the AppArmor pod stop timeout to match the start timeout
2016-08-23 17:03:38 -07:00
Janet Kuo
c5cef18735
Add e2e test for overlapping deployments
2016-08-23 14:33:30 -07:00
Kubernetes Submit Queue
28ded18c4c
Merge pull request #31216 from piosz/e2e-utils-fix
...
Automatic merge from submit-queue
Improve ScaleRC function to be more generic
Relaxed the requirement for RC selector.
2016-08-23 02:27:16 -07:00
Piotr Szczesniak
e8135c30d5
Improve ScaleRC function to be more generic
2016-08-23 09:25:00 +02:00
nikhiljindal
db7af6c0d7
Fixing/updating e2e tests
2016-08-22 21:49:34 -07:00
bindata-mockuser
7b70c23998
Make disk eviction test run correctly on all images.
2016-08-22 18:40:54 -07:00
Kubernetes Submit Queue
37f8559c22
Merge pull request #31039 from coufon/add_benchmark_to_jenkins
...
Automatic merge from submit-queue
Add benchmark to jenkins
This PR contains the following changes:
1. Add more tests in density benchmark test;
2. Add the peak value (100%) in latency and CPU usage statistic data;
3. Move the Ginkgo focus flag from e2e_remote.go to run_e2e.go;
4. Support running benchmark in run_e2e.go. The benchmark configuration file is an extension of image configuration. Each item requires additional GCE machine type (e.g. n1-standard-1, default value will be used if empty) and test names (Ginkgo focus regex strings). A test item is regarded as benchmark if the tests field is non-empty.
2016-08-21 08:32:39 -07:00
Kubernetes Submit Queue
7272cd09e3
Merge pull request #26541 from sttts/sttts-kubectl-exec-rc
...
Automatic merge from submit-queue
Return container command exit codes in kubectl run/exec
Fixes https://github.com/kubernetes/kubernetes/issues/26424
Based on https://github.com/kubernetes/kubernetes/pull/25273 .
TODO:
- [x] add e2e tests
- [x] investigate `kubectl run` exit code for `--restart=Never` (compare issue #24533 and PR #25253 )
- [x] document exit codes
2016-08-21 00:44:55 -07:00
Kubernetes Submit Queue
c6bc654635
Merge pull request #30721 from ronnielai/test1
...
Automatic merge from submit-queue
Disk eviction node e2e test
Please review d202816cfb4ae4dc38d0fe4f45cd11cc81e0e178 only.
#29800
2016-08-20 08:05:52 -07:00
bindata-mockuser
e792d4117d
Add return code support to kubectl-exec and -run
2016-08-20 15:58:47 +02:00
Kubernetes Submit Queue
65233e4bf2
Merge pull request #30575 from soltysh/scheduledjobs_e2e
...
Automatic merge from submit-queue
Scheduledjobs e2e
@janetkuo resubmitted e2e for SJ, I've updated all scripts to consume `KUBE_RUNTIME_CONFIG` properly in 2nd commit, ptal
2016-08-19 23:42:32 -07:00
bindata-mockuser
1c47d9ddd0
Adding disk eviciton test to node e2e tests
2016-08-19 21:28:02 -07:00
Kubernetes Submit Queue
e9815020eb
Merge pull request #30475 from derekwaynecarr/pod-cgroup
...
Automatic merge from submit-queue
Unblock iterative development on pod-level cgroups
In order to allow forward progress on this feature, it takes the commits from #28017 #29049 and then it globally disables the flag that allows these features to be exercised in the kubelet. The flag can be re-added to the kubelet when its actually ready.
/cc @vishh @dubstack @kubernetes/rh-cluster-infra
2016-08-19 21:06:48 -07:00
Kubernetes Submit Queue
ea5a17fbce
Merge pull request #30994 from gmarek/unused
...
Automatic merge from submit-queue
Stop pretending that reaper cares about delete options in e2e tests
2016-08-19 15:48:00 -07:00
Zhou Fang
30eb6882f4
add peak (100%) lantecy and CPU usage in perf data
2016-08-19 14:33:38 -07:00
Kubernetes Submit Queue
5f7875a9bc
Merge pull request #30786 from coufon/add_time_series
...
Automatic merge from submit-queue
Add logging time series to benchmark test
This PR adds a new file benchmark_util.go which contains tool functions for benchmark (we can migrate benchmark related functions into it).
The PR logs time series data for density benchmark test.
2016-08-19 13:41:29 -07:00
derekwaynecarr
fde285cd8f
Disable cgroups-per-qos flag until implementation is stabilized
2016-08-19 11:08:59 -04:00
gmarek
d844dd463a
Stop pretending that reaper cares about delete options in e2e tests
2016-08-19 14:44:35 +02:00
mfanjie
a1bed2723e
address review comments, and fix panic in ingress e2e
2016-08-19 09:53:38 +08:00
Zhou Fang
58495b5214
add labels to perf dataset
2016-08-18 17:15:43 -07:00
Chao Xu
a0c6a664a5
adjust waitForPodsInactive polling interval and timeout
2016-08-18 15:38:24 -07:00