summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2011-10-15 12:07:18 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2011-10-15 12:07:18 +0100
commita94e4de87e32f7f85160a5e04e2d7092decafeb2 (patch)
treeff38ae0ec55b521cfb2b2122a03db4026f995831
parent68dbaf76d0aa04d8b03bfc1282eb2ed18fe68e67 (diff)
downloadrabbitmq-server-a94e4de87e32f7f85160a5e04e2d7092decafeb2.tar.gz
increase likelihood of hitting 'dying client' optimisation
-rw-r--r--src/rabbit_tests.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_tests.erl b/src/rabbit_tests.erl
index 595fb3fe..f6d8e0cc 100644
--- a/src/rabbit_tests.erl
+++ b/src/rabbit_tests.erl
@@ -2075,7 +2075,7 @@ test_msg_store_confirms(MsgIds, Cap, MSCState) ->
test_msg_store_client_delete_and_terminate() ->
restart_msg_store_empty(),
- MsgIds = [msg_id_bin(1)],
+ MsgIds = [msg_id_bin(M) || M <- lists:seq(1, 10)],
Ref = rabbit_guid:guid(),
MSCState = msg_store_client_init(?PERSISTENT_MSG_STORE, Ref),
ok = msg_store_write(MsgIds, MSCState),