@@ -279,7 +279,7 @@ consume_from_queue(Config) ->
279
279
280
280
publish (Ch , QQ ),
281
281
wait_for_messages (Config , 0 , QQ , <<" 1" >>, <<" 1" >>, <<" 0" >>),
282
- consume (Ch , QQ , true ),
282
+ consume (Ch , QQ , false ),
283
283
wait_for_messages (Config , 0 , QQ , <<" 1" >>, <<" 0" >>, <<" 1" >>),
284
284
rabbit_ct_client_helpers :close_channel (Ch ),
285
285
wait_for_messages (Config , 0 , QQ , <<" 1" >>, <<" 1" >>, <<" 0" >>).
@@ -296,7 +296,7 @@ consume_and_autoack_from_queue(Config) ->
296
296
297
297
publish (Ch , QQ ),
298
298
wait_for_messages (Config , 0 , QQ , <<" 1" >>, <<" 1" >>, <<" 0" >>),
299
- consume (Ch , QQ , false ),
299
+ consume (Ch , QQ , true ),
300
300
wait_for_messages (Config , 0 , QQ , <<" 0" >>, <<" 0" >>, <<" 0" >>),
301
301
rabbit_ct_client_helpers :close_channel (Ch ),
302
302
wait_for_messages (Config , 0 , QQ , <<" 0" >>, <<" 0" >>, <<" 0" >>).
@@ -311,7 +311,7 @@ consume_from_empty_queue(Config) ->
311
311
? assertEqual ({'queue.declare_ok' , QQ , 0 , 0 },
312
312
declare (Ch , QQ , [{<<" x-queue-type" >>, longstr , <<" quorum" >>}])),
313
313
314
- consume_empty (Ch , QQ , true ).
314
+ consume_empty (Ch , QQ , false ).
315
315
316
316
% %----------------------------------------------------------------------------
317
317
0 commit comments