diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2018-03-08 04:16:11 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2018-03-08 04:16:11 +0300 |
| commit | 500d31679603b6eaf9f70ad5237e7ec2070b30b8 (patch) | |
| tree | 9ae66ea2d847b690286564cf4447ced194439be0 /test | |
| parent | 13d0b0191e30b122d876d5e21631363fb5ebc002 (diff) | |
| parent | cb77f6737304946b2a006274eb171901dd369a3f (diff) | |
| download | rabbitmq-server-git-500d31679603b6eaf9f70ad5237e7ec2070b30b8.tar.gz | |
Merge branch 'v3.7.x'
Diffstat (limited to 'test')
| -rw-r--r-- | test/queue_master_location_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/queue_master_location_SUITE.erl b/test/queue_master_location_SUITE.erl index 48d9e0c5d1..94101567f6 100644 --- a/test/queue_master_location_SUITE.erl +++ b/test/queue_master_location_SUITE.erl @@ -217,7 +217,7 @@ calculate_min_master_with_bindings(Config) -> Args = [{<<"x-queue-master-locator">>, longstr, <<"min-masters">>}], declare(Config, QueueName, false, false, Args, none), verify_min_master(Config, Q), - % Do 20 bindings to this queue + %% Add 20 bindings to this queue [ bind(Config, QueueName, integer_to_binary(N)) || N <- lists:seq(1, 20) ], QueueName1 = rabbit_misc:r(<<"/">>, queue, Q1 = <<"qm.test_unbound">>), |
