summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2009-10-19 16:54:43 +0100
committerMatthew Sackman <matthew@lshift.net>2009-10-19 16:54:43 +0100
commitc195f7ded31b013c15be5d194c1cd41223ddedff (patch)
tree901e7913fee893a6c10f83c488502dbbf1980c3e /src
parent8aed74110a5a16b6076342b890f91847c0dd695c (diff)
downloadrabbitmq-server-git-c195f7ded31b013c15be5d194c1cd41223ddedff.tar.gz
make sure we stop the msg_store at the start of the queue_index tests
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_tests.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rabbit_tests.erl b/src/rabbit_tests.erl
index 683d15c96a..71107f01c2 100644
--- a/src/rabbit_tests.erl
+++ b/src/rabbit_tests.erl
@@ -1021,6 +1021,7 @@ verify_read_with_published(_Delivered, _Persistent, _Read, _Published) ->
ko.
test_queue_index() ->
+ rabbit_msg_store:stop(),
ok = empty_test_queue(),
SeqIdsA = lists:seq(1,10000),
SeqIdsB = lists:seq(10001,20000),