summaryrefslogtreecommitdiff
path: root/java/systests
Commit message (Expand)AuthorAgeFilesLines
* QPID-3815: update test to expose the issue, we no longer log both the (unsupp...Robert Gemmell2012-02-061-18/+5
* QPID-3814: ensure the 0-10 client sends its version number during ConnectionS...Robert Gemmell2012-02-051-0/+33
* QPID-3813: allow configuring the default version reply to an unsupported prot...Robert Gemmell2012-02-041-7/+32
* QPID-3793: Remove test MessageStatisticsTest.testMessagePeakRates from test s...Robert Gemmell2012-02-041-22/+0
* QPID-3803: allow more time on persistent runs to help prevent sporadic failur...Robert Gemmell2012-02-041-3/+9
* QPID-3781: fix system test MaxDeliveryCountTest.testAsynchronousDupsOkSession...Robert Gemmell2012-02-031-2/+2
* QPID-3792: fix system test DurableSubscriptionTest.testDurSubAddMessageSelect...Robert Gemmell2012-02-031-14/+10
* QPID-3800: add the ability to disable particular protocol versions broker-wid...Robert Gemmell2012-02-021-0/+122
* QPID-3788: Remove remaining MINA configuration keys (and those from other ret...Keith Wall2012-01-283-14/+4
* QPID-3775: Automate the manual persistent store tests.Keith Wall2012-01-288-245/+393
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-2731-64/+73
* NO-JIRA: Ensure all control flow statements use braces (keeping CheckStyle ha...Robert Godfrey2012-01-271-1/+1
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-27168-828/+871
* QPID-3779: replace the old ImmediateMessageTest and MandatoryMessageTest with...Robert Gemmell2012-01-266-906/+211
* QPID-3604 Added a test case to cover this issue.Rajith Muditha Attapattu2012-01-241-0/+39
* QPID-3774 : allow out of order completion of persistent enqueues / dequeues (...Robert Godfrey2012-01-212-3/+4
* QPID-3774 : allow out of order completion of persistent enqueues / dequeuesRobert Godfrey2012-01-202-1/+6
* QPID-3768: Refactor test case to avoid possibility of spurious test failureKeith Wall2012-01-181-29/+39
* QPID-3756: ManagedConnectionMBeanTest.testChannels occasionally fails on 0-10...Keith Wall2012-01-181-1/+7
* QPID-3720 : Reorder an ack in the test to prevent spurious failuresRobert Godfrey2012-01-161-1/+1
* QPID-3747: Prefetch behaviour test occasionally fails on 0-10 profileKeith Wall2012-01-131-22/+28
* QPID-3753 : [Java Broker] Improve automatic conversion of messages between 0-...Robert Godfrey2012-01-121-0/+324
* QPID-3635: Refactored testcase to make objectives more clearKeith Wall2012-01-127-355/+295
* QPID-3604 Reverting the changes as it releases messages everytime theRajith Muditha Attapattu2012-01-111-39/+1
* QPID-3720 : Add alternative (C++ style) grouping and apply comments from Robb...Robert Godfrey2012-01-111-65/+198
* NO_JIRA Modified the test to stop the connection to ensure the consumerRajith Muditha Attapattu2012-01-111-5/+14
* QPID-3604 The code now drains individual consumer queues as well as theRajith Muditha Attapattu2012-01-111-0/+39
* QPID-946 , QPID-2379 : QMF and Federation fixes (now works again with qpid-co...Robert Godfrey2012-01-071-0/+29
* QPID-3715: Fix the receiving of an empty ObjectMessage (without a body)Keith Wall2012-01-071-0/+17
* QPID-3716: restore throwing of IllegalStateException upon invoking Session#ge...Robert Gemmell2012-01-061-0/+66
* QPID-3566: Remove test case testSendReceiveClose testKeith Wall2012-01-041-77/+2
* QPID-3720 : [Java Broker] Implement Message GroupingRobert Godfrey2012-01-031-0/+348
* QPID-3713 : Implement producer side flow control for 0-10 in Java BrokerRobert Godfrey2012-01-021-6/+17
* QPID-3714 : [Java] Performance ImprovementsRobert Godfrey2011-12-281-18/+20
* QPID-3712: Correct QpidBrokerTestCase#isExternalBroker logic to correct retur...Keith Wall2011-12-261-2/+2
* QPID-3713: remove redundant failover test casesKeith Wall2011-12-269-1499/+6
* QPID-3703: ACL test improvementsKeith Wall2011-12-202-174/+0
* QPID-3687 : Improve Java Broker performanceRobert Godfrey2011-12-152-24/+30
* QPID-2243, QPID-3658: update test to fix incorrect assumption that messages h...Robert Gemmell2011-12-021-0/+10
* QPID-2243: 0-10 protocol connections do not have a matching JMX MBean to allo...Robert Gemmell2011-12-011-0/+229
* QPID-3642: Fix for redelivery regression found by python testsKeith Wall2011-11-301-0/+50
* QPID-3641: rename configuration element aclv2 => acl.Keith Wall2011-11-281-2/+2
* QPID-3642, QPID-3640: Add Dead Letter Queue functionality for 0-10 path. Also...Keith Wall2011-11-281-161/+136
* QPID-3642,QPID-3643: Add Dead Letter Queue functionality for 0-8/0-9/0-9-1 pa...Keith Wall2011-11-282-0/+722
* QPID-3474: Use JMX notification handback data to ensure that open/close/fail ...Keith Wall2011-11-241-78/+95
* QPID-3641: ACLV2 Simplifications and Improvements for Java BrokerKeith Wall2011-11-2420-1271/+432
* QPID-3426: Remove broken/no-value test FailoverTest#test4MinuteFailoverKeith Wall2011-11-221-43/+0
* QPID-3622: Removal of unwanted SortedQueue tests.Keith Wall2011-11-211-53/+0
* QPID-3559: SimpleDateFormat used in thread unsafe manner in JMX Managed Queue...Keith Wall2011-11-201-0/+129
* QPID-3622: Add Sorted Queue funtionalityKeith Wall2011-11-202-39/+603