Skip to content

Commit 0fc3f77

Browse files
Merge pull request #934 from basho/forwardport/zl/sure-up-yz_extractors
sure up possible race between upgrade and first check
2 parents f75d154 + 753940a commit 0fc3f77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/yz_extractors.erl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ confirm() ->
207207
%% Upgrade
208208
yokozuna_rt:rolling_upgrade(Cluster, current),
209209

210+
[rt:wait_until_ready(ANode) || ANode <- Cluster],
211+
210212
[rt:assert_capability(ANode, ?YZ_CAP, true) || ANode <- Cluster],
211213
[rt:assert_supported(rt:capability(ANode, all), ?YZ_CAP, [true, false]) ||
212214
ANode <- Cluster],

0 commit comments

Comments
 (0)