summaryrefslogtreecommitdiff
path: root/java/systests/src
Commit message (Expand)AuthorAgeFilesLines
* This commit contains the changes agreed upon in QPID-2363 except for the conn...Rajith Muditha Attapattu2010-01-281-65/+55
* This is related to QPID-2363Rajith Muditha Attapattu2010-01-271-0/+138
* QPID-2347 broke some java tests; I believe these make incorrect assumptions a...Gordon Sim2010-01-222-6/+4
* QPID-2262 : Removed SALCT from from exclude list and added required null check.Martin Ritchie2010-01-191-11/+35
* QPID-1825 : Updated test to only start the 'clock' for timeout when the messa...Martin Ritchie2010-01-191-3/+14
* This is a first step towards QPID-2343Rajith Muditha Attapattu2010-01-184-4/+4
* QPID-2137 : Update QpidTestCase to set QPID_WORK on the external broker based...Martin Ritchie2010-01-153-5/+8
* QPID-1662 : Added logged to TimeToLiveTest. This showed that the second messa...Martin Ritchie2010-01-151-2/+8
* QPID-2340 : Fix ProducerFlowControlTest to call a synchronous operation betwe...Robert Godfrey2010-01-141-5/+7
* QPID-2177: insert a synchronous operation to alleviate the recieve race condi...Robert Gemmell2009-12-181-0/+5
* QPID-2258 : AMQP0-9-1 Compliance fixesRobert Godfrey2009-12-097-19/+49
* QPID-2242 : Update to 0-8 producer to set the JMS_QPID_DESTTYPE when sending ...Martin Ritchie2009-12-081-8/+97
* QPID-2177: unit and system testing for the new flow controlled related attrib...Robert Gemmell2009-12-082-15/+118
* QPID-2242 : Update to the 0-8/9 code path to use the 0-10 static lookup table...Martin Ritchie2009-12-071-0/+3
* Cleaned up assert error, should be queues not exchangesMartin Ritchie2009-12-071-1/+1
* QPID-1992 : Exclude message move test from CPP broker as it uses JMX.Martin Ritchie2009-12-071-46/+47
* QPID-2242 : Fixed 0-10 code path's getJMSDestination() updated JMSDestination...Martin Ritchie2009-12-072-89/+237
* Merged r 886719:886722 from 0.5.x-dev.Martin Ritchie2009-12-031-2/+1
* QPID-2184: replace random 1second wait with a LogMonitor check that the reloa...Robert Gemmell2009-12-012-13/+9
* QPID-2184: correct use of reload instead of restart in testDenyOnRestartInVho...Robert Gemmell2009-11-262-1/+12
* QPID-2184: add additional testing against static firewall configurationsRobert Gemmell2009-11-261-0/+82
* QPID-2184: make sure global security plugins are reconfigured properlyAidan Skinner2009-11-112-0/+188
* This adds some minor enhancements to our test framework.Rajith Muditha Attapattu2009-11-031-13/+44
* Change ProducerFlowControlTest to merely check it gets at least 1 client log ...Robert Godfrey2009-10-261-1/+1
* Merged from java-broker-0-10 branchRobert Godfrey2009-10-2511-110/+196
* Updated PersitentStoreTest so that it has its own sendMessages that does not ...Martin Ritchie2009-10-222-21/+101
* QPID-1872: remove systest and reinstate equivalent unit testRobert Gemmell2009-10-211-48/+0
* QPID-1304: update ACL test + configuration file to use a static ACL configura...Robert Gemmell2009-10-211-6/+10
* QPID-2148 Override tearDown to ignore JMSExceptionMarnie McCormack2009-10-151-0/+14
* QPID-1304: implement the ACCESS section of SimpleXML ACL. Enables virtualhost...Robert Gemmell2009-10-151-0/+44
* Merge java-network-refactor branchAidan Skinner2009-10-154-21/+28
* QPID-1204: add temporary workaround for connection close race condition at te...Robert Gemmell2009-10-131-0/+174
* QPID-1950 : Simplified the connection by using the default URL and configurin...Martin Ritchie2009-10-131-5/+18
* QPID-1816 : Ensured the lastCount value is always correctly set to NUM_MESSAG...Martin Ritchie2009-10-133-15/+26
* QPID-1950 : Updated to ensure test uses a unique queue and updated count inde...Martin Ritchie2009-10-091-2/+2
* QPID-1872: check for existence of outer consume permissions map before procee...Robert Gemmell2009-10-091-17/+93
* QPID-942 : Updated test to use built in client property setting mechanismRobert Godfrey2009-10-081-11/+3
* QPID-1950 : Problem is that the thrown exception whilst an IOException does n...Martin Ritchie2009-10-083-3/+334
* QPID-942 : Added tests for broker and client log messages produced when flow ...Robert Godfrey2009-10-071-4/+81
* QPID-1816 : Fixed wait for messages loop so on error the test does not get stuckMartin Ritchie2009-10-061-0/+3
* QPID-1816 : Update to AOMT based tests, Test now continues as long as message...Martin Ritchie2009-10-053-5/+38
* QPID-1816 : Add testing for publication on a dirty session after failover.Martin Ritchie2009-10-051-0/+403
* QPID-1816 : Add testing for ack after failover, and testing for acknowledgeme...Martin Ritchie2009-10-053-79/+282
* QPID-1816 : Add Acknowledge tests and QuickAcking manual test helper.Martin Ritchie2009-10-054-18/+414
* Fix for dirty sessions, start to test that sessions are dirty when required.Martin Ritchie2009-10-051-21/+89
* QPID-1816 : Updated AcknowledgeTests to cover all ack modes and the synchrono...Martin Ritchie2009-10-055-88/+601
* Updated testing harness: QpidTestCase and FailoverBaseCase.Martin Ritchie2009-10-056-201/+190
* Update to ensure system properties are always reset even if exception ocurrs ...Martin Ritchie2009-10-051-6/+11
* Update to FBC to ensure second broker is shutdown in the event of an exceptio...Martin Ritchie2009-10-051-2/+18
* Removed BasicConfigurator.configure() this should not be used in testing as i...Martin Ritchie2009-10-051-0/+1