summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2009-06-05 17:27:25 +0100
committerMatthew Sackman <matthew@lshift.net>2009-06-05 17:27:25 +0100
commit059a183f76528c62e321f08a4ff57c4cf6f57353 (patch)
treee869e1d70798a628ec2f5e1537a5bce6fec410a6
parentf2fd94e983f4f7007a6041576f12b07125722bbb (diff)
downloadrabbitmq-server-git-059a183f76528c62e321f08a4ff57c4cf6f57353.tar.gz
need to leave the disk queue running so that the rest of the tests go through
-rw-r--r--src/rabbit_tests.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rabbit_tests.erl b/src/rabbit_tests.erl
index 849f8c2ad7..a61f4c3fc3 100644
--- a/src/rabbit_tests.erl
+++ b/src/rabbit_tests.erl
@@ -703,6 +703,8 @@ test_disk_queue() ->
passed = rdq_test_redeliver(),
passed = rdq_test_purge(),
passed = rdq_test_dump_queue(),
+ rdq_virgin(),
+ rdq_start(),
passed.
rdq_time_tx_publish_commit_deliver_ack(Qs, MsgCount, MsgSizeBytes) ->