Files
kubernetes/test/e2e/network
Patrick Ohly e43065d542 e2e daemon set: better polling in CheckDaemonStatus
As a quick fix for a flake, bceec5a3ff
introduced polling with wait.Poll in all callers of CheckDaemonStatus.

This commit reverts all callers to what they were before (CheckDaemonStatus +
ExpectNoError) and implements polling according to E2E best practices
(https://github.com/kubernetes/community/blob/master/contributors/devel/sig-testing/writing-good-e2e-tests.md#polling-and-timeouts):

- no logging while polling
- support for progress reporting while polling
- last but not least, produce an informative failure message in case of a
  timeout, including a dump of the daemon set as YAML
2024-10-15 10:12:28 +02:00
..
2023-10-10 18:15:49 +02:00
2024-04-20 10:02:59 -04:00
2023-11-01 15:17:34 +01:00
2023-11-01 15:17:34 +01:00
2024-09-17 12:39:53 -07:00
2024-02-29 11:48:18 +08:00
2023-11-01 15:17:34 +01:00
2024-09-20 12:36:38 +05:30
2024-09-08 14:00:09 +00:00
2024-09-20 12:36:38 +05:30