Michelle Au
2379c9896a
Enable topology in pd driver e2es
2019-04-04 11:54:54 -07:00
Masaki Kimura
b474b28f7b
Use framework.ExpectNoError() for rest of under test/e2e/storage
2019-04-04 18:51:51 +00:00
Masaki Kimura
f2e39e42b8
Use framework.ExpectNoError() for test/e2e/storage/persistent_volumes.go
2019-04-04 18:42:36 +00:00
Masaki Kimura
15188268b4
Restore volume tests using statefulset
2019-04-04 18:42:36 +00:00
Manjunath A Kumatagi
175dcdb3d6
Use multi-arch etcd image
2019-04-04 08:35:57 -07:00
Lubomir I. Ivanov
76906dd738
test: partially decouple from cmd/kubeadm
...
The test package imports cmd/kubeadm, which is far from ideal.
There are a couple of reasons for the import:
1) Marshaling of Ingress from api/extensions/v1beta1.
To fix that include a local function in e2e/manifest/manifest.go
that does that same as the kubeadm MarshalToYaml.
2) Using PKI helper function in apimachinery and auth tests.
To fix that include a new file under test/utils/pki_helpers.go
that only contains the required helpers instead of including the whole
kubeadm pkiutil package.
There is another related problem:
e2e_node/e2e_node_suite_test.go includes:
k8s.io/kubernetes/cmd/kubeadm/app/util/system
But this has to be done in a follow up.
2019-04-04 15:41:28 +03:00
Kubernetes Prow Robot
4d380ee279
Merge pull request #76117 from SataQiu/fix-golint-test-20190404
...
Fix some golint failures of e2e_kubeadm/bootstrap_signer.go e2e_kubeadm/framework.go
2019-04-04 05:30:52 -07:00
SataQiu
a2954adf33
fix some shellcheck failures of test/images/image-util.sh
2019-04-04 14:35:16 +08:00
Akihito INOH
c8f933c591
Fix golint failures of e2e/framework/r*.go
...
This fixes golint failures of the following files:
- test/e2e/framework/resource_usage_gatherer.go
- test/e2e/framework/rs_util.go
2019-04-04 13:15:44 +09:00
Kubernetes Prow Robot
c2877f862a
Merge pull request #76091 from andrewsykim/external-resizer-rbac
...
external-resizer in e2e tests should have access to leases
2019-04-03 21:07:36 -07:00
Kubernetes Prow Robot
4e728efbd6
Merge pull request #76087 from sttts/sttts-fail-feature-gate-errors
...
Handle feature gate errors
2019-04-03 21:07:24 -07:00
Kubernetes Prow Robot
9e97aafe5a
Merge pull request #76045 from anfernee/issue-74839
...
Image for Regression test for #74839
2019-04-03 21:07:01 -07:00
SataQiu
e6b9197f7c
fix some golint failures of e2e_kubeadm/bootstrap_signer.go e2e_kubeadm/framework.go
2019-04-04 11:13:27 +08:00
Yongkun Gui
ccf36c235b
Add test image for issue-74839
2019-04-03 15:44:32 -07:00
Kubernetes Prow Robot
445a373458
Merge pull request #76043 from seans3/integration-fix
...
test-cmd: Fixes erroneous integration test that usually passes accidentally
2019-04-03 14:55:37 -07:00
Kubernetes Prow Robot
7849396966
Merge pull request #76028 from SataQiu/fix-e2e-framework-20190403
...
Fix golint failures of e2e/framework/rc_util.go
2019-04-03 14:55:25 -07:00
Kubernetes Prow Robot
f0ea0fccdf
Merge pull request #75909 from ravisantoshgudimetla/fix-hostname
...
Fix nodeSelector hostname
2019-04-03 14:55:01 -07:00
Michelle Au
db472c87a7
Add e2e tests
2019-04-03 12:03:26 -07:00
Kubernetes Prow Robot
c79fbabf23
Merge pull request #75389 from jpbetz/pagination-v1
...
Paginate watch cache->etcd List calls & reflector init/resync List calls not served by watch cache
2019-04-03 11:14:25 -07:00
Andrew Sy Kim
11042e015e
external-resizer in e2e tests should have access to leases
...
Signed-off-by: Andrew Sy Kim <kiman@vmware.com>
2019-04-03 12:16:42 -04:00
Kubernetes Prow Robot
25ffbe6338
Merge pull request #74274 from oomichi/use-ExpectNoError-for-e2e-storage
...
Use framework.ExpectNoError() for e2e/storage
2019-04-03 08:33:47 -07:00
Dr. Stefan Schimanski
37046e3028
Handle feature gate errors
2019-04-03 16:52:05 +02:00
wojtekt
2c36a2ec1a
Add TLS support to kubemark
2019-04-03 08:29:42 +02:00
Kubernetes Prow Robot
51db0fe21a
Merge pull request #76030 from andrewsykim/e2e-legacyscheme
...
test/e2e: replace legacy scheme with client-go scheme
2019-04-02 22:47:53 -07:00
SataQiu
9452461c43
fix golint failures of e2e/framework/rc_util.go
2019-04-03 12:04:12 +08:00
Sean Sullivan
402d61c189
test-cmd: Fixes erroneous integration test that usually passes accidentally
2019-04-02 20:21:14 -07:00
Joe Betz
e5a4f09ab3
Add resourceVersion=0 paginated list integration test for disabled and enabled watch cache
2019-04-02 13:06:15 -07:00
Michelle Au
d2aa8178f2
Remove alpha CRD install
2019-04-02 10:59:11 -07:00
Kenichi Omichi
7af6ddd353
Fix golint failures of framework/metrics_util.go
...
This fixes golint failures of framework/metrics_util.go.
Cleanup:
- SaturationTime was only used in test/e2e/scalability/density.go.
So this moves it into the e2e test.
- interestingClusterAutoscalerMetrics was not used in filterMetrics()
so this removes the related code.
2019-04-02 16:25:16 +00:00
Kenichi Omichi
542b07cd6a
Use framework.ExpectNoError() for e2e/storage
...
The e2e test framework has ExpectNoError() for readable test code.
This replaces Expect(err).NotTo(HaveOccurred()) with it for e2e/storage.
2019-04-02 16:20:35 +00:00
Andrew Sy Kim
4ac9feb7f9
test/e2e: replace legacy scheme with client-go scheme
...
Signed-off-by: Andrew Sy Kim <kiman@vmware.com>
2019-04-02 10:08:55 -04:00
Lubomir I. Ivanov
405f9eb703
test/e2e/apps: fix panic in DaemonSet tests due to legacy scheme
2019-04-02 15:20:00 +03:00
qingsenLi
2c4860746b
fix a mistake-2
2019-04-02 18:19:17 +08:00
Kubernetes Prow Robot
de2bfc78cb
Merge pull request #74119 from yeya24/patch-1
...
remove the redundant "the"
2019-04-02 03:04:34 -07:00
Kubernetes Prow Robot
54ee638d9d
Merge pull request #75979 from verult/repd-e2e-nilpointer
...
Fixed storage class nilpointer in RePD failover test
2019-04-02 01:37:22 -07:00
Kubernetes Prow Robot
fd23c84022
Merge pull request #75953 from wojtek-t/add_etcd_metrics
...
Expose etcd client latency metrics
2019-04-02 01:37:11 -07:00
Kubernetes Prow Robot
fe9d7d59d2
Merge pull request #74406 from danielqsj/clean_unused_metrics
...
clean nonexistent metrics in e2e test
2019-04-02 01:36:46 -07:00
Akihito INOH
b0a4d7cdcb
Fix golint failures of e2e/framework/statefulset_utils.go
...
This fixes golint failures of the following file:
- test/e2e/framework/statefulset_utils.go
This changes following file because of change function name
in above file.
- test/e2e/apps/statefulset.go
2019-04-02 15:34:30 +09:00
Kubernetes Prow Robot
a38fdcfed5
Merge pull request #75975 from oomichi/golint-e2e-framework-pv_util
...
Fix golint failures of e2e/framework/pv_util.go
2019-04-01 22:45:08 -07:00
Youbing Li
c438d7b495
Fixes #75706 - Show warning message when namespace is specified for deleting a cluster-scoped resource
2019-04-02 00:49:40 -04:00
Kubernetes Prow Robot
4eee255ef3
Merge pull request #75888 from rramkumar1/patch-13
...
Remove Ingress-GCE test which checks that sync error on one Ingress does not block other syncs
2019-04-01 15:49:09 -07:00
Kubernetes Prow Robot
e192be8b1a
Merge pull request #75873 from listx/master
...
add listx to OWNERS for test/images and test/utils/image
2019-04-01 15:48:58 -07:00
Kubernetes Prow Robot
5d77a5217a
Merge pull request #75616 from andrewsykim/e2e-remove-internal-clientset
...
remove usages of internal clientset in e2e framework
2019-04-01 15:48:36 -07:00
Cheng Xing
60c2885194
Regional PD failover e2e test: set pvc name explicitly instead of relying on GenerateName
2019-04-01 14:41:30 -07:00
Kenichi Omichi
85631679ad
Fix golint failures of e2e/framework/pv_util.go
2019-04-01 20:39:25 +00:00
Kubernetes Prow Robot
c8d6d7c0d0
Merge pull request #74757 from tallclair/runtimehandler-e2e
...
Add custom runtime handler e2e test
2019-04-01 13:18:47 -07:00
wojtekt
d5c9ad8049
Expose etcd client latency metrics
2019-04-01 20:46:18 +02:00
Cheng Xing
d20845f635
Fixed storage class nilpointer in RePD failover test
2019-04-01 11:35:02 -07:00
Kubernetes Prow Robot
46ae77421c
Merge pull request #73041 from giuseppe/fix-logs
...
kubelet: fix some race conditions with logs -f
2019-04-01 10:02:34 -07:00
Rohit Ramkumar
b2a3f72a1c
Remove Ingress-GCE test which checks that sync error on one Ingress does not block other syncs
2019-04-01 11:42:45 -04:00
SataQiu
e8a72dea37
fix golint failures of e2e/framework/pods.go, provider.go, upgrade_util.go
2019-04-01 16:04:29 +08:00
Kubernetes Prow Robot
2792f1a24e
Merge pull request #75857 from danielqsj/sc1
...
support both JSON and YAML for scheduler configuration
2019-03-31 12:36:31 -07:00
Giuseppe Scrivano
31397083b2
test, e2e: add tests for logs -f
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-03-31 12:15:36 +02:00
SataQiu
610a1d1b96
fix golint failures of e2e/framework/ssh.go, e2e/framework/size.go
2019-03-31 16:32:22 +08:00
Kubernetes Prow Robot
b0aee7fa3c
Merge pull request #75897 from oomichi/golint-e2e-framework-p
...
Fix golint failures of e2e/framework/p*.go
2019-03-30 15:57:20 -07:00
Claudiu Belu
625a9d98a8
tests: Adds agnhost image
...
The new image is meant to be used for testing purposes, whenever there
are significant differences between Linux and Windows in the way
something is obtained or tested. For example, the DNS suffix list can
be found in ``/etc/resolv.conf`` on Linux, but on Windows, such file
does not exist, and one way to obtain the mentioned list would be
through some powershell commands.
The image contains an extendable CLI as the entrypoint, the tests
only having to add the necessary arguments. For the previous example,
passing the ``dns-suffix`` argument will print out the comma separated
DNS suffix list, on both Linux and Windows.
The image name means that it should behave the same way on any host,
no matter the host OS.
2019-03-30 06:04:56 -07:00
Kubernetes Prow Robot
ef42d82705
Merge pull request #75796 from msau42/fix-e2e-multizone
...
Switch PD tests to use delayed binding
2019-03-30 02:57:08 -07:00
Kubernetes Prow Robot
aad83d1e49
Merge pull request #75892 from rramkumar1/patch-14
...
Remove static IP test from Ingress-GCE e2e tests
2019-03-29 23:53:45 -07:00
Kubernetes Prow Robot
b179862d96
Merge pull request #75613 from tallclair/owners
...
Copy node test owners to e2e/common
2019-03-29 23:53:08 -07:00
Kubernetes Prow Robot
a9db137737
Merge pull request #75621 from oomichi/golint-e2e-framework-g-j
...
Fix golint failures of e2e/framework/[g-j]*.go
2019-03-29 21:11:08 -07:00
Kubernetes Prow Robot
789818794f
Merge pull request #75860 from oomichi/golint-e2e-framework-n
...
Fix golint failures of e2e/framework/n*.go
2019-03-29 17:33:32 -07:00
ravisantoshgudimetla
3a4a69280b
Fix nodeSelector hostname
2019-03-29 20:01:45 -04:00
Kenichi Omichi
1fa57d0a85
Fix golint failures of e2e/framework/[g-j]*.go
2019-03-29 23:46:26 +00:00
Michelle Au
634be030a8
Fix provisioning tests to allow delayed binding
2019-03-29 15:00:26 -07:00
Kenichi Omichi
a81dd53e53
Fix golint failures of e2e/framework/p*.go
...
This fixes golint failures of
- test/e2e/framework/perf_util.go
- test/e2e/framework/pods.go
- test/e2e/framework/profile_gatherer.go
- test/e2e/framework/provider.go
- test/e2e/framework/psp_util.go
2019-03-29 18:50:01 +00:00
Rohit Ramkumar
f25c80224e
Remove static IP test from Ingress-GCE e2e tests
2019-03-29 13:50:13 -04:00
Linus Arver
918c8ecad2
add listx to OWNERS for test/images and test/utils/image
...
I'd like to use /lgtm and /approve commands directly on issues/PRs that
are forwarded to me by ixdy@, such as for
https://github.com/kubernetes/kubernetes/issues/73507 and
https://github.com/kubernetes/kubernetes/pull/73739 .
Change-Id: I07cd236a67530165432b66ed9557adddd48e076a
2019-03-28 23:55:11 -07:00
SataQiu
a232c3266d
fix golint failures of e2e/framework/test_context.go
2019-03-29 14:41:24 +08:00
danielqsj
49c4c6f76f
add yaml test cases for scheduler creation
2019-03-29 11:29:09 +08:00
Kenichi Omichi
78a93f8ced
Fix golint failures of e2e/framework/n*.go
2019-03-29 02:17:43 +00:00
Andrew Sy Kim
1470df7a05
remove usages of internal clientset in e2e framework
...
Signed-off-by: Andrew Sy Kim <kiman@vmware.com>
2019-03-28 21:13:40 -04:00
Kubernetes Prow Robot
da018a6bfa
Merge pull request #75362 from serathius/gcp-security-patches
...
Update gcp images with security patches
2019-03-28 14:25:58 -07:00
Kubernetes Prow Robot
5716127cff
Merge pull request #75641 from fabriziopandini/e2e-kubeadm-new-test
...
E2e kubeadm new test
2019-03-28 03:48:43 -07:00
Michelle Au
bbf6683e22
Switch PD tests to use delayed binding
2019-03-27 18:30:13 -07:00
Kubernetes Prow Robot
b9dbb458fb
Merge pull request #72384 from zhouhaibing089/quota-crd
...
resourcequota: use dynamic informer
2019-03-27 16:00:49 -07:00
Rohit Ramkumar
2020868fdf
Remove tests exercising the backend protocol feature of Ingress-GCE
2019-03-27 15:51:02 -04:00
zhouhaibing089
f58c2ae62d
resourcequota: use dynamic informer
...
The resource quota controller should use a dynamic informer so it
can create informer for custom resources.
2019-03-27 11:08:24 -07:00
Kubernetes Prow Robot
743fddd174
Merge pull request #75605 from smarterclayton/check_crd_proto
...
Check CRD protobuf negotiation in integration tests
2019-03-26 21:58:47 -07:00
Kubernetes Prow Robot
e05be44808
Merge pull request #74693 from mkimuram/issue/74545
...
Add e2e tests for multiAttach
2019-03-26 20:44:48 -07:00
Kubernetes Prow Robot
d24fe8a801
Merge pull request #75735 from andrewsykim/update-install-etcd-link
...
fix link to etcd install docs for integration tests
2019-03-26 18:11:29 -07:00
Kubernetes Prow Robot
feb9bb151c
Merge pull request #75730 from wojtek-t/minor_perf_improvements
...
Avoid allocations in ByIndex() function
2019-03-26 18:11:16 -07:00
Kubernetes Prow Robot
4b3eb60081
Merge pull request #75531 from dims/add-new-staging-repository-for-cri-api
...
New staging repository for cri-api
2019-03-26 18:10:49 -07:00
Kubernetes Prow Robot
094938895a
Merge pull request #75746 from verult/repd-min-size
...
Updated regional PD minimum size for zonal failover test
2019-03-26 16:59:00 -07:00
Davanum Srinivas
33081c1f07
New staging repository for cri-api
...
Change-Id: I2160b0b0ec4b9870a2d4452b428e395bbe12afbb
2019-03-26 18:21:04 -04:00
Kubernetes Prow Robot
2086f81546
Merge pull request #74678 from pmcalpine/lint-bs_cj
...
Fix some golint failures for pkg/controller
2019-03-26 15:10:16 -07:00
Cheng Xing
6a02ebb30c
Updated regional PD minimum size; changed regional PD failover test to use StorageClassTest to generate PVC template
2019-03-26 14:23:08 -07:00
Kubernetes Prow Robot
531dbd409f
Merge pull request #75445 from shinytang6/enhance/fmt
...
Replace all time.Now().Sub with time.Since
2019-03-26 13:55:17 -07:00
Kubernetes Prow Robot
11d472ea01
Merge pull request #72179 from WanLinghao/sa_controller
...
Migrate the controller to use TokenRequest and rotate token periodically
2019-03-26 12:33:19 -07:00
Andrew Sy Kim
e26157df07
fix link to etcd install docs
2019-03-26 13:40:18 -04:00
wojtekt
7d46e27db1
Avoid allocations in ByIndex() function
2019-03-26 14:14:42 +01:00
fabriziopandini
5b675d6f00
e2e-kubeadm-new-test
2019-03-26 12:16:57 +01:00
Kubernetes Prow Robot
bff4ecbe1b
Merge pull request #75685 from freehan/flaky-test
...
make NEG tests more resilient to API failures and add more failure lo…
2019-03-25 23:13:17 -07:00
Kubernetes Prow Robot
0162b98a4f
Merge pull request #75650 from xichengliudui/add-xichengliudui-to-onwers
...
Add @xichengliudui to test/OWNERS
2019-03-25 21:17:17 -07:00
Kubernetes Prow Robot
2cda7d29e8
Merge pull request #75690 from oomichi/golint-e2e-framework-d-e
...
Fix golint failures of e2e/framework/[d-e]*.go
2019-03-25 19:47:28 -07:00
Kubernetes Prow Robot
1e36b6f47a
Merge pull request #75640 from fabriziopandini/e2e-kubeadm-refactor
...
e2e kubeadm refactor
2019-03-25 19:47:15 -07:00
Minhan Xia
600e8b0eba
make NEG tests more resilient to API failures and add more failure logging
2019-03-25 16:53:33 -07:00
Kenichi Omichi
e28fb1a1f4
Fix golint failures of e2e/framework/f*.go
...
This fixes golint failures of the following files:
- test/e2e/framework/flake_reporting_util.go
- test/e2e/framework/framework.go
2019-03-25 23:21:33 +00:00
Kenichi Omichi
65e6e46515
Fix golint failures of e2e/framework/[d-e]*.go
...
This fixes golint failures on the following files:
- test/e2e/framework/deployment_util.go
- test/e2e/framework/exec_util.go
Cleanup:
- ScaleDeployment() was not used at all, so let's remove it.
- ExecCommandInPod() and ExecCommandInPodWithFullOutput() were called
in the framework only, so let's make them local.
2019-03-25 20:42:11 +00:00
Kenichi Omichi
20074882db
Fix golint failures of e2e/framework/[k-l]*.go
...
In addition, this replaces the combination of GetCPUSummary() and
FormatCPUSummary() with LogCPUSummary() in e2e/node/kubelet_perf.go
because that is completely same.
2019-03-25 19:46:51 +00:00
fabriziopandini
cb306ae0b3
e2e-kubeadm-refactor
2019-03-25 15:28:30 +01:00