summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-07-18 18:34:53 +0100
committerSimon MacMullen <simon@rabbitmq.com>2011-07-18 18:34:53 +0100
commit4cdfecb32687897fb8330a1aa1003c7434009785 (patch)
tree9c7d732b66065d7c634b9e4adb1e522e77f9a4d2
parent8427ac34feaaeb7db3560fd274fe0d1d02e5fe78 (diff)
downloadrabbitmq-server-git-4cdfecb32687897fb8330a1aa1003c7434009785.tar.gz
Bigger comment.
-rw-r--r--src/rabbit_tests.erl5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/rabbit_tests.erl b/src/rabbit_tests.erl
index 3008c74cd3..2e4544114a 100644
--- a/src/rabbit_tests.erl
+++ b/src/rabbit_tests.erl
@@ -1672,7 +1672,10 @@ test_backing_queue() ->
passed = test_queue_recover(),
application:set_env(rabbit, queue_index_max_journal_entries,
MaxJournal, infinity),
- ok = restart_app(), %% reset rabbit_sup's restart order
+ %% We will have restarted the message store, and thus changed
+ %% the order of the children of rabbit_sup. This will cause
+ %% problems if there are subsequent failures - see bug 24262.
+ ok = restart_app(),
passed;
_ ->
passed