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
commit0444295d7dfb4d54c58b30ded369e06b1eeb5eb0 (patch)
tree9c7d732b66065d7c634b9e4adb1e522e77f9a4d2
parent133316568d7e38aeccfa2ca53438667286b6dc6b (diff)
downloadrabbitmq-server-bug24262.tar.gz
Bigger comment.bug24262
-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 3008c74c..2e454411 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