summaryrefslogtreecommitdiff
path: root/java/perftests/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-800 : junit toolkit sources added.Rupert Smith2008-02-207-28/+25
* QPID-588: change instances of trace() and isTraceEnabled to debug equivalent ...Aidan Skinner2008-02-081-3/+3
* Changed in vm broker creation so that it is an injected set task. This means ...Rupert Smith2007-11-291-2/+29
* Updated test framework to seperate JMS and AMQP specific test cases. Added co...Rupert Smith2007-11-261-8/+10
* Updated perftests to use JMS/JNDI lookup. Added some options to support non-Q...Rupert Smith2007-11-091-65/+97
* Implemented fair scheduling of producers in tests to prevent starvation and t...Rupert Smith2007-10-121-20/+23
* Changed maxPending to be by message correlation id.Rupert Smith2007-10-101-16/+21
* Removed debug logging from performance test code.Rupert Smith2007-10-101-3/+3
* Changed tests to use global maxPending limit, rather than per producer.Rupert Smith2007-10-101-7/+7
* Updaded performance tests to better test pub/sub mode with 1:10 fanout.Rupert Smith2007-10-041-2/+2
* Performance enhancements for the tests, producers stalled individually above ...Rupert Smith2007-10-032-112/+142
* Added reliability tests for all ack modes.Rupert Smith2007-10-031-100/+125
* QPID-615, Added patched version of MINAs VM Pipe cleanup thread. Will replace...Rupert Smith2007-10-021-10/+0
* Turned down logging on perftests again.Rupert Smith2007-10-021-43/+43
* QPID-616. Corrected pending message count and pending data size calculations ...Rupert Smith2007-10-021-41/+58
* Added test cases 4 and 5, from the updated interop spec.Rupert Smith2007-09-271-1/+1
* Added timeout to perftests, wait limit set to higher value to stop threads th...Rupert Smith2007-09-261-2/+2
* Added timeout to perftests, to fail tests if message loss causes test to jam.Rupert Smith2007-09-261-21/+23
* QPID-583 Added old topic test which had been removed in the past.Robert Greig2007-09-074-0/+712
* Merged changes to perftest code from M2 branch.Rupert Smith2007-08-235-163/+221
* Tests enhanced for fanout style tests with many consumers per destination.Rupert Smith2007-08-174-43/+95
* Fixed multiplcation for expected message count on shared destinations p2p.Rupert Smith2007-08-162-12/+32
* Moved everything from test to main. Simpler to have a single jar for manifest...Rupert Smith2007-08-025-0/+0
* Extensive refactoring of the distributed test framework.Rupert Smith2007-08-013-12/+182
* 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
* Added minimal checkstyle to project reports. Fixed some problems with site ge...Rupert Smith2007-06-211-35/+2
* Various License header updates.Martin Ritchie2007-06-181-0/+21
* Small fix to correct property name.Rupert Smith2007-05-171-10/+14
* 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-042-106/+148
* Removed accidental inclusion of copyright notices.Robert Greig2007-05-024-14/+6
* Made the return type of getTestMessage() to a generic type for subclass to ov...Bhupendra Bhusman Bhardwaj2007-04-255-6/+22
* 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-062-7/+8
* 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-303-24/+58
* Test added for durability of messages under broker failure.Robert Greig2007-03-277-590/+951
* 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-234-521/+455
* QPID-388 : hand merged the changes done in perftesting branch Bhupendra Bhusman Bhardwaj2007-03-055-52/+87
* (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
* If there is any error in closing the connection, then also the thread setup s...Bhupendra Bhusman Bhardwaj2007-02-151-3/+5
* (Patch submitted by Rupert Smith) Qpid-360 fixes.Robert Greig2007-02-122-84/+242