Author: chirino
Date: Fri Nov 9 08:30:07 2007
New Revision: 593585
URL: http://svn.apache.org/viewvc?rev=593585&view=rev
Log:
Scale back this test a little bit. It was storing 1.6 GIG is message contents.
Which took a long time to store and also
will fail on machines that don't have the much free space. If we want to run
BIG tests like that they should go into a
system testing module. Scaled it back so that only 160 Megs of data are
generated by the test
Modified:
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/bugs/DurableConsumerTest.java
Modified:
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/bugs/DurableConsumerTest.java
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/bugs/DurableConsumerTest.java?rev=593585&r1=593584&r2=593585&view=diff
==============================================================================
---
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/bugs/DurableConsumerTest.java
(original)
+++
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/bugs/DurableConsumerTest.java
Fri Nov 9 08:30:07 2007
@@ -39,7 +39,7 @@
*/
public class DurableConsumerTest extends TestCase {
private static final Log LOG =
LogFactory.getLog(DurableConsumerTest.class);
- private static int COUNT = 1024*100;
+ private static int COUNT = 1024*10;
private static String CONSUMER_NAME = "DURABLE_TEST";
protected BrokerService broker;