diff options
| author | Daniil Fedotov <dfedotov@pivotal.io> | 2017-03-20 09:50:55 +0000 |
|---|---|---|
| committer | Daniil Fedotov <dfedotov@pivotal.io> | 2017-04-12 12:13:43 +0100 |
| commit | 256caaeb3e69294c5ff1c2a3d29cb3957d021f87 (patch) | |
| tree | 7c307bdc1e4c7864994c891ef1e6dd870b63b67c /test | |
| parent | 6a95535314def537e564a34c15733c1a20eff20d (diff) | |
| download | rabbitmq-server-git-256caaeb3e69294c5ff1c2a3d29cb3957d021f87.tar.gz | |
Migrating to per-vhost supervisor message store.
Support reading/saving recovery terms from global storage to per-vhost storages.
Diffstat (limited to 'test')
| -rw-r--r-- | test/unit_inbroker_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit_inbroker_SUITE.erl b/test/unit_inbroker_SUITE.erl index 600ece9378..be7a6757f7 100644 --- a/test/unit_inbroker_SUITE.erl +++ b/test/unit_inbroker_SUITE.erl @@ -829,7 +829,7 @@ bq_queue_recover1(Config) -> rabbit_amqqueue:declare(queue_name(Config, <<"bq_queue_recover-q">>), true, false, [], none, <<"acting-user">>), publish_and_confirm(Q, <<>>, Count), -%% TODO: per-vhost supervisor + SupPid = rabbit_ct_broker_helpers:get_queue_sup_pid(Q), true = is_pid(SupPid), exit(SupPid, kill), |
