kubernetes/test/integration/volume
Patrick Ohly 13cd40d718 E2E volume: fix restarting of watch
Presumably
https://github.com/kubernetes/kubernetes/pull/127260/files#r2405215911
was meant to continue polling after a watch was closed by the apiserver.
This is something that can happen under load.

However, returning the error has the effect that polling stops.
This can be seen as test failures when testing with race
detection enabled:

    persistent_volumes_test.go:1101: Failed to wait for all claims to be bound: watch closed
2025-10-07 10:22:35 +02:00
..
attach_detach_test.go Add integrate test to OOS node 2024-12-05 23:45:46 +08:00
main_test.go cleanup: delete rand.Seed(time.Now().UnixNano()) and using global number generator. 2024-03-18 08:10:12 +00:00
OWNERS put volumescheduling and volume intergation test under SIG-Storage reviewing 2024-08-21 18:38:00 +08:00
persistent_volumes_test.go E2E volume: fix restarting of watch 2025-10-07 10:22:35 +02:00