summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Added a few more test cases for acl file format.Rajith Muditha Attapattu2010-05-121-3/+26
* Delay generating URL in cluster till global constructors to handle multi-prot...Alan Conway2010-05-121-1/+1
* This commit contains a fix for QPID-2600Rajith Muditha Attapattu2010-05-121-34/+24
* Support for multiple protocols in qpid::Url.Alan Conway2010-05-114-19/+24
* Skip cluster_python_tests if cluster services are not running.Alan Conway2010-05-071-1/+3
* Correct brokertest.retry logic.Alan Conway2010-05-061-1/+1
* Use UnauthorizedAccessException for ACL violations rather than NotAllowedExce...Gordon Sim2010-05-062-78/+78
* QMF: remove v1 method test from cluster testbed - clusters no longer support ...Kenneth Anthony Giusti2010-04-291-0/+1
* Fix PYTHONPATH to pick federation from the tests source dir.Stephen D. Huston2010-04-281-1/+1
* Fix path to broker exe so it can be stopped when needed.Stephen D. Huston2010-04-281-5/+6
* Cluster management improvements:Ted Ross2010-04-231-5/+5
* QPID-1904: File mised in previous checkinAndrew Stitcher2010-04-231-1/+1
* QPID-1904: Ensure that all timestamp uses are correctly relative to 1/1/1970 ...Andrew Stitcher2010-04-232-3/+3
* Fix bug in disabling sequence number and timestamp.Alan Conway2010-04-221-5/+9
* QPID-2527: Remove Thread::id member as its uses are better implemented by com...Andrew Stitcher2010-04-212-2/+2
* Add QMF_LIB to PYTHONPATH to pick up qmf.consoleStephen D. Huston2010-04-211-3/+6
* Add QMF_LIB to PYTHONPATH to pick up qmf.consoleStephen D. Huston2010-04-213-3/+9
* qpid_send: make serialno & timestamp optional.Alan Conway2010-04-212-9/+19
* Consistent use of string constants for message property keys in sender/receiv...Alan Conway2010-04-218-12/+21
* Count latency samples, don't assume all messages are latency samples.Alan Conway2010-04-212-4/+8
* QPID-2487: remove call to reversed() - not in pre2.4 python, increased bind t...Kenneth Anthony Giusti2010-04-201-9/+9
* Port of the ACL tests script to Windows Powershell.Stephen D. Huston2010-04-191-0/+98
* Add store test executions if building the store module. Add trigger on messag...Stephen D. Huston2010-04-192-0/+104
* QPID-2487: add wait for new exchange to appear in qmfKenneth Anthony Giusti2010-04-191-22/+48
* Add missing Statistics.cpp to sender test's sourcesStephen D. Huston2010-04-191-1/+1
* QPID-2487: fix route propagation tests to prevent spurious timeouts.Kenneth Anthony Giusti2010-04-161-58/+263
* qpid_cpp_benchmark: added options to set address options for sending/receiving.Alan Conway2010-04-161-13/+13
* Added throughput reporting to sender.cpp.Alan Conway2010-04-162-8/+29
* Implementation of QPID-2509 (Remove message staging from C++ broker)Kim van der Riet2010-04-151-64/+3
* Install new old-examples visual studio solution fileAndrew Stitcher2010-04-151-0/+4
* Tidy up unnecessary includes in ConnectionSettings and fix consequencesGordon Sim2010-04-142-0/+4
* Fix url parsing to make hostname requiredGordon Sim2010-04-141-3/+5
* 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