Skip to content

Commit 4d91f82

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)
1 parent b197867 commit 4d91f82

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
@@ -942,7 +942,7 @@ logging_to_exchange_works(Config) ->
942942
?assertMatch(
943943
#'queue.declare_ok'{},
944944
amqp_channel:call(Chan, #'queue.declare'{queue = QName,
945-
durable = false})),
945+
durable = true})),
946946
?assertMatch(
947947
#'queue.bind_ok'{},
948948
amqp_channel:call(Chan, #'queue.bind'{queue = QName,

0 commit comments

Comments
 (0)