summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2009-07-01 17:53:53 +0100
committerMatthew Sackman <matthew@lshift.net>2009-07-01 17:53:53 +0100
commitf58589539ce169a0e23ee05dfd43fec170250e13 (patch)
tree20c1224f4947027bbdab2ec810fc3d7c8bb655f5 /src
parent0467f46ce844d8e08e919f502d2a9dd686b11a47 (diff)
downloadrabbitmq-server-git-f58589539ce169a0e23ee05dfd43fec170250e13.tar.gz
Well after all that pain, simply doing the disk queue tests first seems to solve the problems. I don't quite buy this though, as all I was doing was stopping and starting the app so I don't understand why this was affecting the clustering configuration or causing issues _much_ further down the test line. But still, it seems to be repeatedly passing for me atm.
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_tests.erl4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/rabbit_tests.erl b/src/rabbit_tests.erl
index b80bdab201..05a6393b23 100644
--- a/src/rabbit_tests.erl
+++ b/src/rabbit_tests.erl
@@ -47,6 +47,7 @@ test_content_prop_roundtrip(Datum, Binary) ->
Binary = rabbit_binary_generator:encode_properties(Types, Values). %% assertion
all_tests() ->
+ passed = test_disk_queue(),
passed = test_priority_queue(),
passed = test_parsing(),
passed = test_topic_matching(),
@@ -56,7 +57,6 @@ all_tests() ->
passed = test_cluster_management(),
passed = test_user_management(),
passed = test_server_status(),
- passed = test_disk_queue(),
passed.
test_priority_queue() ->
@@ -698,8 +698,6 @@ test_disk_queue() ->
passed = rdq_test_mixed_queue_modes(),
passed = rdq_test_mode_conversion_mid_txn(),
rdq_virgin(),
- ok = control_action(stop_app, []),
- ok = control_action(start_app, []),
passed.
benchmark_disk_queue() ->