wojtekt
291d02486f
Enable NodeLease tests by default
2019-01-17 20:35:51 +01:00
Kubernetes Prow Robot
37f8ce087b
Merge pull request #70361 from qingsenLi/git181027
...
fix typo "amd"
2019-01-16 19:44:37 -08:00
Kubernetes Prow Robot
708c1ae161
Merge pull request #72793 from haiyanmeng/goroutine_inside_for_loop
...
Fix the broken for loop including goroutine
2019-01-15 10:35:21 -08:00
haiyanmeng
408b5dbf59
Fix the broken for loop including goroutine
...
Currently, all the funcs in the for loop are bound to the same
testCase.
Also remove extra newline from one expected message
2019-01-11 14:46:24 -08:00
zhuangqh
8b07d925a0
Add alphaFeature tag to TTLAfterFinished e2e test
...
Signed-off-by: zhuangqh <zhuangqhc@gmail.com>
2019-01-11 12:07:33 +08:00
globervinodhn
b3217cc624
Remove SLOW tag from KUBEDESCRIBE and SIGDESCRIBE
...
Remove SLOW tag and update description for KUBEDESCRIBE(Probing container) and SIGDESCRIBE(EmptyDir Wrapper Volume)
Remove slow references for tests that execute below 5 minutes
2018-12-31 13:13:11 +05:30
Weibin Lin
842bd1e1ec
update deployment, daemonset, replicaset, statefulset to apps/v1
2018-12-19 10:46:45 -05:00
Kubernetes Prow Robot
71cf45f35c
Merge pull request #70092 from bclau/remove-test-selinux-options
...
Removes unnecessary SELinuxOptions from test case
2018-12-06 22:49:59 -08:00
Kubernetes Prow Robot
4855b78c33
Merge pull request #71550 from pontiyaraja/privileged_disable
...
Removed privileged option for the test case [sig-storage] should give a volume the correct mode test case
2018-12-01 06:34:53 -08:00
k8s-ci-robot
409a5ecae2
Merge pull request #71036 from bclau/test-windows-permissions
...
tests: Checks for Windows permissions as well
2018-11-29 11:16:49 -08:00
pontiyaraja
6bdbb460fc
Removed privileged option for [sig-storage] host path
2018-11-28 12:33:44 +05:30
Claudiu Belu
0df9c0adf6
tests: Checks for Windows permissions as well
...
Some mounttest related tests are checking the file permissions set on the
container files, but the default file permissions on Windows is 775 instead of
644, causing some tests to fail.
Keep in mind that file permissions work differently on Windows, and setting file
permissions via Kubernetes is not currently supported on Windows.
2018-11-21 23:02:48 -08:00
k8s-ci-robot
e4ee887121
Merge pull request #69303 from appian/host_aliases_on_same_line
...
Write HostAliases aliases on same line per host IP
2018-11-15 14:59:52 -08:00
pontiyaraja
6b9db24ed0
added non-optional and empty key test cases for secret and configMap
2018-11-13 13:08:02 +05:30
Bill Warshaw
ab507dfc1f
Write HostAliases aliases on same line per host IP
...
* change HostAliases to put all aliases for an IP
on the same line in /etc/hosts rather than writing
one line per IP-alias pair
* having multiple entries in /etc/hosts for the same IP
causes issues with DNS resolution for some software
* https://unix.stackexchange.com/questions/102660/hosts-file-is-it-incorrect-to-have-the-same-ip-address-on-multiple-lines
2018-11-11 20:54:52 -05:00
Davanum Srinivas
954996e231
Move from glog to klog
...
- Move from the old github.com/golang/glog to k8s.io/klog
- klog as explicit InitFlags() so we add them as necessary
- we update the other repositories that we vendor that made a similar
change from glog to klog
* github.com/kubernetes/repo-infra
* k8s.io/gengo/
* k8s.io/kube-openapi/
* github.com/google/cadvisor
- Entirely remove all references to glog
- Fix some tests by explicit InitFlags in their init() methods
Change-Id: I92db545ff36fcec83afe98f550c9e630098b3135
2018-11-10 07:50:31 -05:00
k8s-ci-robot
16d0992534
Merge pull request #69753 from wangzhen127/diff-node-status
...
Update kubelet node status report logic with node lease feature
2018-11-07 20:26:45 -08:00
Zhen Wang
98fc4a107a
Update kubelet node status report logic with node lease feature
...
When node lease feature is enabled, kubelet reports node status to api server
only if there is some change or it didn't report over last report interval.
2018-11-07 11:59:42 -08:00
Haowei Cai
598d459bc6
Mark configmap and downwardapi tests with sig-node
2018-11-06 17:58:26 -08:00
k8s-ci-robot
a13599be7e
Merge pull request #70649 from jbartosik/e2e-logging
...
Add more logging to e2e HPA tests
2018-11-06 06:06:35 -08:00
Kenichi Omichi
01d0dc3697
Remove subPath tests from host_path.go
...
As discussing on #68905
some tests of test/e2e/common/host_path.go are covered with
test/e2e/storage/testsuites/subpath.go
So we don't need to keep them in test/e2e/common/host_path.go
anymore for the maintenance.
2018-11-05 21:35:17 +00:00
Joachim Bartosik
100e61a7d6
Add more logging to e2e HPA tests
...
To debug flakes if there will be any more. Log status of HPA when
waching for recommendations stability (place where most flakes seem to
happen).
2018-11-05 11:32:41 +01:00
k8s-ci-robot
33555943dc
Merge pull request #57099 from mfojtik/increase_downwardapi_volume_timeout
...
increase the podLogTimeout for downward volume test
2018-11-02 21:28:20 -07:00
Joachim Bartosik
cb6a8a2564
Deflake HPA tests
...
- Scale down based on custom metric was flaking. Increase target value
of the metric.
- Scale down based on CPU was flaking during stabilization. Increase
tolerance of stabilization (caused by resource consumer using more CPU
than requested).
2018-10-30 19:27:42 +01:00
qingsenLi
3e83f0f08a
fix typo and instead of amd
2018-10-30 01:27:50 +08:00
Claudiu Belu
d76108c595
Removes unnecessary SELinuxOptions from test case
...
The test "should run with the expected status" passes with and without
the set SELinuxOptions, but removing it will ensure that the test will
be able to run and pass on Windows nodes as well.
2018-10-19 17:31:49 -07:00
Jeff Grafton
7a8696c331
Update to debian-base 0.4.0
...
Additionally, update the addon-manager to use kubectl v1.11.3.
2018-10-19 11:13:28 -07:00
k8s-ci-robot
79869afda5
Merge pull request #68910 from msau42/fix-names
...
Distinguish projected secret, configmap and downward api tests
2018-10-12 20:41:40 -07:00
k8s-ci-robot
a8c76d4d57
Merge pull request #69674 from mooncak/fix_e2e_issue
...
Fix typos in the test comments
2018-10-12 14:48:46 -07:00
k8s-ci-robot
b3033a7278
Merge pull request #67934 from tanshanshan/typo828
...
fix spelling mistakes
2018-10-11 18:26:24 -07:00
mooncake
91419e6782
Fix typos in the test comments
...
Signed-off-by: mooncake <xcoder@tenxcloud.com>
2018-10-11 19:25:55 +08:00
Michelle Au
17c0e9f7ea
Update build and conformance test list
2018-10-09 14:27:58 -07:00
Michelle Au
253e8d5b74
Update test suite names
2018-10-09 14:25:30 -07:00
Michelle Au
cb7cb9aa8e
Keep related test cases and delete the rest
2018-10-09 14:25:29 -07:00
Michelle Au
f82ff5b16d
Break up projected.go into projected_combined/configmap/secret/downwardapi
2018-10-09 14:25:29 -07:00
k8s-ci-robot
321313b19e
Merge pull request #69004 from mgdevstack/master-pods-websocket-conformance
...
Promote pod's websocket based NodeConformance tests to Conformance
2018-10-08 22:28:12 -07:00
k8s-ci-robot
bc135bd328
Merge pull request #69198 from mkumatag/fix-tests
...
Use proper manifest images
2018-10-05 20:25:23 -07:00
Christoph Blecker
97b2992dc1
Update gofmt for go1.11
2018-10-05 12:59:38 -07:00
k8s-ci-robot
766d860f86
Merge pull request #69021 from mgdevstack/master-kubelet-conformance
...
Promote kubelet NodeConformance tests to Conformance
2018-10-04 18:19:25 -07:00
k8s-ci-robot
10368ee68b
Merge pull request #68915 from oomichi/issue/68914
...
Add fall-back to get node IP on host_path tests
2018-10-03 13:01:54 -07:00
Mayank Gaikwad
78a15ed1c9
Promote pod's websocket based NodeConformance tests to Conformance
2018-09-30 21:57:49 +05:30
k8s-ci-robot
72dd54ec48
Merge pull request #69169 from mgdevstack/master-pods-fmt
...
Add slow test comment and format import statements in e2e/common/pods.go
2018-09-28 18:57:27 -07:00
Kenichi Omichi
dd9cffb18f
Add fall-back to get node IP on host_path tests
...
As the same as the commit[1], this adds fall-back way to get a
node IP address on host_path e2e tests for environments which
don't support external IPs.
[1]: 4e7c2f638d (diff-5ee86aefbb33223865bc542107ea8560L81)
2018-09-28 23:01:18 +00:00
Manjunath A Kumatagi
55868655ff
Use proper manifest images
2018-09-28 04:17:07 +00:00
Mayank Gaikwad
440816af3d
Add slow test comment and format import statements
2018-09-28 00:47:11 +05:30
Manjunath A Kumatagi
7b9833ce56
Update authenticated-image-pulling with fat manifest image
2018-09-27 17:43:15 +05:30
k8s-ci-robot
3fe21e5433
Merge pull request #68922 from BenTheElder/version-staging
...
move pkg/util/version to staging
2018-09-26 22:59:42 -07:00
k8s-ci-robot
c00f45c533
Merge pull request #67612 from mgdevstack/master-commit-runtime-conforamnce
...
Promote non-table based container-runtime e2e test to Conformance
2018-09-25 01:27:12 -07:00
Mayank Gaikwad
696c9ea0b1
Promote kubelet NodeConformance tests to Conformance
2018-09-25 08:54:20 +05:30
k8s-ci-robot
7a58db1ec3
Merge pull request #67144 from mgdevstack/master-kubelet-to-conforamnce
...
Port kubelet e2e_node tests to e2e/common
2018-09-24 13:19:33 -07:00