Michal Wozniak
25d938b481
Promote JobPodFailurePolicy and PodDisruptionConditions e2e tests to Conformance
2024-07-17 18:13:08 +02:00
Kubernetes Prow Robot
ad72be434d
Merge pull request #125417 from bitoku/splitfs
...
KEP-4191: Split Image Filesystem add end-to-end tests
2024-07-16 23:27:06 -07:00
Kubernetes Prow Robot
a00c834ebf
Merge pull request #123303 from haircommander/proc-mount-e2e-tests
...
KEP-4265: add e2e tests for ProcMountType
2024-07-16 19:37:05 -07:00
Peter Hunt
4f57a1448d
test/e2e: add test to ensure proc mount is stripped from windows pods
...
Signed-off-by: Peter Hunt <pehunt@redhat.com >
2024-07-16 17:46:23 -04:00
Peter Hunt
d6ee9ca860
test/e2e_node: add proc mount tests
...
including one Alpha only test, as the feature is in alpha
Signed-off-by: Peter Hunt <pehunt@redhat.com >
Co-authored-by: Sohan Kunkerkar <sohank2602@gmail.com >
2024-07-16 17:45:26 -04:00
Kubernetes Prow Robot
fc3abdaf2d
Merge pull request #125470 from everpeace/kep-3619-SupplementalGroupsPolicy-e2e
...
KEP-3619: Add NodeStatus.Features.SupplementalGroupsPolicy API and e2e
2024-07-16 13:57:06 -07:00
Kubernetes Prow Robot
7e1cfca8af
Merge pull request #126110 from chengjoey/docs/e2e-pod-traffic
...
add some notes for e2e preserve source pod ip test
2024-07-16 09:20:57 -07:00
Shingo Omura
a89bb017a3
KEP-3619: implement e2e test for SupplementalGroupsPolicy
2024-07-16 12:36:00 +09:00
joey
47133919e7
add some notes for e2e preserve source pod ip test
...
Signed-off-by: joey <zchengjoey@gmail.com >
2024-07-16 10:18:05 +08:00
Kubernetes Prow Robot
06ec6ba05d
Merge pull request #125305 from p0lyn0mial/upstream-dynamic-client-uses-watch-list
...
dynamic client: add support for API streaming
2024-07-15 10:05:12 -07:00
Lukasz Szaszkiewicz
ba160f6ed3
test/apimachinery/watchlist: add scenario for dynamic client's List method
2024-07-15 11:56:02 +02:00
Lukasz Szaszkiewicz
951d325111
test/apimachinery/watchlist: move common functionality to separate functions
2024-07-15 11:56:02 +02:00
Antonio Ojea
93736f268e
use node.status.addresses to obtain hostnetwork pods hostnames
2024-07-14 19:02:14 +00:00
Kubernetes Prow Robot
0a3330d6c9
Merge pull request #125510 from mimowo/extend-job-conditions
...
Delay setting terminal Job conditions until all pods are terminal
2024-07-12 08:12:46 -07:00
Kevin Hannon
950781a342
add e2e tests for split filesystem
...
Signed-off-by: Ayato Tokubi <atokubi@redhat.com >
2024-07-12 14:19:17 +00:00
Michal Wozniak
0acffd6f2c
Extend the e2e tests
2024-07-12 11:16:21 +02:00
Jan Safranek
dd655f7cc0
Remove static PV topology test
...
With cloud providers removed from k/k, e2e tests have no way how to create a
static AWS EBS, GCE PD, Azure Disk or other cloud volume. Test
"[sig-storage] Multi-AZ Cluster Volumes should schedule pods in the same
zones as statically provisioned PVs" constantly fails with "provider does
not support volume creation".
There is no upstream e2e job that would run the test and show the error.
We noticed it downstream in OpenShift.
2024-07-12 09:49:26 +02:00
Kubernetes Prow Robot
1080554307
Merge pull request #124969 from RomanBednar/pv-phase-transition-time-ga
...
graduate PersistentVolumeLastPhaseTransitionTime to GA in 1.31
2024-07-11 15:29:19 -07:00
Michal Wozniak
1b13b55945
do not assert in e2e tests
2024-07-11 21:00:58 +02:00
Michal Wozniak
f999dd0490
Verify the Job status active, ready and terminating are 0
...
Signed-off-by: Michal Wozniak <michalwozniak@google.com >
2024-07-11 20:54:15 +02:00
Michal Wozniak
fb7704ba03
Delay setting terminal Job conditions until all pods are terminal
...
Fix the integration test typecheck
Fix after rebase
# Conflicts:
# pkg/controller/job/job_controller_test.go
2024-07-11 20:54:09 +02:00
Kubernetes Prow Robot
a0bfe666df
Merge pull request #125202 from hjet/inplace-vertical-scaling-e2e-rollback
...
[FG:InPlacePodVerticalScaling] Roll back resize patches in doPodResizeTests
2024-07-09 17:53:12 -07:00
Kubernetes Prow Robot
4a214f6ad9
Merge pull request #125461 from mimowo/pod-disruption-conditions-ga
...
Graduate PodDisruptionConditions to stable
2024-07-09 11:08:13 -07:00
Kubernetes Prow Robot
42064e03c5
Merge pull request #125973 from fxierh/sample-apiserver-e2e-race-fix
...
Mark test cases which set up a sample-apiserver as serial
2024-07-09 06:02:04 -07:00
Feilian Xie
9cdacdc514
Mark a test case which sets up a sample-apiserver as serial due to potential conflicts with other test cases which do the same.
...
Signed-off-by: Feilian Xie <fxie@redhat.com >
2024-07-09 19:28:14 +08:00
Kubernetes Prow Robot
06c7d9a565
Merge pull request #125966 from pohly/e2e-framework-label-filter-skip-fix
...
e2e framework: don't add default skip when --label-filter is used
2024-07-09 04:12:38 -07:00
Patrick Ohly
4bed71dd15
e2e framework: don't add default skip when --label-filter is used
...
The new pull-kubernetes-kind-dra uses
-label-filter='Feature: containsAny DynamicResourceAllocation && !Flaky && !Serial'
to run DRA tests. That didn't work because the E2E framework behind its back
added the default skip expression.
2024-07-08 21:13:52 +02:00
jeffinkottaram
f57d67c847
Fix should complete a service status lifecycle test
...
Fix `[sig-network] Services [It] should complete a service status
lifecycle [Conformance]` not iterating through all `Conditions` in
status, causing failure when a `Condition` already exists.
Log Conditions instead of Loadbalanacer.
2024-07-08 01:15:14 -04:00
hjet
30e395a7fa
Roll back resize patches in doPodResizeTests
2024-07-05 11:41:07 -04:00
Daman Arora
6605afe58a
e2e/network/lb: fix url formatting for ipv6
...
Signed-off-by: Daman Arora <aroradaman@gmail.com >
2024-07-03 20:48:54 +05:30
Amim Knabben
e5de3c3a81
Increasing limit margin to 8% on pod cpu limit test
2024-07-02 14:09:51 -03:00
Filip Křepinský
3f8d799c9f
fix readiness flake in UnhealthyPodEvictionPolicy
2024-07-02 00:15:59 +02:00
Kubernetes Prow Robot
79fee524e6
Merge pull request #125483 from wojtek-t/storage_readiness_hook
...
Implement resilient watchcache initialization post-start-hook
2024-07-01 13:48:29 -07:00
Wojciech Tyczyński
a5772bd425
Implement resilient watchcache initialization post-start-hook
2024-07-01 12:54:57 +02:00
Kubernetes Prow Robot
d729af9446
Merge pull request #125591 from p0lyn0mial/upstream-promote-watch-list-to-beta
...
Promote WatchList feature to Beta
2024-07-01 02:31:14 -07:00
Kubernetes Prow Robot
2e39a55d49
Merge pull request #125794 from bzsuni/cleanup/PollImmediateWithContext
...
Use PollUntilContextTimeout to replace PollImmediateWithContext
2024-07-01 00:13:05 -07:00
Kubernetes Prow Robot
db9419c01d
Merge pull request #125803 from mmorel-35/len+empty/test
...
fix: enable and fixes rules from testifylint on test package
2024-06-30 12:59:21 -07:00
Kubernetes Prow Robot
93d56511e6
Merge pull request #125021 from aojea/servicecidrbeta
...
KEP-1880 Multiple Service CIDRs: Graduate to Beta (2/2)
2024-06-30 08:53:25 -07:00
Antonio Ojea
ed597316d6
modify tests to use the networking v1beta1 API
2024-06-30 09:48:46 +00:00
Matthieu MOREL
7bccbaf996
fix: enable and fixes rules from testifylint on test package
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com >
2024-06-30 05:44:47 +00:00
Kubernetes Prow Robot
a9c156baef
Merge pull request #125787 from dims/pandaamanda-remove_apiserver_logs_api
...
kube-apiserver: default --enable-logs-handler flag to false
2024-06-29 11:23:12 -07:00
bzsuni
1599658fc6
Use PollUntilContextTimeout to replace PollImmediateWithContext
...
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io >
2024-06-29 18:50:34 +08:00
Kubernetes Prow Robot
3fdf06ae08
Merge pull request #125401 from bitoku/fix-fail-message
...
Fix E2E error message
2024-06-28 16:48:38 -07:00
Kubernetes Prow Robot
ac9aec9f9b
Merge pull request #125116 from pohly/dra-one-of-source
...
DRA: remove "source" indirection from v1 Pod API
2024-06-28 12:46:45 -07:00
Davanum Srinivas
a88dc632a4
kube-apiserver: default --enable-logs-handler flag to false
...
Co-Authored-By: Iceber Gu <wei.cai-nat@daocloud.io >
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-06-28 15:22:22 -04:00
Michal Wozniak
780191bea6
review remarks for graduating PodDisruptionConditions
2024-06-28 17:32:27 +02:00
Patrick Ohly
bde9b64cdf
DRA: remove "source" indirection from v1 Pod API
...
This makes the API nicer:
resourceClaims:
- name: with-template
resourceClaimTemplateName: test-inline-claim-template
- name: with-claim
resourceClaimName: test-shared-claim
Previously, this was:
resourceClaims:
- name: with-template
source:
resourceClaimTemplateName: test-inline-claim-template
- name: with-claim
source:
resourceClaimName: test-shared-claim
A more long-term benefit is that other, future alternatives
might not make sense under the "source" umbrella.
This is a breaking change. It's justified because DRA is still
alpha and will have several other API breaks in 1.31.
2024-06-27 17:53:24 +02:00
Lukasz Szaszkiewicz
be00cded2d
e2e/apimachinery/watchlist: always run WatchList e2e tests
2024-06-27 08:49:59 +02:00
Kubernetes Prow Robot
a3a4f9658b
Merge pull request #125492 from Nordix/esotsal/123951
...
pod-resize-scheduler-tests: fix ci-kubernetes-e2e-ec2
2024-06-26 14:13:48 -07:00
Kubernetes Prow Robot
1d51766c7a
Merge pull request #125698 from pohly/dra-log-output
...
DRA: log output
2024-06-26 12:01:03 -07:00