Files
kubernetes/test
David Porter ddd0d8a3da test: fixes for graceful node shutdown test
* Bump the pod status and node status update timeouts to avoid flakes
* Add a small delay after dbus restart to ensure dbus has enough time to
  restart to startup prior to sending shutdown signal
* Change check of pod being terminated by graceful shutdown. Previously,
  the pod phase was checked to see if it was `Failed` and the pod reason
  string matched. This logic needs to change after 1.22 graceful node
  shutdown change introduced in PR #102344 which changed behavior to no
  longer put the pods into a failed phase. Instead, the test now checks
  that containers are not ready, and the pod status message and reason
  are set appropriately.

Signed-off-by: David Porter <david@porter.me>
2021-11-03 18:40:26 -07:00
..
2021-08-29 21:50:05 -07:00
2021-02-28 15:17:29 -08:00
2021-10-21 20:34:29 +05:30
2021-07-28 19:26:44 -07:00
2021-03-04 07:54:53 +01:00
2021-02-28 15:17:29 -08:00
2021-08-11 10:54:35 +02:00