summaryrefslogtreecommitdiff
path: root/qpid/java/systests
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-942 : Add Simplistic Producer Flow Control to the java Broker / java 0-8...Robert Godfrey2009-10-011-0/+324
* QPID-2125: Make FailoverBaseCase set the second brokers QPID_WORK as a subdir...Robert Gemmell2009-10-012-5/+2
* QPID-2121 : Noticed that the logging level for the test VM was being set dire...Martin Ritchie2009-10-012-7/+46
* QPID-2121 : Correctly set the broker properties for the test, rather than usi...Martin Ritchie2009-10-011-1/+1
* QPID-2121 : Update to QTC to allow the setting of System Properties for just ...Martin Ritchie2009-09-303-15/+84
* QPID-2118 : Corrected 010Exclude for runtime selector exception. Tidied up Se...Martin Ritchie2009-09-301-97/+27
* QPID-2120 : Updated SimpleAMQQueue to ensure that the sub.isSuspended() check...Martin Ritchie2009-09-301-0/+6
* Update QTC to allow the setting of debug logging for the external broker proc...Martin Ritchie2009-09-302-0/+28
* Add INDEX property to created messagesMartin Ritchie2009-09-281-2/+8
* QPID-1871 : Updated RollbackOrderTest to include an onMessage test. Fixed dea...Martin Ritchie2009-09-281-31/+133
* QPID-2115: add 'broker.clean.between.tests' to toggle whether QTC should exec...Robert Gemmell2009-09-251-0/+15
* This is a fix for QPID-2114 Rajith Muditha Attapattu2009-09-221-1/+3
* FailoverBaseCase has not been using the testprofile defined test.port.alt for...Martin Ritchie2009-09-211-1/+1
* QPID-2111 SelectorTest Unify selector tests into one class. AddAidan Skinner2009-09-182-314/+322
* Update to QpidTestCase to only check for broker.stopped lines until we have f...Martin Ritchie2009-09-171-1/+1
* Reveted changes to QPID-2099, QPID-2100. The value of PNAME must not be changed.Martin Ritchie2009-09-151-1/+2
* QPID-2099 : Updated QTC now that QPID_PNAME will wrap its value QTC doesn't n...Martin Ritchie2009-09-141-1/+1
* QPID-2002 : Update ManagementLoggingTest to cope with relative paths.Martin Ritchie2009-09-111-1/+1
* QPID-2093: Updated AMQBRokerManagerMBean to check if the queue is durable bef...Martin Ritchie2009-09-113-344/+690
* Add test customisation configuration to derby and acl configsMartin Ritchie2009-09-112-0/+2
* QPID-2094 : Check if _output is null, if so write test configuration to java....Martin Ritchie2009-09-111-1/+2
* QPID-2095 : Update QTC to set the management.jmxport configuration property o...Martin Ritchie2009-09-111-0/+2
* QPID-2092 Move test configuration to systest package and update to provide a...Martin Ritchie2009-09-1018-207/+709
* QPID-155 : added java doc to testMartin Ritchie2009-09-071-0/+7
* QPID-1809, QPID-2081 : Corrected ChannelClose logic. Removed an unnecessary s...Martin Ritchie2009-09-071-15/+48
* QPID-1809 : There is still a race condition between the notification and main...Martin Ritchie2009-09-071-0/+17
* QPID-2081, QPID-155 : Updated AMQSession to allow queue/exchange decare to be...Martin Ritchie2009-09-061-6/+9
* QPID-2081, QPID-155 : Provide a test for Dynamic Queue/Exchange toggling and ...Martin Ritchie2009-09-041-0/+78
* QPID-1809 - The incorrect expcetions were due to a race condition between the...Martin Ritchie2009-09-041-0/+69
* QPID-2059 : CI failures were due to threading races to exhaust prefetch befor...Martin Ritchie2009-09-021-19/+11
* CommitRollbackTest#testPutThenRollbackThenGet failed on CI. Using a 100ms ini...Martin Ritchie2009-09-011-1/+1
* QPID-2059 : Updated SLT to ensure there is a gap between ACTIVE and SUSPENDIN...Martin Ritchie2009-09-011-12/+20
* QPID-2077 : The problem with the tearDown is that we still have a race condit...Martin Ritchie2009-09-011-3/+25
* QPID-2059 : Add some validation to verify suspension has been lifted correctly.Martin Ritchie2009-09-011-15/+18
* QPID-2060 : Simplist solution is to remove test as the functionality is bette...Martin Ritchie2009-09-011-12/+0
* QPID-2060: If the result set isn't the right size, try re-reading the log fil...Aidan Skinner2009-08-261-2/+4
* This is related to QPID-2074Rajith Muditha Attapattu2009-08-241-24/+35
* QPID-2060: right, if the results are the wrong size just HOLD ON A MO and ret...Aidan Skinner2009-08-201-0/+13