Kubernetes Prow Robot
7dec98cdcc
Merge pull request #117718 from aojea/ProxyTerminatingEndpoints
...
promote ProxyTerminatingEndpoints to GA
2023-05-04 13:23:13 -07:00
Danilo Gemoli
ec2cc36404
e2e: disable jig.ExternalIPs
2023-05-04 15:52:34 +02:00
Antonio Ojea
b849ff57b8
e2e reasonable grace termination period timeout
...
The existing termination period of 600 seconds for pods on the
e2e test causes that those pods are kept running after the
test has finished. 100 seconds is a good compromise to avoid
leaving pods lingering and more than enought for the test to finish.
Change-Id: I993162a77125345df1829044dc2514e03b13a407
2023-05-04 13:04:52 +00:00
Antonio Ojea
791573ddb6
promote ProxyTerminatingEndpoints to GA
...
Change-Id: Ife524c831d905acbc606aa7631e1194f91199938
2023-05-04 12:58:33 +00:00
Kubernetes Prow Robot
78833e1b33
Merge pull request #117713 from flant/ssr-ga
...
KEP-3325: Promote SelfSubjectReview to GA
2023-05-03 08:54:24 -07:00
m.nabokikh
7c5573d326
Fix cmd, integration, and conformance tests
...
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com >
2023-05-03 01:29:37 +02:00
Kubernetes Prow Robot
d5329696c7
Merge pull request #117721 from ionutbalutoiu/windows-tests/update-conn-check
...
windows-tests: Update connectivity check util function
2023-05-02 12:44:14 -07:00
Kubernetes Prow Robot
0a30e39209
Merge pull request #116947 from rphillips/bump_all_nodes_ready_timeout
...
e2e node: bump all nodes ready timeout
2023-05-02 10:02:13 -07:00
Kubernetes Prow Robot
e114fc0cdc
Merge pull request #117611 from ii/create-apiresources-test
...
Write e2e test for APIResources endpoints + 12 Endpoints
2023-05-02 08:18:51 -07:00
Ionut Balutoiu
d96f83f02f
windows-tests: Update connectivity check util function
...
Sometimes, the kube-proxy endpoints take longer than 10 seconds to
be ready, so the initial connection check fails (via `gomega.Eventually`).
This patch uses a separate longer timeout for `gomega.Eventually`.
Signed-off-by: Ionut Balutoiu <ibalutoiu@cloudbasesolutions.com >
2023-05-02 16:56:09 +03:00
m.nabokikh
40de26dcff
KEP-3325: Promote SelfSubjectReview to GA
...
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com >
2023-05-02 14:50:40 +02:00
Piotr Betkier
d952437921
Fix flaky HPA e2e tests by not failing on context cancelled ( #117669 )
...
* Fix flaky HPA e2e tests by not failing on context cancelled
Consume requests are sent during test execution in a loop in a separate goroutine. Once the test completes, it is expected that a consumption request may be pending. Cancelling the request during cleanup should not cause test failures.
Tests started being flaky since #112923 introduced passing test context that gets cancelled during cleanup.
* Use PollUntilContextTimeout and restructure error ignoring logic
2023-05-02 05:42:12 -07:00
Stephen Heywood
c6bdde8051
Create e2e test for APIResources endpoints
...
e2e test validates the following 12 endpoints
- getAutoscalingV1APIResources
- getAutoscalingV2APIResources
- getPolicyV1APIResources
- getEventsV1APIResources
- getCoordinationV1APIResources
- getSchedulingV1APIResources
- getApiregistrationV1APIResources
- getAppsV1APIResources
- getAuthenticationV1APIResources
- getAuthorizationV1APIResources
- getBatchV1APIResources
- getCoreV1APIResources
2023-05-02 10:13:15 +12:00
Ricardo Katz
bff8a6cd9f
Remove withdrawn feature NetworkPolicyStatus
2023-05-01 15:19:25 -03:00
Kubernetes Prow Robot
3554bcde87
Merge pull request #117368 from sunnylovestiramisu/fix
...
Fix nil pointer in test AfterEach for volumeperf.go
2023-04-26 21:54:14 -07:00
Julianne DeMars
217196c59f
Add ROX storage tests ( #114628 )
...
* Add ROX tests
* Add capability and switch to secpod
* addmissing file
* remove extra param
* run-formatter
* add anticapability for resize w/ Restore + ROX
* remove size checking in ROX tests
* fix spacing
* fix spacing
2023-04-26 10:22:16 -07:00
Kubernetes Prow Robot
0b53923a7a
Merge pull request #117286 from humblec/e2e-improvements
...
remove `expansionFailed` const in volume expansion and avoid var name collision
2023-04-26 06:16:13 -07:00
Kubernetes Prow Robot
10d9d4b741
Merge pull request #117449 from TommyStarK/e2e/gh_117443
...
e2e: fix flaky test 'should contain OpenAPI V3 for Aggregated APIServer'
2023-04-19 11:31:11 -07:00
TommyStarK
a02e94ae2b
e2e: fix flaky test 'should contain OpenAPI V3 for Aggregated APIServer'
...
Signed-off-by: TommyStarK <thomasmilox@gmail.com >
2023-04-19 08:25:30 +02:00
Kubernetes Prow Robot
9db01b6eb3
Merge pull request #117453 from liggitt/fix-applyset-e2e-env
...
Fix stomping os env in kubectl e2e tests
2023-04-18 22:26:45 -07:00
Jordan Liggitt
0c54d9af6f
Fix stomping os env in kubectl e2e tests
2023-04-19 01:32:20 +02:00
Stephen Kitt
0a8343352b
Document gomega.Equal() instead of gomega.BeEqual()
...
BeEqual() doesn't exist, document Equal() instead (as used in the
actual code).
Signed-off-by: Stephen Kitt <skitt@redhat.com >
2023-04-17 22:47:38 +02:00
Sunny Song
e340325024
Fix nil pointer in test AfterEach for volumeperf.go
2023-04-17 18:44:13 +00:00
Ed Bartosh
ff9ebfa90d
e2e framework: control k/k/pkg imports
...
Modified import restrictions for the e2e framework submodules
to enable control of the k/k/pkg imports.
2023-04-17 00:17:16 +03:00
Ed Bartosh
dc4f6f9da6
e2e framework: remove last dependency to k/k/pkg/util
...
Copied and modified RemoveString function from
k/k/pkg/util/slice/slice.go to e2e/framework/pod/pod_client.go
This is the last dependency from e2e framework to k/k/pkg/util
2023-04-15 14:28:32 +03:00
Ed Bartosh
40521fe360
e2e framework: remove last dependency to k/k/pkg/kubelet
...
Copied and modified pod format function from
k/k/pkg/kubelet/util/format/pod.go to e2e/framework/pod/pod_client.go
This is the last dependency from e2e framework to k/k/pkg/kubelet
2023-04-14 22:32:06 +03:00
Ed Bartosh
1b93abb9ba
Move kubelet config API to e2e_node
...
This API is only used by e2e_node, moved it out of e2e framework.
2023-04-14 17:56:15 +03:00
Kubernetes Prow Robot
27475f6cf4
Merge pull request #117277 from p0lyn0mial/upstream-e2e-watchlist
...
e2e/apimachinery: Add an e2e test for the API Streaming feature
2023-04-14 05:54:42 -07:00
Lukasz Szaszkiewicz
06dc3d00fc
e2e/apimachinery: Add an e2e test for the API Streaming feature
2023-04-14 13:59:41 +02:00
Ed Bartosh
867be8fc3e
get rid of e2e/framework -> k/k/pkg/kubelet dependency
...
It's conceptually wrong to have dependencies to k/k/pkg in
the e2e framework code. They should be moved to corresponding
packages, in this particular case to the test/e2e_node.
2023-04-14 00:28:33 +03:00
Tim Hockin
bc302fa414
Replace uses of ObjectReflectDiff with cmp.Diff
...
ObjectReflectDiff is already a shim over cmp.Diff, so no actual output
or behavior changes
2023-04-12 08:48:03 -07:00
Tim Hockin
dd7af241c1
Replace diff.ObjectDiff with cmp.Equal
...
More obvious and cheaper, and ObjectDiff is already written in terms of
cmp.
2023-04-12 08:45:32 -07:00
Kubernetes Prow Robot
bd24043551
Merge pull request #117216 from gnufied/fix-azure-disk-e2e
...
Fix azure disk e2e after migration and while using external CCM
2023-04-12 08:34:32 -07:00
Kubernetes Prow Robot
242702cb86
Merge pull request #116940 from sarab97/sarab/feat/sets
...
Use the generic Set in scheduler
2023-04-11 19:17:14 -07:00
Kubernetes Prow Robot
96d743e85c
Merge pull request #116899 from aramase/aramase/d/kmsv2_run_e2e_readme
...
[KMSv2] update ci script and add readme
2023-04-11 19:16:50 -07:00
Kubernetes Prow Robot
d0fc9d16ce
Merge pull request #114800 from haoruan/feature-8976-spew-sprintf-refactor
...
Capture spew.Sprintf() with all our favorite config into a util func
2023-04-11 15:34:57 -07:00
Hemant Kumar
901dea7307
Fix azure disk e2e after migration
2023-04-11 15:02:25 -04:00
Humble Chirammal
9204e6b286
remove unused constant expansionFailed
in expansion test.
...
Signed-off-by: Humble Chirammal <humble.devassy@gmail.com >
2023-04-11 16:51:35 +05:30
Humble Chirammal
4491ba8917
rename variable delete to avoid collision to builtin variable
...
Signed-off-by: Humble Chirammal <humble.devassy@gmail.com >
2023-04-11 16:51:35 +05:30
sarab
8d18ae6fc2
Use the generic Set in scheduler
2023-04-09 11:34:17 +05:30
Anish Ramasekar
449f847630
[KMSv2] update ci script and add readme
...
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com >
2023-03-27 20:43:37 +00:00
Ryan Phillips
86e1f4b9d1
e2e node: bump all nodes ready timeout
2023-03-27 11:22:18 -05:00
Hao Ruan
f638e2849f
replaced spew.Sprintf with a util pretty print function
2023-03-27 09:24:22 +08:00
Tim Allclair
9cce3fa107
Deflake GC e2e test
2023-03-20 16:09:30 -07:00
Michal Wozniak
3d68f362c3
Give terminal phase correctly to all pods that will not be restarted
2023-03-16 21:25:29 +01:00
Kubernetes Prow Robot
6711a81f02
Merge pull request #116657 from pacoxu/fix-explain
...
make `kubectl explan` test tolerate either "RESOURCE" or "FIELD"
2023-03-15 14:43:05 -07:00
Paco Xu
b3690bf637
accept either FIELD or RESOURCE for kubectl explain to meet skew policy
2023-03-16 03:38:43 +08:00
Kubernetes Prow Robot
20e8b20b75
Merge pull request #116569 from tukwila/validate_testVols
...
check if test volumes created
2023-03-15 12:20:31 -07:00
Madhav Jivrajani
88b498f23e
test/e2e: Improve kubectl subresource e2e test
...
We now get structured output using jsonpath for the
name and version fields of the node object and then
compare the outputs.
Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com >
2023-03-15 17:27:34 +05:30
Kubernetes Prow Robot
815b1bf0d8
Merge pull request #116558 from klueska/update-dra-kubeletplugin-v1alpha2
...
Update kubeletplugin API for DRA to v1alpha2
2023-03-14 19:27:06 -07:00