Skip to content

Commit eaf208f

Browse files
dumbbellmergify[bot]
authored andcommitted
logging_SUITE: Don't use non-exclusive transient queues
[Why] They are deprecated. Currently, we simply got a warning in the logs but in a few minor versions, the testcase will start to fail because it may not be able to declare a queue. (cherry picked from commit df416eb) (cherry picked from commit 4d91f82)
1 parent 3e28685 commit eaf208f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/test/logging_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ logging_to_exchange_works(Config) ->
10551055
?assertMatch(
10561056
#'queue.declare_ok'{},
10571057
amqp_channel:call(Chan, #'queue.declare'{queue = QName,
1058-
durable = false})),
1058+
durable = true})),
10591059
?assertMatch(
10601060
#'queue.bind_ok'{},
10611061
amqp_channel:call(Chan, #'queue.bind'{queue = QName,

0 commit comments

Comments
 (0)