Commit 065949b
upgrade.go: wait some time after node upgrade
For the "Cluster should remain functional during upgrade" test, TRT
noticed flakes from the step that verifies that deamonsets are running
on all expected nodes afer an upgrade. This flake was caused by the
verification of the deamonset happening too quickly after the upgrade.
As soon as the last upgraded node becomes ready the check happens, but it
doesn't always leave enough time for the deamonset to restart, thus
causing the test to fail.
Signed-off-by: Damien Grisonnet <[email protected]>1 parent 1718cf2 commit 065949b
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
191 | 194 | | |
192 | 195 | | |
193 | 196 | | |
| |||
0 commit comments