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.
2 parents 0caa066 + 2280e83 commit 7be20efCopy full SHA for 7be20ef
deps/rabbit/test/crashing_queues_SUITE.erl
@@ -81,7 +81,7 @@ crashing_durable(Config) ->
81
ConnB = rabbit_ct_client_helpers:open_connection(Config, B),
82
QName = <<"crashing-q">>,
83
amqp_channel:call(ChA, #'confirm.select'{}),
84
- test_queue_failure(A, ChA, ConnB, 1, 0,
+ test_queue_failure(A, ChA, ConnB, 1,
85
#'queue.declare'{queue = QName, durable = true}),
86
ok.
87
@@ -91,11 +91,11 @@ crashing_transient(Config) ->
91
92
93
94
- test_queue_failure(A, ChA, ConnB, 0, 0,
+ test_queue_failure(A, ChA, ConnB, 0,
95
#'queue.declare'{queue = QName, durable = false}),
96
97
98
-test_queue_failure(Node, Ch, RaceConn, MsgCount, FollowerCount, Decl) ->
+test_queue_failure(Node, Ch, RaceConn, MsgCount, Decl) ->
99
#'queue.declare_ok'{queue = QName} = amqp_channel:call(Ch, Decl),
100
try
101
publish(Ch, QName, transient),
0 commit comments