Tim Schrodi
e88b6310ce
Do not cleanup node lease namespace in e2e setup suite
2019-08-22 08:44:31 +02:00
Kubernetes Prow Robot
68d6ec9d4a
Merge pull request #80979 from jiatongw/e2e/framework/printstack
...
[e2e] Dump the stacktrace while an error occurs
2019-08-21 23:00:32 -07:00
Di Xu
2771503626
drop unused check
2019-08-22 11:46:12 +08:00
Matthew Wong
a81ca7ec5f
Skip spec.volumes mount/map test if no SSH
2019-08-21 16:39:49 -07:00
Zihong Zheng
0a7c085b14
Check service finalizer on upgrade test and fix-up test cases
2019-08-21 15:19:56 -07:00
Marek Siarkowicz
53fc6f9b58
Finish implementation of stable metrics static analysis
...
Handle "DeprecatedVersion" field
Fix kube metrics framework path
Implement handling prometheus util functions for generating buckets
2019-08-21 23:46:36 +02:00
Kubernetes Prow Robot
bad4d0ee96
Merge pull request #81602 from liggitt/admission-context
...
Plumb context timeout to admission webhooks
2019-08-21 12:42:32 -07:00
Jiatong Wang
9a2ccc2c4f
Dump the stacktrace while an error occurs
...
Signed-off-by: Jiatong Wang <wangjiatong@vmware.com >
2019-08-21 11:28:59 -07:00
Kubernetes Prow Robot
dd0fb73a61
Merge pull request #81393 from oomichi/cleanup-ReadOrDie
...
Remove fail argument from ReadOrDie()
2019-08-21 10:36:31 -07:00
jennybuckley
aa1f01ec7e
Make sure no op updates don't affect the resource version
2019-08-21 10:27:01 -07:00
Odin Ugedal
7df6a84902
Fix flaky hugepages tests by decreasing page count
...
If requesting an substantial amount of huge page memory
(like the tests), it is recommended to to it as early
after boot as possible, or by using the kernel cmd line.
2019-08-21 17:59:56 +02:00
mattjmcnaughton
f7128535bd
Close leaking files in conformance/walk.go
...
We want to ensure we close this file handler if it was opened
successfully.
2019-08-21 08:59:35 -04:00
draveness
6cfec4d919
feat: remove factory.Config from mustSetupScheduler
2019-08-21 19:54:28 +08:00
draveness
6d77624bc3
feat: use scheduler.New instead in createSchedulerConfigurator
2019-08-21 19:09:57 +08:00
SataQiu
c60377c682
fix static check for test/e2e/framework
2019-08-21 17:28:36 +08:00
Kubernetes Prow Robot
ab1413ccb6
Merge pull request #81551 from odinuge/gce-typo
...
Fix GCE typo in test output
2019-08-21 00:30:03 -07:00
Kubernetes Prow Robot
fd724dbed4
Merge pull request #81541 from jpbetz/alternate-port
...
Use non-default container port and scoped port vars in webhook e2e tests
2019-08-21 00:29:46 -07:00
Kubernetes Prow Robot
b47f9a43fe
Merge pull request #81499 from chendave/apparmor
...
Initialize flags to support extra flags
2019-08-21 00:29:31 -07:00
Kubernetes Prow Robot
0dfb87dfa5
Merge pull request #81537 from spiffxp/mv-hpa-tests-out-of-release-blocking
...
Demote HPA tests from release-blocking
2019-08-20 23:06:09 -07:00
Kubernetes Prow Robot
14338a1a90
Merge pull request #81460 from hex108/refactor_test
...
Refactor NewXXXPlugin in framework_test to avoid package variables
2019-08-20 23:05:57 -07:00
Kubernetes Prow Robot
11abd6dca0
Merge pull request #81389 from oomichi/remove-invalid-dependency-node
...
Move ProxyRequest to kubelet e2e fw
2019-08-20 23:05:42 -07:00
Kubernetes Prow Robot
9c7c9916e3
Merge pull request #81363 from bclau/tests/fixes-dns-tests-for-windows
...
tests: Fixes DNS tests for Windows
2019-08-20 23:05:29 -07:00
Kubernetes Prow Robot
efcb62abff
Merge pull request #81196 from mkimuram/issue/71748
...
Speed up block volume e2e test by checking events
2019-08-20 20:40:16 -07:00
Kubernetes Prow Robot
d935e06dd4
Merge pull request #80682 from mgdevstack/dns-google-cloud
...
Remove cloud specific DNS check to make e2e Conformance eligible
2019-08-20 20:39:43 -07:00
Jordan Liggitt
c63284b1f3
Use lesser of context or webhook-specific timeout in webhooks
2019-08-20 22:20:19 -04:00
Kubernetes Prow Robot
7a81ecd191
Merge pull request #77794 from saiyan86/fixAzureE2ETest
...
Use TCP instead of ICMP to check outbound connectivity
2019-08-20 19:13:18 -07:00
Kenichi Omichi
0d2e5866d4
Use framework functions under test/e2e/node/
...
There are some functions of e2e test framework and it is useful to
read the test code by using these functions.
This replaces gomega calls with these functions under test/e2e/node/
2019-08-21 02:01:49 +00:00
Kenichi Omichi
f3f14f9698
Use log functions of core framework on [c-n]
...
This makes sub packages of e2e test framework to use log functions
of core framework instead for avoiding circular dependencies.
2019-08-21 00:55:32 +00:00
Claudiu Belu
8812720148
tests: Skips Windows-unrelated tests on Windows
...
Skips IPv6 tests on Windows.
Skips sysctl tests on Windows.
Skips network policy tests on Windows.
Skips RunAsUser / FSGroup / file permissions related tests, as those are
not supported on Windows.
Skips the test "should preserve source pod IP for traffic thru service cluster IP"
on Windows, as it creates a Pod with HostNetwork=true, which is unsupported.
What works and what doesn't work on Windows has been documented here:
https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md#windows--linux-considerations
2019-08-20 14:19:14 -07:00
Claudiu Belu
210d7622fb
test images: Updates image building process README
...
Updates the README with the given suggestions.
2019-08-20 13:14:18 -07:00
Joe Betz
a3e187d86a
Use non-default container port and scoped port vars in webhook e2e tests
2019-08-20 13:13:55 -07:00
Kubernetes Prow Robot
5c68a231ab
Merge pull request #81620 from wongma7/nfs-alpha
...
Bump nfs-provisioner to include GetReference fix
2019-08-20 10:47:15 -07:00
Kubernetes Prow Robot
cda22916c5
Merge pull request #81611 from gnufied/fix-block-volume-e2e-csi
...
Fix e2e for block volume expansion
2019-08-20 02:00:17 -07:00
Kubernetes Prow Robot
77ee754b4c
Merge pull request #81540 from roycaihw/webhook-e2e-dial-timeout
...
Handle tcp dial timeout in webhook e2e test
2019-08-20 02:00:01 -07:00
Kubernetes Prow Robot
6f13032fb4
Merge pull request #81524 from jennybuckley/apply-group-updates-by-manager
...
Group managedFieldsEntries for update by manager name
2019-08-20 01:59:46 -07:00
Kubernetes Prow Robot
8f887cad45
Merge pull request #81497 from jpbetz/crd-e2e-v1
...
Upgrade e2e tests to use CRD v1 APIs
2019-08-20 01:59:33 -07:00
Claudiu Belu
aade8f8591
test images: Adds README containing image building process
...
Adds tests/images/README.md, which contains information regarding
the image modification / building process.
2019-08-20 00:22:51 -07:00
Kubernetes Prow Robot
461a628101
Merge pull request #81558 from liggitt/admissionregistration-v1-e2e
...
Use v1 admissionregistration APIs in e2e
2019-08-19 20:44:18 -07:00
Kubernetes Prow Robot
081db915d3
Merge pull request #81426 from oomichi/make-e2elog-back
...
Add log.go back to core of e2e test framework
2019-08-19 20:43:47 -07:00
Jun Gong
d9a7439ca0
Refactor NewXXXPlugin in framework_test to avoid package variable and do some other refactor
2019-08-20 09:52:26 +08:00
Joe Betz
5abf6b5d3e
Bump agnhost image version to 2.5
2019-08-19 18:31:23 -07:00
Joe Betz
1d429a615c
Update e2e tests to use CRD v1 API
2019-08-19 18:31:14 -07:00
Tim Allclair
49f50484b8
Delete duplicate resource.Quantity.Copy()
2019-08-19 17:23:14 -07:00
Haowei Cai
c8cd0bcd0e
accept dial timeout in webhook e2e
2019-08-19 15:39:42 -07:00
Hemant Kumar
f5175d9f76
Fix e2e for block volume expansion
2019-08-19 17:50:14 -04:00
jennybuckley
87eabcdbfa
Group update managedFieldsEntries by manager name
2019-08-19 13:50:15 -07:00
Masaki Kimura
2be543d879
Add messages for framework.Expect* in volumeMode tests
2019-08-19 16:39:17 +00:00
Masaki Kimura
00456d0a11
Speed up block volume e2e test by checking events
2019-08-19 16:39:11 +00:00
Masaki Kimura
04300826fd
Rename WaitTimeoutForPodEvent to WaitTimeoutForEvent and move it to common/events.go
2019-08-19 16:11:30 +00:00
Kubernetes Prow Robot
091a5dc53b
Merge pull request #81314 from jpbetz/crd-test-image
...
Upgrade ConversionReview e2e test image to also support v1
2019-08-17 19:08:04 -07:00