Skip to content

Commit 14c75ae

Browse files
committed
tests: tamper dialyzer
1 parent 38ffcf8 commit 14c75ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/rbr_interleaving_SUITE.erl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ test_link_slowing(_Config) ->
7373
[["TestWrite"]]]),
7474

7575
remove_slow_link(Link),
76-
wait_until_notification(1),
76+
_= wait_until_notification(1),
7777

7878
%% all replicas should have received the written value
7979
?equals(prbr_values(), [[["TestWrite"]],
@@ -88,7 +88,7 @@ test_link_slowing2(_Config) ->
8888

8989
get_notified_by_message(2, [1,2,3,4], write),
9090
{ok, _} = write_via_node(2, "1", filter_list_append(), "TestWrite"),
91-
wait_until_notification(4),
91+
_= wait_until_notification(4),
9292

9393
%% all replicas should have received the written value
9494
?equals(prbr_values(), [[["TestWrite"]],
@@ -115,7 +115,7 @@ test_interleaving(_Config) ->
115115
get_notified_by_message(1, 1, write),
116116
_ = slow_link(1, [2,3,4], write),
117117
spawn(fun() -> write_via_node(1, Key, filter_list_append(), "WriteA") end),
118-
wait_until_notification(4),
118+
_= wait_until_notification(4),
119119

120120
%% read of client B
121121
_LinkB = slow_link(2, 1),

0 commit comments

Comments
 (0)