mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 08:35:22 +00:00
sure up possible race between upgrade and first check
(cherry picked from commit 867dc1a036
)
This commit is contained in:
parent
1b34707750
commit
dd033f9746
@ -207,6 +207,8 @@ confirm() ->
|
||||
%% Upgrade
|
||||
yokozuna_rt:rolling_upgrade(Cluster, current),
|
||||
|
||||
[rt:wait_until_ready(ANode) || ANode <- Cluster],
|
||||
|
||||
[rt:assert_capability(ANode, ?YZ_CAP, true) || ANode <- Cluster],
|
||||
[rt:assert_supported(rt:capability(ANode, all), ?YZ_CAP, [true, false]) ||
|
||||
ANode <- Cluster],
|
||||
|
Loading…
Reference in New Issue
Block a user