summaryrefslogtreecommitdiff
path: root/java/systests
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-2060: make sure we clean up the logfile after each test run.Aidan Skinner2009-08-192-40/+43
* QPID-2049: close the connection after checking the log file, giving the broke...Aidan Skinner2009-08-191-2/+1
* This is to fix the test failures introduced in r805267.Rajith Muditha Attapattu2009-08-181-2/+2
* This commit allows a limited number of failover tests to run under the SSL pr...Rajith Muditha Attapattu2009-08-182-17/+20
* QPID-1911, QPID-1912, QPID-1913: make SelectorTest, TopicSessionTest, Selecto...Aidan Skinner2009-08-175-38/+79
* Ensured AlertingTest cleans up after its run. So we don't have to ant clean b...Martin Ritchie2009-08-161-0/+9
* QPID-2051, QPID-1975 : Add test to validate broker log4j startup does not res...Martin Ritchie2009-08-161-0/+141
* Give QpidTestCase the ability to set environment variables for the external b...Martin Ritchie2009-08-161-1/+28
* QPID-2001 : Default Locale should be the VMs locale not en_US.Martin Ritchie2009-08-141-7/+11
* QPID-2002 : Relax the SubscriptionLoggingTest.testSubscriptionSuspend. It sho...Martin Ritchie2009-08-141-5/+5
* QTC: Removed nukeBroker() as it is not functionally different from stopBroker()Martin Ritchie2009-08-132-64/+34
* QPID-2002: BLT should not be monitoring the qpid.log file it needs to monitor...Martin Ritchie2009-08-131-9/+8
* QPID-2002 : Update to DMSLT.testQueueRecoveryCountEmpty which reuses a previo...Martin Ritchie2009-08-131-0/+3
* QPID-2002 : Fixed issue where the BLT.defaultLog4j test failed to startup.Martin Ritchie2009-08-132-3/+12
* QPID-2002 : Fixed issue with multiple closes in Java profileMartin Ritchie2009-08-121-0/+3
* QPID-2002 : Addition of JMX Management interface logging using the new Loggin...Martin Ritchie2009-08-121-0/+666
* Augmented QpidTestCase to proved details of the currently active management portMartin Ritchie2009-08-121-1/+11
* QPID-2002 : Update the build order so that systests can depend on the managem...Martin Ritchie2009-08-121-1/+1
* QPID-2002 : Added new SUB-1003 Message with testingMartin Ritchie2009-08-121-4/+131
* QPID-2002 : Made owner an optional value on the queue log messageMartin Ritchie2009-08-121-8/+8
* QPID-2002 : Added Empty Queue Recovery testMartin Ritchie2009-08-121-9/+61
* QPID-2002 : Removed incomplete and redundant test caseMartin Ritchie2009-08-121-51/+0
* QPID-2002 : Removed commented out codeMartin Ritchie2009-08-121-64/+38
* QPID-2002 : removed unused importMartin Ritchie2009-08-121-1/+0
* Correct LogMonitorTest after change to the rest functionality broke the test.Martin Ritchie2009-08-091-3/+1
* QPID-2002 : Add VirtualHost logging and testing, again shutdown testing must ...Martin Ritchie2009-08-091-0/+165
* QPID-2002 : Added new message CHN-1004, to allow the reporting of prefetch si...Martin Ritchie2009-08-091-5/+17
* QPID-2002 : Addition of Management LoggingMartin Ritchie2009-08-071-0/+378
* QPID-2002 : Add ability to filter log messages by virtualhost to AbstractTest...Martin Ritchie2009-08-072-43/+92
* QPID-2002 : Updated to use getTestQueueName() to ensure the queue used is spe...Martin Ritchie2009-08-071-2/+2
* QPID-2002 : Ensured new Logging tests use a new queue name for each test case...Martin Ritchie2009-08-072-9/+21
* Ensured monitor resets do not exclude test connnection setupMartin Ritchie2009-08-073-7/+8
* QPID-2033 : Added destroy for broker process that fails to startup. Also augm...Martin Ritchie2009-08-071-46/+66
* QPID-2033 : Update to QpidTestCase to ensure that external broker is fully sh...Martin Ritchie2009-08-071-0/+2
* Update to LogMonitor to use channel truncation as the AlertingTest did previo...Martin Ritchie2009-08-071-4/+2