Skip to content

Commit f448f28

Browse files
author
Alexandru Scvortov
committed
merge bug22252 into default (how does basic.recover affect basic.qos limits?)
2 parents b3bd4c7 + 6028672 commit f448f28

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README-EXAMPLES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,4 @@ SpammyTopicProducer - Sends lots of different topic messages over AMQP.
8282
StressPersister - Stress test for persister.
8383
TestMain - RabbitMQ server regression tests.
8484
TracerConcurrencyTest - Tests correct concurrency behaviour of RabbitMQ tracer.
85+

test/src/com/rabbitmq/client/test/functional/QosTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ public void testRecoverReducesLimit() throws Exception {
377377
channel.basicRecover(true);
378378
drain(c, 2);
379379
}
380-
380+
381381
protected void runLimitTests(int limit,
382382
boolean multiAck,
383383
boolean txMode,

0 commit comments

Comments
 (0)