summaryrefslogtreecommitdiff
path: root/java/systests/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-3401 Checking the proposed changes into a branch to preserve history & c...address-refactorRajith Muditha Attapattu2011-10-142-131/+185
* QPID-3546: update the highestDeliveryTag marker during failover to prevent th...Robert Gemmell2011-10-131-1/+1
* NO-JIRA: increase the receive timeouts using the existing constant in order t...Robert Gemmell2011-10-121-7/+7
* QPID-3542: Java client does not ack non-matching messages when using client s...Keith Wall2011-10-111-36/+31
* NO-JIRA: update various tests to try and avoid their sporadic failure on the ...Robert Gemmell2011-10-073-15/+14
* NO-JIRA: allow test to take longer when run on a persistent broker, due to sp...Robert Gemmell2011-10-071-1/+2
* QPID-3526: ensure that the session is marked clean after message.acknowledge(...Robert Gemmell2011-10-071-0/+25
* QPID-2442: Make 0-10 TemporaryQueue#delete and TemporaryTopic#delete perform ...Keith Wall2011-10-063-283/+276
* QPID-3524, QPID-3525, QPID-3526, QPID-3527: add new failover behaviour tests ...Robert Gemmell2011-10-061-0/+924
* QPID-3525: stop the client from accidentally consuming the messages it is act...Robert Gemmell2011-10-061-5/+4
* QPID-3526, QPID-3524: make sure the 0-10 client message.acknowledge() actuall...Robert Gemmell2011-10-063-404/+83
* QPID-3402: ensure the test JVMs execute with the working dir set to the qpid/...Robert Gemmell2011-09-304-27/+24
* QPID-3513: Avoid use of shell script clean-dir during test cycleKeith Wall2011-09-291-52/+49
* QPID-3511: Removal of unused system property "qpid.default_wait_on_send" from...Keith Wall2011-09-283-28/+17
* QPID-3444, QPID-3363: update destinations in AddressBasedDestinationTest to u...Robert Gemmell2011-09-252-6/+5
* QPID-3402: fix excludes files to work with spaces etc in path, make SSL tests...Robert Gemmell2011-09-252-4/+4
* QPID-3332: Separate open/idle transaction timeout tests to remove the possibi...Keith Wall2011-09-234-312/+198
* QPID-3501: LogMonitor duplicates chunks of log file if it fails to find match...Keith Wall2011-09-234-28/+23
* QPID-3501: LogMonitor can corrupt test logs files and cause tests subclassing...Keith Wall2011-09-2212-60/+127
* QPID-3493: FailoverMethodTest.testFailoverSingleDelay occasionally fails on s...Keith Wall2011-09-191-2/+2
* QPID-3415: Change 0-10 code path to utilise the CallbackHandlerRegistry to cr...Keith Wall2011-09-192-36/+24
* QPID-2672: Unroutable persistent messages should be immediately removed from ...Keith Wall2011-09-151-7/+44
* QPID-3486: Make connector server port used for JMX configurable.Keith Wall2011-09-142-4/+5
* QPID-3428: fix excludes after test related changes from to prior patch feebac...Robert Gemmell2011-09-131-2/+14
* QPID-3428: make the Java broker validate 0-10 Session names, enabling it to s...Robert Gemmell2011-09-131-6/+22
* QPID-3459: Increments delivery counter before transfering message to client i...Robert Gemmell2011-09-121-1/+1
* QPID-2627 : Remove dependency on MINARobert Godfrey2011-09-093-11/+12
* QPID-3467: replace the 'connection id' with the Username of the logged in use...Robert Gemmell2011-09-071-55/+0
* QPID-3473 : Replace use of MINA IO with transport IO (joint work with Robbie ...Robert Godfrey2011-09-076-131/+29
* QPID-3373 I forgot to ensure the correct port is used in the connectionRajith Muditha Attapattu2011-09-021-1/+3
* QPID-3373 Adding a test case for this issue.Rajith Muditha Attapattu2011-08-311-0/+39
* QPID-3453: Fixes an issue with closing of detached sessionKeith Wall2011-08-261-0/+26
* QPID-3266: Tidy up housekeeping configuration option for scheduling frequencyKeith Wall2011-08-264-4/+4
* QPID-3454: System test StreamMessageTest would not detect regression in Strea...Keith Wall2011-08-261-20/+25
* QPID-1004: delete dead test (as recommended on the JIRA) since it was exclude...Robert Gemmell2011-08-251-154/+0
* NO-JIRA: remove test config for Logger which is no longer used, move test sta...Robert Gemmell2011-08-212-42/+7
* QPID-3434: Refactored 0-8..0-9-1 code paths to use same SSL configuration mec...Robert Gemmell2011-08-185-7/+6
* NO-JIRA: delete dead test (only runs against CPP brokers when run on linux, b...Robert Gemmell2011-08-181-108/+0
* QPID-3429: ensure that SSL is enabled correctly in MinaNetworkHandler. Refact...Robert Gemmell2011-08-185-157/+220
* QPID-2903, QPID-3390, QPID-3392: split tests into those with and without exch...Robert Gemmell2011-08-041-15/+97
* QPID-2881 Modified the testSubscriptionForSameDestination to cover forRajith Muditha Attapattu2011-08-031-1/+1
* QPID-3377 Modified an existing test case to cover this issue.Rajith Muditha Attapattu2011-08-021-1/+12
* QPID-3381 Provided the ability to retrieve the routing key from a JMS message...Rajith Muditha Attapattu2011-08-021-5/+8
* QPID-3263 Applying patch from Weston Price with the following modifications.Rajith Muditha Attapattu2011-08-021-0/+116
* QPID-3359: revert testNoFailover to run in same-vm profiles onlyRobert Gemmell2011-07-151-2/+34
* QPID-2498: upgrade Mina to 1.1.7.Robert Gemmell2011-07-141-1/+1
* QPID-3345: restore/add ability to use sys props to select the NetworkTranspor...Robert Gemmell2011-07-141-24/+5
* QPID-3269Rajith Muditha Attapattu2011-07-081-8/+34
* QPID-3343: refactor test profiles to allow testing within the same JVM for al...Robert Gemmell2011-07-0730-930/+143
* QPID-2815: refactor broker startup to present a clean interface interface for...Robert Gemmell2011-07-0713-74/+282