Commit ac941ac
committed
e2e:serial: pull daemonset object in eventually to ensure updates
Sometimes it takes longer time to have the daemonset updates its pods
amounts. The problem with the old code is that in an Eventually it waits
for the daemonset pods number to get updated to the expected number
while using an old daemonset object. To fix this, just pull the
daemonset object in every iteration to ensure the code in the eventaully
is using the most updated data.
Signed-off-by: Shereen Haj <[email protected]>1 parent 6452791 commit ac941ac
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
| 472 | + | |
472 | 473 | | |
| 474 | + | |
473 | 475 | | |
474 | 476 | | |
475 | | - | |
476 | 477 | | |
477 | 478 | | |
478 | 479 | | |
| |||
0 commit comments