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.
1 parent 2bacf71 commit 5518a92Copy full SHA for 5518a92
deps/rabbitmq_shovel/test/shovel_dynamic_SUITE.erl
@@ -72,9 +72,9 @@ tests() ->
72
autodelete_classic_on_publish_no_transfer,
73
autodelete_quorum_on_publish_no_transfer,
74
%% AMQP091 and local shovels requeue messages on reject
75
- %% AMQP10 discards messages on reject
76
- %% These two tests will remain commented out until the
77
- %% behaviour is unified.
+ %% while AMQP10 discards messages on reject.
+ %% These two tests will remain commented out until a decision on
+ %% which behavior to adopt for both is made and implemented.
78
%% autodelete_classic_on_confirm_with_rejections,
79
%% autodelete_quorum_on_confirm_with_rejections,
80
autodelete_classic_on_publish_with_rejections,
@@ -125,7 +125,7 @@ init_per_group(amqp10, Config) ->
125
{dest_protocol, <<"amqp10">>},
126
{src_address, <<"src-address">>},
127
{dest_address, <<"dest-address">>}
128
- ]);
+ ]);
129
init_per_group(local, Config) ->
130
rabbit_ct_helpers:set_config(
131
Config,
0 commit comments