summaryrefslogtreecommitdiff
path: root/qpid/java/test-profiles
Commit message (Expand)AuthorAgeFilesLines
...
* | QPID-3861 : Run Python Message Grouping tests against the Java Broker; also f...Robert Godfrey2012-02-211-3/+5
* | QPID-3477 : Java Broker does not handle a rejection/acknowledgemnt with inval...Robert Godfrey2012-02-211-3/+0
* | QPID-3589 : Python tests fails against Java broker due to difference in excep...Robert Godfrey2012-02-201-3/+0
* | QPID-3590 : Python test fails because Java broker (correctly) does not suppor...Robert Godfrey2012-02-201-3/+0
* | QPID-3588 : Python message echo test fails against Java broker because only e...Robert Godfrey2012-02-201-3/+0
* | QPID-3052: add internal and spawned test profiles for the 0-8 and 0-9 protocolsRobert Gemmell2012-02-1912-0/+410
* | NO-JIRA: update expired test SSL certificateRobert Gemmell2012-02-173-16/+16
* | NO-JIRA: exclude new python tests for the new QMF stats the broker does not i...Robert Gemmell2012-02-161-0/+1
* | QPID-3840: added automated tests for the Java Broker's qpid-passwd script and...Keith Wall2012-02-151-0/+3
* | QPID-3829: use a seperate object for reference checking to stop the AMQMessag...Robert Gemmell2012-02-132-3/+1
* | QPID-3813: allow configuring the default version reply to an unsupported prot...Robert Gemmell2012-02-042-2/+2
* | QPID-3595: exclude additional alternate exchange testRobert Gemmell2012-02-041-0/+1
* | QPID-3800: add the ability to disable particular protocol versions broker-wid...Robert Gemmell2012-02-022-0/+2
* | QPID-3775: Automate the manual persistent store tests.Keith Wall2012-01-282-0/+2
* | QPID-3779: replace the old ImmediateMessageTest and MandatoryMessageTest with...Robert Gemmell2012-01-262-24/+2
* | QPID-3604 Added a note on the exclude fileRajith Muditha Attapattu2012-01-251-0/+1
* | QPID-3604 Excluded testConnectionStop method from 0-91 profile as theRajith Muditha Attapattu2012-01-251-0/+1
* | QPID-3753 : [Java Broker] Improve automatic conversion of messages between 0-...Robert Godfrey2012-01-122-1/+5
* | QPID-3635: Refactored testcase to make objectives more clearKeith Wall2012-01-121-4/+0
* | QPID-3720 : Add alternative (C++ style) grouping and apply comments from Robb...Robert Godfrey2012-01-111-0/+6
* | QPID-3713 : Implement producer side flow control for 0-10 in Java BrokerRobert Godfrey2012-01-021-3/+0
* | QPID-3713: remove redundant failover test casesKeith Wall2011-12-265-61/+0
* | QPID-2243: 0-10 protocol connections do not have a matching JMX MBean to allo...Robert Gemmell2011-12-011-4/+0
* | QPID-3642,QPID-3643: Add Dead Letter Queue functionality for 0-8/0-9/0-9-1 pa...Keith Wall2011-11-281-0/+3
* | QPID-3426: Remove broken/no-value test FailoverTest#test4MinuteFailoverKeith Wall2011-11-222-7/+0
* | QPID-3622: exclude sorted queue tests from CPP BrokerKeith Wall2011-11-211-0/+3
* | QPID-3622: Add Sorted Queue funtionalityKeith Wall2011-11-201-0/+1
* | NO-JIRA: Regenerate java-broker test cert as it has expired.Keith Wall2011-11-171-0/+0
* | QPID-3576: Exclude testDeleteOptionsKeith Wall2011-11-171-0/+3
* | QPID-3593: update python Priority Queue tests to use legal values for message...Robert Gemmell2011-11-111-6/+0
* | QPID-3592: ensure that the 'used credit' values are decremented when message ...Robert Gemmell2011-11-111-3/+0
* | QPID-3539: NoLocal should occur at the connection level and not the session l...Keith Wall2011-11-102-3/+4
* | QPID-3600: fix c&p errorRobert Gemmell2011-11-091-1/+1
* | QPID-3595: exclude additional testRobert Gemmell2011-11-091-0/+1
* | QPID-3600: new python test excludes with indicated JIRAs raised for defects a...Robert Gemmell2011-11-091-20/+112
* | QPID-3532: make the 0-10 client hold the failover mutex during the failover. ...Robert Gemmell2011-10-211-0/+1
* | QPID-3542: Java client does not ack non-matching messages when using client s...Keith Wall2011-10-111-3/+0
* | QPID-3425, QPID-3034: unexclude tests excluded during work on session.recover...Robert Gemmell2011-10-071-11/+0
* | QPID-2442: Make 0-10 TemporaryQueue#delete and TemporaryTopic#delete perform ...Keith Wall2011-10-061-0/+5
* | QPID-3526, QPID-3524: make sure the 0-10 client message.acknowledge() actuall...Robert Gemmell2011-10-064-4/+4
* | QPID-3402: ensure the test JVMs execute with the working dir set to the qpid/...Robert Gemmell2011-09-3013-21/+26
* | QPID-3513: Avoid use of shell script clean-dir during test cycleKeith Wall2011-09-2915-39/+1
* | QPID-3504: add the Java broker bdbstore to the build as an optional moduleRobert Gemmell2011-09-2411-4/+188
* | QPID-3428: fix excludes after test related changes from to prior patch feebac...Robert Gemmell2011-09-131-1/+2
* | QPID-3428: make the Java broker validate 0-10 Session names, enabling it to s...Robert Gemmell2011-09-132-3/+3
* | QPID-3477: add excludes file for use with the Java broker when running the 0-...Robert Gemmell2011-09-091-0/+22
* | QPID-3429: exclude the AMQSSLConnectionTest from cpp profiles, since only the...Robert Gemmell2011-09-071-0/+4
* | QPID-3473 : Replace use of MINA IO with transport IO (joint work with Robbie ...Robert Godfrey2011-09-071-0/+2
* | QPID-3468: exclude QueueBrowser related failover testsRobert Gemmell2011-09-052-0/+23
* | QPID-1004: delete dead test (as recommended on the JIRA) since it was exclude...Robert Gemmell2011-08-252-4/+0