We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad34a4 commit 0fdce27Copy full SHA for 0fdce27
test/dynamic_ha_SUITE.erl
@@ -265,10 +265,13 @@ failing_random_policies(Config) ->
265
%% Those set of policies were found as failing by PropEr in the
266
%% `random_policy` test above. We add them explicitely here to make
267
%% sure they get tested.
268
- true = test_random_policy(Config, Nodes,
269
- [{nodes, [A, B]}, {nodes, [A]}]),
270
271
- [{exactly, 3}, undefined, all, {nodes, [B]}]).
+ ?assertEqual(true, test_random_policy(Config, Nodes,
+ [{nodes, [A, B]}, {nodes, [A]}])),
+ [{exactly, 3}, undefined, all, {nodes, [B]}])),
272
273
+ [all, undefined, {exactly, 2}, all, {exactly, 3}, {exactly, 3},
274
+ undefined, {exactly, 3}, all])).
275
276
%%----------------------------------------------------------------------------
277
0 commit comments