From 0deb5e825c347d8bf3a2e381e9fa0a21d41c69ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20S=C3=B6derqvist?= Date: Tue, 19 Sep 2023 14:08:36 +0200 Subject: [PATCH] Minor adjustment to minimize changes to testcase --- test/ered_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ered_SUITE.erl b/test/ered_SUITE.erl index 1ebccc3..378e0e4 100644 --- a/test/ered_SUITE.erl +++ b/test/ered_SUITE.erl @@ -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),