summaryrefslogtreecommitdiff
path: root/java/systests/src/main/java/org/apache/qpid
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-2888-3267/+9275
* QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...Kim van der Riet2012-08-271-277/+0
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-0338-2746/+1897
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-0492-11538/+1520
* QPID-3827: FirewallConfigTests fail on FreeBSD Jenkins CI due to peer IP repo...Keith Wall2012-02-181-14/+26
* NO-JIRA: Added extra logging to better understand FailoverMethodTest failure ...Keith Wall2012-02-181-23/+18
* QPID-3840: corrected qpid-passwd and qpid-run to handle paths with spaces in ...Keith Wall2012-02-151-2/+10
* QPID-3840: added automated tests for the Java Broker's qpid-passwd script and...Keith Wall2012-02-151-0/+67
* QPID-3825: TransactionTimeoutTests sporadically failKeith Wall2012-02-131-2/+3
* QPID-3803: increase receive() timeout on persistent runs, newest failure log ...Robert Gemmell2012-02-131-7/+8
* QPID-3440: add test to verify issue by ensuring that the reply-to Destination...Robert Gemmell2012-02-131-41/+25
* QPID-3829: use a seperate object for reference checking to stop the AMQMessag...Robert Gemmell2012-02-131-141/+30
* QPID-3803: System tests SortedQueueTest fail ocasionally on slow machinesKeith Wall2012-02-101-31/+28
* QPID-3825: TransactionTimeoutTest.testProducerOpenCommit and others fails spo...Keith Wall2012-02-091-2/+8
* QPID-3819: ExhaustiveACLTests seen to timeoutKeith Wall2012-02-093-126/+127
* QPID-3820: Sporadic failures from ProducerFlowControlTestKeith Wall2012-02-081-2/+2
* QPID-3820: ProducerFlowControlTest#testSendTimeout test fails sprodically on ...Keith Wall2012-02-071-141/+85
* QPID-3818: Replace CombinedTest and its support classes with a simpler test-c...Keith Wall2012-02-076-466/+169
* QPID-3816: add client version to connection open loggingRobert Gemmell2012-02-061-6/+16
* 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-281-2/+2
* 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