Kubernetes Prow Robot
7eae33cb0e
Merge pull request #101464 from Nick-Triller/deflake_assert_events
...
e2e: deflake test by not relying on events
2021-06-24 17:44:45 -07:00
Sergey Kanzhelev
ff0f83b4b2
skipping more tests in case when ExecProbeTimeout set to false
2021-06-15 00:24:09 +00:00
Kubernetes Prow Robot
9f7c9c322f
Merge pull request #101738 from matthyx/deflake-startupprobe
...
fix manual trigger of readinessProbe on startupProbe success
2021-06-03 14:34:42 -07:00
Kubernetes Prow Robot
916ed1d3ad
Merge pull request #100543 from chaitanyabandi/variable-expansion
...
Don't replace pod annotations in variable expansion test
2021-05-21 17:43:37 -07:00
Chaitanya Bandi
0681a44672
Don't replace pod annotations in variable expansion test
...
This change fixes the "Variable Expansion should verify that a failing subpath
expansion can be modified during the lifecycle of a container" conformance test
where the annotations are replaced with those used by the test, instead of
appending them.
This may cause undesirable side-effects with other controllers that may be
using pod annotations.
2021-05-21 13:38:04 -07:00
Stephen Heywood
4e3d006001
Increase TerminationGracePeriodSeconds to 1
2021-05-12 11:09:34 +12:00
Nick Triller
5ea0162906
e2e: deflake test by not relying on events
2021-05-06 10:49:21 +02:00
Matthias Bertschy
3916c00955
fix manual trigger of readinessProbe on startupProbe success
2021-05-05 11:21:40 +02:00
Antonio Ojea
3511357c0a
Revert "Deflake startupProbe e2e test"
...
This reverts commit bcd582030f .
2021-05-01 10:29:03 +02:00
Kubernetes Prow Robot
6e29545168
Merge pull request #99998 from matthyx/deflake-startupprobe
...
Deflake startupProbe e2e test
2021-04-29 01:16:50 -07:00
Matthias Bertschy
bcd582030f
Deflake startupProbe e2e test
...
Co-authored-by: Sergey Kanzhelev <S.Kanzhelev@live.com >
2021-04-28 07:07:01 +02:00
Kubernetes Prow Robot
21ab9c4175
Merge pull request #95286 from SergeyKanzhelev/removePodUnknown
...
Deprecating PodUnknown podPhase
2021-04-27 11:21:38 -07:00
Kubernetes Prow Robot
3eac797255
Merge pull request #100200 from jackfrancis/ctx-respect-ExecProbeTimeout
...
respect ExecProbeTimeout=false for dockershim
2021-04-10 22:55:59 -07:00
Kubernetes Prow Robot
e188a36408
Merge pull request #100836 from dims/fix-file-mode-condition-for-host_path-storage-test
...
Fix file mode condition for host_path storage test
2021-04-10 19:03:39 -07:00
Kubernetes Prow Robot
4959cd6339
Merge pull request #100671 from Niekvdplas/spelling-mistakes
...
Fixed several spelling mistakes
2021-04-09 05:19:45 -07:00
Kubernetes Prow Robot
c648d897e8
Merge pull request #100433 from gavinfish/e2e-common-unify
...
Unify some methods in e2e common
2021-04-08 22:09:14 -07:00
Jack Francis
5a43067915
respect ExecProbeTimeout
2021-04-07 12:38:19 -07:00
Sergey Kanzhelev
4b05fe6644
podUnknown is marked as Obsolete
2021-04-06 22:43:08 +00:00
Davanum Srinivas
766c6706c4
Fix file mode condition for host_path storage test
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2021-04-05 09:25:45 -04:00
James Sturtevant
d0683b8ce2
align some of the pod start up times
2021-04-02 11:29:38 -07:00
Niekvdplas
fec272a7b2
Fixed several spelling mistakes
2021-03-30 23:02:09 +02:00
Kubernetes Prow Robot
770d3f181c
Merge pull request #99734 from wgahnagl/sysctls-conformance
...
Promote sysctls e2e test to Conformance
2021-03-26 18:26:43 -07:00
Skyler Clark
c6b99025a6
adds sysctls conformance tests
2021-03-25 09:28:25 -04:00
drfish
0558ca1918
Unify some methods in e2e common
2021-03-21 21:51:56 +08:00
Kubernetes Prow Robot
d39c427d01
Merge pull request #100050 from neolit123/1.21-tag-node-probe-test-with-kubelet-version
...
e2e/common/node: tag tests with MinimumKubeletVersion
2021-03-12 18:01:03 -08:00
Elana Hashman
06e634e216
Add e2es for terminationGracePeriod override
2021-03-11 14:38:06 -08:00
Lubomir I. Ivanov
d9facaec82
e2e/common/node: tag test with MinimumKubeletVersion
...
The tests:
"Pod liveness probe, container exec timeout, restart"
"Pod readiness probe, container exec timeout, not ready"
cannot be run against a kubelet older than 1.20.
Tag them with [MinimumKubeletVersion:1.20].
2021-03-11 01:03:05 +02:00
Davanum Srinivas
6c76fe9c14
Skip test when depending on feature
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2021-03-09 17:22:10 -05:00
Davanum Srinivas
ecc8de7083
Revert : conformance: promote container exec probe timeout tests
...
Reverting af3e118b1f and
2242d0ffc4 as these tests fail when
ExecProbeTimeout feature gate is turned on.
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2021-03-09 17:05:07 -05:00
Kubernetes Prow Robot
b85313b6dd
Merge pull request #99853 from wojtek-t/cleanup_describe_17
...
Cleanup the remaining multi-owned sig-node tests
2021-03-08 19:23:44 -08:00
Kubernetes Prow Robot
c193c1b234
Merge pull request #98376 from matthyx/mega
...
Make all health checks probing consistent
2021-03-06 11:45:41 -08:00
Matthias Bertschy
b203fb0565
Deflake e2e test for startupProbe
2021-03-06 14:43:45 +01:00
wojtekt
ae8baefeff
Cleanup the remaining multi-owned sig-node tests
2021-03-05 20:27:31 +01:00
Derek Carr
6215b12c84
e2e testing for hugepages downward api
2021-03-05 11:11:27 -05:00
Matthias Bertschy
431e6a7044
Move readinessManager updates handling to kubelet
2021-03-05 07:02:25 +01:00
Matthias Bertschy
4870e64ac1
Improve update time of readiness state
2021-03-05 07:02:24 +01:00
wojtekt
3b438eb4e5
Cleanup test/e2e/common directory - part2
2021-03-03 10:27:35 +01:00
wojtekt
f4407f4db8
Assign remaining test/e2e/common test to SIGs
2021-03-02 21:34:58 +01:00
Benjamin Elder
56e092e382
hack/update-bazel.sh
2021-02-28 15:17:29 -08:00
wojtekt
cad9957f95
Remove KubeDescribe from SIGDescribe calls
2021-02-26 08:49:25 +01:00
Kubernetes Prow Robot
58052f4dff
Merge pull request #99469 from wojtek-t/cleanup_describe_6
...
Move common/volume.go test to the storage dir
2021-02-25 14:46:17 -08:00
wojtekt
67de069dd1
Move common/volume.go test to the storage dir
2021-02-25 20:40:08 +01:00
wojtekt
22429ab642
Align ownership of secret and configmap tests to sig-node
2021-02-25 14:38:02 +01:00
wojtekt
7b2458ac01
Cleanup tests/e2e/common directory - part 1
2021-02-24 20:44:14 +01:00
Kubernetes Prow Robot
9a8da9ee43
Merge pull request #97619 from andrewsykim/conformance-probe-tests
...
conformance: promote container exec probe timeout tests
2021-02-23 22:56:49 -08:00
Kubernetes Prow Robot
82df435300
Merge pull request #99016 from wojtek-t/sig_describe
...
Minor refactor of test/e2e/common names
2021-02-18 10:03:04 -08:00
Antonio Ojea
3d00e9a303
e2e emptydir shared volumes wait for running but not ready
2021-02-17 22:17:39 +01:00
Antonio Ojea
0f1125d8d1
e2e configmap wait for pod is running but not ready
2021-02-17 22:15:30 +01:00
Antonio Ojea
3967bc6942
e2e pod readiness gates wait pod is running
2021-02-17 22:15:30 +01:00
wojtekt
498441448c
Minor refactor of test/e2e/common names
2021-02-15 08:16:01 +01:00