summaryrefslogtreecommitdiff
path: root/java/perftests/src/main
Commit message (Expand)AuthorAgeFilesLines
* Moved everything from test to main. Simpler to have a single jar for manifest...Rupert Smith2007-08-025-0/+1246
* Extensive refactoring of the distributed test framework.Rupert Smith2007-08-012-12/+12
* Refactored interop tests into general distributed test framework. Moved frame...Rupert Smith2007-07-253-19/+19
* Update fix incorrect license headers.Martin Ritchie2007-07-181-11/+14
* Moved test framework into its own package and cleaned it up.Rupert Smith2007-07-131-15/+15
* Various License header updates.Martin Ritchie2007-06-181-0/+21
* Improvements made to max pending message limit code.Robert Greig2007-05-091-36/+58
* Some robustness added to tests by limiting buffered messages.Robert Greig2007-05-081-37/+97
* QPID-466 Changes to FieldTable along with corresponding PropertyValueTest to ...Martin Ritchie2007-05-041-77/+105
* Removed accidental inclusion of copyright notices.Robert Greig2007-05-022-10/+6
* Made the return type of getTestMessage() to a generic type for subclass to ov...Bhupendra Bhusman Bhardwaj2007-04-252-3/+19
* Created new ping client that sends messages only. Usefull for examaning known...Robert Greig2007-04-133-3/+67
* Stopped throwing away exception causes.Robert Greig2007-04-093-5/+6
* Added some ramping up performance tests.Robert Greig2007-04-061-4/+4
* Added a test scriptRobert Greig2007-04-061-6/+35
* Fixed dangling transaction problem by correctly binding queue.Robert Greig2007-04-042-53/+44
* Removed excess logging to optimize performance.Robert Greig2007-03-302-22/+56
* Test added for durability of messages under broker failure.Robert Greig2007-03-273-492/+897
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@52179...Bhupendra Bhusman Bhardwaj2007-03-231-0/+7
* QPID-420 (merged from trunk) And r518998:518999 and r520846:520850Bhupendra Bhusman Bhardwaj2007-03-233-8/+39
* Updates to performance tests.Robert Greig2007-03-231-416/+356
* QPID-388 : hand merged the changes done in perftesting branch Bhupendra Bhusman Bhardwaj2007-03-052-18/+52
* (Patch submitted by Rupert Smith). java_iop.diffRobert Greig2007-02-281-25/+31
* QPID-375 : remove assumptions on standard exchanges (amq.direct, amq.topic, e...Robert Godfrey2007-02-164-8/+12
* (Patch submitted by Rupert Smith) Qpid-360 fixes.Robert Greig2007-02-122-84/+242
* Update to performance testing to allow the use of shared destinations. This a...Martin Ritchie2007-02-052-122/+273
* (Submitted by Rupert Smith) Options moved to top of contructor. Were at botto...Robert Greig2007-02-021-12/+16
* (Submitted by Rupert Smith) Robert Greig2007-02-022-35/+90
* QPID-343 Performance test suite doesn't output missing message count on failure.Martin Ritchie2007-02-021-6/+8
* (Submitted by Rupert Smith) Added comments as a reminder of improvements to b...Robert Greig2007-02-011-1/+2
* (Submitted by Rupert Smith) Added comments as a reminder of improvements to b...Robert Greig2007-02-011-4/+25
* virtual host string correctedBhupendra Bhusman Bhardwaj2007-02-012-2/+2
* (Patch submitted by Rupert Smith)Robert Greig2007-01-311-7/+11
* (Submitted by Rupert Smith) Added PingClient.java which was forgotten from la...Robert Greig2007-01-301-0/+90
* (Submitted by Rupert Smith) Ping tests refactored. Unused ping test classes r...Robert Greig2007-01-3012-2890/+906
* Updated script details and added guard for trafficlight being null.Martin Ritchie2007-01-261-4/+4
* Fixed race condition that would cause duplicate batch data to be logged.Martin Ritchie2007-01-251-2/+11
* (Submitted by Rupert Smith) Class has been documented.Robert Greig2007-01-252-75/+191
* (Submitted by Rupert Smith) Class has been documented.Robert Greig2007-01-251-5/+8
* (Submitted by Rupert Smith) Class has been documented.Robert Greig2007-01-251-36/+105
* Race condition fixed fro AsyncTestPerfMartin Ritchie2007-01-251-35/+50
* added some constant valuesBhupendra Bhusman Bhardwaj2007-01-242-45/+63
* QPID-50 : Patch supplied by Rob Godfrey - Virtual Host implementationRobert Greig2007-01-241-1/+1
* Added commit calls for the received messages.Martin Ritchie2007-01-241-119/+130
* (Patch submitted by Rupert Smith) Cleans up the countdown latch used to count...Robert Greig2007-01-241-119/+118
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@499426...Bhupendra Bhusman Bhardwaj2007-01-243-35/+95
* Updated Async Test for destinations and for signalling completed runs when th...Martin Ritchie2007-01-244-71/+90
* updated the test classes to be used with Topics as well as QueuesBhupendra Bhusman Bhardwaj2007-01-247-150/+260
* Updated perftests to include an Asynchronous ping senderMartin Ritchie2007-01-234-97/+118
* (Patch submitted by Rupert Smith) Added the ability to limit the rate at whic...Robert Greig2007-01-237-303/+365