diff options
| author | kjnilsson <knilsson@pivotal.io> | 2020-07-10 14:25:17 +0100 |
|---|---|---|
| committer | kjnilsson <knilsson@pivotal.io> | 2020-09-07 09:42:10 +0100 |
| commit | ce230316d4a5fb623b7a3567f35c3d0c033a6dbf (patch) | |
| tree | d77d164ffb3b804d75fccfadead5ff3bfd5e778d /test | |
| parent | a5469e186c2f2d49876da49b9bee98df64ea6c73 (diff) | |
| download | rabbitmq-server-git-ce230316d4a5fb623b7a3567f35c3d0c033a6dbf.tar.gz | |
test fixes
Diffstat (limited to 'test')
| -rw-r--r-- | test/quorum_queue_SUITE.erl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/quorum_queue_SUITE.erl b/test/quorum_queue_SUITE.erl index ccb1e1f4d8..5f14cdef25 100644 --- a/test/quorum_queue_SUITE.erl +++ b/test/quorum_queue_SUITE.erl @@ -346,7 +346,7 @@ declare_invalid_args(Config) -> declare(rabbit_ct_client_helpers:open_channel(Config, Server), LQ, [{<<"x-queue-type">>, longstr, <<"quorum">>}, {<<"x-overflow">>, longstr, XOverflow}])) - || XOverflow <- [<<"reject-publish">>, <<"reject-publish-dlx">>]], + || XOverflow <- [<<"reject-publish-dlx">>]], ?assertExit( {{shutdown, {server_initiated_close, 406, _}}, _}, @@ -1038,6 +1038,7 @@ publishing_to_unavailable_queue(Config) -> ok = rabbit_ct_broker_helpers:stop_node(Config, Server1), ok = rabbit_ct_broker_helpers:stop_node(Config, Server2), + ct:pal("opening channel to ~w", [Server]), Ch = rabbit_ct_client_helpers:open_channel(Config, Server), #'confirm.select_ok'{} = amqp_channel:call(Ch, #'confirm.select'{}), amqp_channel:register_confirm_handler(Ch, self()), |
