Commit 16d681d
authored
Fix rolling updates flaky tests (#105)
Recently we added a new feature that allowed cluster rolling updates,
allowing users to request 1.25->1.29 cluster upgrades. The tests of this
feature consisted of creating a 1.27 cluster, patching 1.29 as version
and then testing that the cluster goes from 1.27 to 1.28 then 1.29.
However we realized that sometimes when checking that the cluster is in
1.28, we find that it's actually 1.29... meaning that the waiter didn't
get the chance to find the cluster in a an active_state...
This patch reduce the waiter delay to quickly catch the cluster in a
active_state
Signed-off-by: Amine Hilaly <hilalyamine@gmail.com>
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.1 parent 59a0ab3 commit 16d681d
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
| |||
0 commit comments