Kubernetes Prow Robot
9c7e57bb7c
Merge pull request #137330 from tico88612/cleanup/test-node-pod-dep-prometheus
...
Remove dep. Prometheus from test/e2e/node/pods.go
2026-03-16 20:43:49 +05:30
Sergey Kanzhelev
9aee7c917a
wait for container condition to be true before sending the pod update
2026-03-13 23:21:22 +00:00
ChengHao Yang
195b9f598d
Remove dep. Prometheus from test/e2e/node/pods.go
...
Add the MetricFamilyToText in `component-base/metric/testutil`
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
2026-03-11 19:14:35 +08:00
Yuan Wang
f33a2767aa
Refactor container restart policy tests to e2e/common/node
...
- Added validation for lastTerminationStatus
2026-03-09 23:05:05 +00:00
Mads Jensen
1f2b70a043
Lint: Use modernize/rangeint in test/{e2e,e2e_node,images,soak}
2026-03-07 10:17:31 +01:00
Yuan Wang
906134cee9
Update pod after the container is removed
...
Ensures the single-container pod can restart quickly
2026-03-05 23:21:33 +00:00
Kubernetes Prow Robot
dd0958fece
Merge pull request #136851 from jiefeng-xu/jiefeng/fix-gpu-flake-136378
...
test/e2e/node: reduce flakiness in GPU nvidia-smi test
2026-03-04 08:56:17 +05:30
Kevin Hannon
b26954bc0f
merging the pod rejection
...
generation test into pod_admission.go and commenting out
PodReadyToStartContainers. Conformance promotion will follow in a
separate PR once this lands green, per review feedback.
2026-03-03 13:58:04 -05:00
Jiefeng Xu
b738ae6d97
test/e2e/node: handle quick pod completion in GPU startup wait
2026-03-01 11:50:57 -08:00
Chandan Maurya
e54eef10d1
Use localhost image reference in PodObservedGenerationTracking test
...
The test uses an invalid image to induce a pull error. The previous image
name 'some-image-that-doesnt-exist' causes slow DNS/registry resolution
on some environments (especially metal), leading to 30s timeouts.
Using 'localhost/some-image-that-does-not-exist' makes the pull fail
instantly since there is no registry on localhost, avoiding flaky
timeouts.
2026-02-26 10:04:00 +05:30
Kubernetes Prow Robot
9dc55d7d9e
Merge pull request #135729 from yangjunmyfm192085/fixe2e2
...
test/e2e: e2e test cases `should support seccomp default, which is unconfined [LinuxOnly]`. Execution failed.
2026-02-11 09:26:08 +05:30
杨军10092085
d94808665c
e2e test cases should support seccomp default, which is unconfined [LinuxOnly]. Execution failed.
2026-02-11 08:17:31 +08:00
Jiefeng Xu
6e203664eb
test/e2e/node: reduce flakiness in GPU nvidia-smi test
2026-02-08 22:40:45 -08:00
Mads Jensen
757647786d
Remove redundant re-assignments in for-loops in test/{e2e,integration,utils}
...
The modernize forvar rule was applied. There are more details in this blog
post: https://go.dev/blog/loopvar-preview
2026-01-25 22:58:27 +01:00
Sotiris Salloumis
d9c3ec29ad
Move getNodeAllocatableAndAvailableValues to framework
...
To allow use of this good method from future tests using
e2enode test framework.
2026-01-21 19:41:08 +01:00
Patrick Ohly
47d02070ba
E2E: remove unnecessary trailing spaces in test names
...
The spaces are unnecessary because Ginkgo adds spaces automatically.
This was detected before only for tests using the wrapper functions,
now it also gets detected for ginkgo methods.
2026-01-07 12:05:43 +01:00
ndixita
10b73f8ef9
Test fixes
...
Signed-off-by: ndixita <ndixita@google.com>
2025-11-12 06:21:06 +00:00
ndixita
1733d8fc8c
e2e tests
...
Signed-off-by: ndixita <ndixita@google.com>
2025-11-11 18:19:09 +00:00
ndixita
efc3126b76
Adding Resources and AllocatedResoures fields to the list of expected fields in PodStatus in admission test
2025-11-11 18:15:20 +00:00
Yuan Wang
0b47a37861
Keep pod in running state and prune past container status from runtime
2025-11-11 06:37:49 +00:00
Yuan Wang
aac951d902
Add dependency for NodeDeclaredFeatures
2025-11-10 09:41:02 +00:00
Yuan Wang
2eb1eeeabf
add disruptive tests
2025-11-10 09:41:02 +00:00
Yuan Wang
83c5cd5526
Implement restartPod action
2025-11-10 09:41:02 +00:00
Lubomir I. Ivanov
396a7c1a12
test/e2e/node: add minimum kubelet version to some pod tests
...
A couple of tests were recently promoted to conformance
but they did not include a minimimum kubelet version,
which broke the kubeadm/kinder e2e jobs that skew the kubelet
version against the apiserver version.
2025-11-05 12:06:47 +02:00
Natasha Sarkar
2a217a9bfd
promote pod generation tests to conformance
2025-10-29 20:57:59 +00:00
Natasha Sarkar
21c832b47d
promote pod generation to GA
2025-10-29 15:52:17 +00:00
Kubernetes Prow Robot
c7f910ed1f
Merge pull request #133762 from natasha41575/expandQuotaTests
...
[InPlacePodVerticalScaling] Expand coverage for resourceQuota and limitRanger e2e tests
2025-10-02 00:10:56 -07:00
Michael Aspinwall
84f85712be
feat: Add matcher and conformance tests ensuring that RV is uint128
2025-10-01 00:01:50 +00:00
Michael Aspinwall
37fcfcd29e
feat: Add conformance tests for all resources for comparable resource version
2025-09-29 23:32:07 +00:00
Natasha Sarkar
89b75e998d
expand coverage for resource quota and limit ranger tests
2025-09-19 15:44:42 +00:00
Mauricio Poppe
55700685bd
Revert "Add retries to node's crictl test"
2025-09-08 20:35:31 -04:00
Sascha Grunert
c8f8f66e6d
Increase termination timeout for evicted pods should be terminal test
...
This doubles the termination timeout for the eviction test from 5min to
10min. Reason for that is that the eviction manager relies on pod stats
metrics, which may not be acceessible during a period of time because of
the kubelet API unreachable. This could be reasoned in hardware or
network pressure when multiple tests run in parallel.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2025-09-03 08:58:46 +02:00
Natasha Sarkar
f1d980adf9
separate resource-quota and limit-ranger resize tests
2025-08-28 15:56:10 +00:00
Mauricio Poppe
e1dd085ffe
Add retries to node's crictl test.
...
In addition, simplify the test by only considering the output of
`crictl version` which already displays info about the container
runtime.
2025-08-12 16:31:39 +00:00
yliao
23d6f73e72
extended resource backed by DRA: test
2025-07-29 18:55:28 +00:00
Yuan Wang
4b479da4b5
Remove the feature from e2e test
2025-07-28 16:33:20 +00:00
Yuan Wang
b34f8782e2
Add e2e tests
2025-07-24 16:49:54 +00:00
Kubernetes Prow Robot
4676341457
Merge pull request #133065 from natasha41575/dedupe-resize-test
...
dedupe fetching allocatable and available resources in node test
2025-07-22 17:56:27 -07:00
ylink-lfs
fb4e252224
test: add batch pod deletion for kubelet e2e tests
2025-07-19 14:13:59 +08:00
Natasha Sarkar
13a6d2121c
check a couple extra failure scenarios
2025-07-18 23:30:54 +00:00
Natasha Sarkar
5d31866313
dedupe fetching allocatable and available resources in node test
2025-07-18 17:50:07 +00:00
Natasha Sarkar
f456a70bde
use CreateBatch and MakeResizePatch
2025-07-17 19:19:05 +00:00
Natasha Sarkar
86bc1bf0a4
more complex e2e test for deferred resizes
2025-07-17 17:50:45 +00:00
Natasha Sarkar
237fbde8b1
clean up e2e test and sorting code
2025-07-10 22:30:21 +00:00
Natasha Sarkar
6052c569db
prioritize resize requests by priorityClass and qos class
2025-07-10 18:01:15 +00:00
PatrickLaabs
e74bbd5db4
chore: depr. pointer pkg replacement for test/e2e
2025-07-06 22:32:21 +02:00
carlory
5e54df3e72
Fix [Failing test] [sig-node] [Feature:GPUDevicePlugin] [Serial]-related tests
2025-06-19 15:32:23 +08:00
Kubernetes Prow Robot
0e674fd468
Merge pull request #130107 from carlory/fix-getPodMatches
...
fix getPodMatches should call /runningpods endpoint
2025-06-13 01:46:56 -07:00
Kubernetes Prow Robot
901d1249b5
Merge pull request #131801 from natasha41575/move-handle-pod-additions
...
move pod admission and resize logic into the allocation manager
2025-06-02 13:42:38 -07:00
Natasha Sarkar
676978641e
address feedback
2025-05-19 19:38:42 +00:00