summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2018-03-16 06:48:53 +0300
committerMichael Klishin <michael@clojurewerkz.org>2018-03-16 17:14:12 +0300
commit06afc7fe367e2635221b96ec5081b811c5883211 (patch)
treeebdf8bad0dbf0d6752a2ccc9e6f05d2cc013e942 /test
parentb7a756c5ec573c88582a8a713920b762b1cb2d4c (diff)
downloadrabbitmq-server-git-06afc7fe367e2635221b96ec5081b811c5883211.tar.gz
Wording
(cherry picked from commit a4cb92a27dd93903417e2de59abb9bb9dff77571)
Diffstat (limited to 'test')
-rw-r--r--test/clustering_management_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/clustering_management_SUITE.erl b/test/clustering_management_SUITE.erl
index 53ce081cf8..1d121c368f 100644
--- a/test/clustering_management_SUITE.erl
+++ b/test/clustering_management_SUITE.erl
@@ -641,7 +641,7 @@ concurrent_default_data_creation(Config) ->
[Rabbit, Hare] = rabbit_ct_broker_helpers:get_node_configs(Config,
nodename),
%% Run multiple times to detect a race.
- %% This test simulates cocurrent database initialisation.
+ %% This test simulates concurrent initialisation of several key node DB tables.
%% Since this is node-local state, in practice this can only
%% happen when a new cluster is formed and two nodes are booting
%% at roughly the same time (say, within a couple of ms from each other).