Skip to content

Commit

Permalink
Minor adjustment to minimize changes to testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
zuiderkwast committed Sep 19, 2023
1 parent 88f8732 commit 0deb5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ered_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,9 @@ t_blackhole(_) ->
?OPTIONAL_MSG(#{msg_type := node_down_timeout, addr := {"127.0.0.1", Port}}),
?OPTIONAL_MSG(#{msg_type := cluster_not_ok, reason := master_down}),
?MSG(#{msg_type := node_deactivated, addr := {"127.0.0.1", Port}}),
?OPTIONAL_MSG(#{msg_type := cluster_ok}),
?MSG(#{msg_type := client_stopped, reason := normal, master := false},
CloseWait + 1000),
?OPTIONAL_MSG(#{msg_type := cluster_ok}),

ct:pal("Unpausing container: " ++ os:cmd("docker unpause " ++ Pod)),
timer:sleep(500),
Expand Down

0 comments on commit 0deb5e8

Please sign in to comment.