kubernetes/test/e2e/common
Davanum Srinivas 48f67b9656
Add timeout to ImagePullTest poll loop to prevent infinite hangs
ImagePullTest was using wait.PollUntilContextCancel which has no
timeout, causing tests to hang for hours when the expected container
state is never reached (e.g., ErrImageNeverPull).

Changed to wait.PollUntilContextTimeout with ContainerStatusRetryTimeout
(5 minutes), matching the pattern used by other tests in the same file.

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2026-01-23 18:19:17 -05:00
..
apimachinery Document 0 as a special case in RV comparison 2025-10-01 03:09:26 +00:00
network e2e: use framework labels 2023-11-01 15:17:34 +01:00
node Add timeout to ImagePullTest poll loop to prevent infinite hangs 2026-01-23 18:19:17 -05:00
storage delete test/e2e/common/storage/volumes.go 2025-02-18 14:18:25 +08:00
imports.go Cleanup tests/e2e/common directory - part 1 2021-02-24 20:44:14 +01:00
OWNERS Remove ehashman from sig-node roles 2022-11-01 12:16:43 -07:00
util.go ci: remove httpd usage while using agnhost instead 2025-09-01 20:11:18 +08:00