summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix testagent for changes in r933842Gordon Sim2010-04-141-5/+1
* Update qpid_cpp_benchmark for change in python API exceptions.Alan Conway2010-04-131-1/+1
* qpid_cpp_benchmark: added --reliable optionAlan Conway2010-04-131-9/+20
* qpid_cpp_benchmark: print send/receive stats side-by-sideAlan Conway2010-04-132-19/+29
* Make qpid_send/qpid_receive output more spreadsheet-friendly.Alan Conway2010-04-134-21/+24
* Pick up more of the existing test cases from qpid/testsStephen D. Huston2010-04-121-2/+4
* Fix testagent.mk to generate code conditionally same as ../Makefile.amAlan Conway2010-04-121-2/+4
* qpid_cpp_benchmark waits for receivers to be ready before starting senders.Alan Conway2010-04-122-14/+29
* QPID-664: changed option verifier to use constants rather than duplicating st...Gordon Sim2010-04-121-0/+7
* Fix code-generation dependencies for tests/testagent.Alan Conway2010-04-121-2/+2
* Added --ack-frequency to qpid_cpp_benchmark.Alan Conway2010-04-121-0/+3
* QPID-2487: add federation tests to verify bugfix.Kenneth Anthony Giusti2010-04-092-3/+560
* Rationalize message count and message content options in new API send/receive...Alan Conway2010-04-093-25/+53
* QPID-664: changed pending to unsettled; added available to sender; minor upda...Gordon Sim2010-04-091-9/+9
* Fix --send-rate option in qpid_cpp_benchmark.Alan Conway2010-04-091-1/+2
* Script to run performance benchmarks using qpid_send and qpid_receive.Alan Conway2010-04-092-16/+129
* QPID-664: changed connect() back to open(),removed detach(),defined new excep...Gordon Sim2010-04-094-10/+10
* This adds test cases for QPID-2488Rajith Muditha Attapattu2010-04-081-0/+75
* Renamed qpid_recv to qpid_receive.Alan Conway2010-04-083-9/+7
* QPID-664: changed open() to connect(), moved url parameter to constructor, ad...Gordon Sim2010-04-084-8/+8
* Changed the recent AbsTime::Epoch code to conform better to the previouslyAndrew Stitcher2010-04-082-2/+2
* Add Statistics.h/.cpp to Makefile.am and CMakeLists.txt.Alan Conway2010-04-072-2/+4
* Fix ambiguous --report option in qpid_send, qpid_recv.Alan Conway2010-04-072-9/+9
* Fix compiler warnings "virtual function but no virtual destructor".Alan Conway2010-04-073-0/+8
* Extend qpid_send, qpid_recv to measure throughput and latency.Alan Conway2010-04-075-19/+317
* QPID-664: added method to release messagesGordon Sim2010-04-061-0/+15
* QPID-2482: prevent duplication of messages that match multiple binding keys o...Kenneth Anthony Giusti2010-04-061-0/+51
* QPID-664: added param to control synchronous send and acknowledgeGordon Sim2010-04-061-0/+12
* Update cluster store status with a single atomic write() operation.Alan Conway2010-04-014-30/+45
* Adapted test to an API change in qmf.console.Ted Ross2010-04-011-2/+2
* Merged the changes from the qmf-devel0.7a branch back to the trunk.Ted Ross2010-03-312-13/+15
* Removed config-sequence test from cluster_tests.py, functionality was removed.Alan Conway2010-03-311-23/+0
* Fix error in cluster_tests.py test_join_sub_sizeAlan Conway2010-03-311-1/+3
* Cluster: remove un-necessary code for config-seq.Alan Conway2010-03-311-1/+1
* QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod...Gordon Sim2010-03-315-50/+47
* Fix hanging failover_soak test.Alan Conway2010-03-301-2/+2
* Fix intermittent failure of cluster_tests.py test_last_store_clean.Alan Conway2010-03-301-1/+6
* Rename Duration::INFINITE to Duration::FOREVER; resolves QPID-2475.Stephen D. Huston2010-03-301-1/+1
* QPID-664: renamed headers as properties (to match python); added priorityGordon Sim2010-03-295-13/+13
* QPID-2406: a more explicit solution for durations in the messaging apiGordon Sim2010-03-293-22/+22
* QPID-664: move Variant and Uuid from messaging to types namespaceGordon Sim2010-03-297-11/+16
* Fix race condition causing deadlock in cluster_tests.py, failover_test.Alan Conway2010-03-261-1/+1
* Re-eneable run_long_cluster_tests.Alan Conway2010-03-253-20/+20
* Disable run_long_cluster_tests from make check-long until failures are fixed.Alan Conway2010-03-251-1/+0
* Fix resource leaks in cluster_tests, add 5 minute test run to make check-long.Alan Conway2010-03-242-7/+10
* QPID-664: Updates to address options to stay in-line with python client chang...Gordon Sim2010-03-241-9/+9
* QPID-664: Prevent dangling pointers when receiver/sender handles stay in scop...Gordon Sim2010-03-193-3/+6
* QPID-2452: Fixed control over the encoding used when sending a string valued ...Gordon Sim2010-03-182-0/+25
* Work-around for race condition in the IO layer.Alan Conway2010-03-151-2/+2
* New cluster member pushes store when joining an active cluster.Alan Conway2010-03-122-29/+57