summaryrefslogtreecommitdiff
path: root/qpid/java/systests
Commit message (Expand)AuthorAgeFilesLines
* QPID-3864: add/fix licences in the Java tree for 0.16Robert Gemmell2012-04-192-0/+40
* QPID-3911: Fix deadlock on concurrent invocation of MessageConsumer#close() a...Robert Gemmell2012-04-111-0/+57
* QPID-3927: add a systest which would highlight the underlying issue by failin...Robert Gemmell2012-04-041-0/+100
* QPID-3867: ManagedQueueMBeanTest, fix test issue causing sporadic failure on ...Keith Wall2012-03-011-7/+12
* QPID-3605: update test comments to reflect change in broker behaviour after t...Robert Gemmell2012-03-011-2/+4
* QPID-3605 : renamed method, corrected brace style for ifs, added tests (per R...Robert Godfrey2012-02-291-1/+64
* QPID-2418: fix up issues and enable forgotten test for 0-10 persistent broker...Robert Gemmell2012-02-291-11/+8
* QPID-3867: Address review comment from Robbie GemmellKeith Wall2012-02-281-2/+14
* QPID-3605 : [Java Broker] Durable subscriber with no-local true receives mess...Robert Godfrey2012-02-281-4/+3
* QPID-2621 : [Java Client] Calling QueueBrowser.getEnumeration on a stopped co...Robert Godfrey2012-02-271-0/+17
* QPID-792 : [Java Client] Validate queue browser selector on client side, not ...Robert Godfrey2012-02-272-7/+9
* QPID-3774: AcknowlegdeTest should also sync after sending more non-transactio...Keith Wall2012-02-271-7/+11
* QPID-509 : [Java Client] Messages sent to topics should not default to mandatoryRobert Godfrey2012-02-271-1/+1
* QPID-509 : [Java Client] Messages sent to topics should not default to mandatoryRobert Godfrey2012-02-271-9/+89
* QPID-3867: AMQQueueMBean#clearQueue|moveMessages|copyMessages should be certa...Keith Wall2012-02-261-20/+219
* QPID-1199 : [Java Client] Can not (actually you can) append to BytesMessage a...Robert Godfrey2012-02-231-0/+43
* AMQP-24 : [Java Broker] Implement distributed transactions for AMQP 0-10Robert Godfrey2012-02-235-26/+73
* QPID-3865: Remove unreliable CancelTestKeith Wall2012-02-221-101/+0
* QPID-3728: remove uncessary restriction on checking against 'internal' brokersRobert Gemmell2012-02-201-1/+1
* 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-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