Skip to content

Commit

Permalink
test fix: exit when/if wait-for-cluster-state fails
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Aizman <[email protected]>
  • Loading branch information
alex-aizman committed Jun 20, 2021
1 parent d71c9fe commit 640eb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ais/tests/multiproxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1565,7 +1565,7 @@ func icSinglePrimaryRevamp(t *testing.T) {
smap, err = tutils.WaitForClusterState(proxyURL,
"restore node "+cmd.Node.ID(), smap.Version,
smap.CountActiveProxies()+1, smap.CountTargets())
tassert.CheckError(t, err)
tassert.CheckFatal(t, err)

baseParams = tutils.BaseAPIParams(cmd.Node.URL(cmn.NetworkPublic))
_, err = api.GetXactionStatus(baseParams, xactArgs)
Expand Down

0 comments on commit 640eb05

Please sign in to comment.