summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* QPID-2935: merge latest trunkqpid-2935Kenneth Anthony Giusti2011-02-195-3/+170
* QPID-2935: Cluster flow control tests.Alan Conway2011-02-181-156/+89
* Fix compile errors on RHEL5 - signed/unsigned comparison.Alan Conway2011-02-181-6/+6
* QPID-2935: fix cmake build on linuxKenneth Anthony Giusti2011-02-182-135/+0
* QPID-2935: refactor to use the new Queue Observer interface.Kenneth Anthony Giusti2011-02-171-15/+67
* QPID-2935: sync with latest trunkKenneth Anthony Giusti2011-02-177-25/+109
* QPID-2935: remove flow control parameters from qmf schema.Kenneth Anthony Giusti2011-02-161-8/+8
* QPID-2935: Fix compile errors on RHEL5.Alan Conway2011-02-162-4/+6
* QPID-2935: move completion from msg to session cmd context.Kenneth Anthony Giusti2011-02-165-2/+197
* QPID-2935: make flow control enabled by defaultKenneth Anthony Giusti2011-02-143-0/+109
* QPID-2935: update cmake scriptsKenneth Anthony Giusti2011-02-091-0/+1
* QPID-2935: modify flow accounting api per review input.Kenneth Anthony Giusti2011-02-081-47/+46
* QPID-2935: resync with latest trunkKenneth Anthony Giusti2011-02-087-66/+802
* QPID-2935: add simple flow testsKenneth Anthony Giusti2011-02-043-2/+305
* pull in sequence set fixKenneth Anthony Giusti2011-02-041-0/+44
* add mgmt configuration supportKenneth Anthony Giusti2011-01-311-8/+9
* remove changes to QueuePolicy in lieu of QueueFlowLimitsKenneth Anthony Giusti2011-01-311-209/+0
* QPID-2935: add per-queue flow limitsKenneth Anthony Giusti2011-01-312-0/+308
* QPID-2935: provide producer flow control api to QueuePolicyKenneth Anthony Giusti2011-01-241-0/+209
* QPID-2921: (partial) Async completion of message.transfer and execution.sync ...Kenneth Anthony Giusti2011-01-242-3/+2
* QPID-3007 Disabled cluster log verification tests, causing sporadic failures.Alan Conway2011-01-192-2/+5
* QPID-2982 Bug 669452 - Creating a route and using management tools can crash ...Alan Conway2011-01-182-1/+42
* QPID-2997: remove oid disambiguation, re-order mgmt object status updates.Kenneth Anthony Giusti2011-01-181-13/+133
* Fixes QPID-2499: Stale federation routes remain after route deletion.Jonathan Robie2011-01-131-40/+33
* QPID-2982: Fix discrepancy in management object and deleted object counts.Alan Conway2011-01-132-10/+13
* qpid-test-cluster script: added -d option to delete data-directory.Alan Conway2011-01-121-15/+31
* Remove unnecessary sleeps.Michael Goulish2011-01-111-6/+1
* Added cluster_test_logs.py to EXTRA_DIST for use by store tests.Alan Conway2011-01-111-0/+1
* QPID-2982: Improved cluster/management logging and automated test for log con...Alan Conway2011-01-072-7/+119
* config.null line wasn't needed, and was messing up vpath builds.Michael Goulish2011-01-061-1/+1
* Allow command line utilities to require a given SASL mechanism.Jonathan Robie2010-12-211-0/+49
* Change tmp directories from /tmp/sasl_fed/RANDOM to /tmp/sasl_fed_RANDOM.Michael Goulish2010-12-172-3/+3
* Made qpid-xxx management scripts callable as python functions.Jonathan Robie2010-12-171-18/+124
* Include the new sasl_fed_ex test in EXTRA_DIST.Michael Goulish2010-12-171-1/+1
* In broker::ConectionHandler, use the security settings, if any, Michael Goulish2010-12-162-1/+251
* Temporarily raise the logging level for cluster_tests.LongTests.test_manageme...Alan Conway2010-12-151-0/+2
* Fix flow control for qpid-cpp-benchmark with multiple senders.Alan Conway2010-12-153-17/+21
* Add end-to-end flow control to qpid-send, qpid-receive and qpid-cpp-benchmark.Alan Conway2010-12-143-9/+49
* Modified qpid-cluster to support the way it is called from Jonathan Robie2010-12-101-1/+1
* QPID-2966: Disable test when python lib is not availableGordon Sim2010-12-101-0/+1
* QPID-2966: Add QMF method to dynamically set the log level.Gordon Sim2010-12-105-2/+178
* fix signed vs unsigned compare errorsKenneth Anthony Giusti2010-12-031-4/+4
* add unit tests for cluster replication of deleted broker mgmt objectsKenneth Anthony Giusti2010-12-031-9/+362
* fix distcheck build problem with broker mgmt unit testKenneth Anthony Giusti2010-12-021-6/+3
* revert nodist makefile change to fix bootstrap errorKenneth Anthony Giusti2010-12-021-1/+1
* enable broker mgmt agent test, fix distcheck errors.Kenneth Anthony Giusti2010-12-022-1/+3
* Modified cluster_tests causes broker shut down with invalid-argument error.Alan Conway2010-12-011-2/+5
* Enable cluster-safe assertions on transition to CATCHUPAlan Conway2010-12-011-2/+2
* Add a unit_test fixture for the Brokers internal management agent.Kenneth Anthony Giusti2010-12-017-6/+408
* Binds integer, floating point, or string-typed headers using appropriate data...Jonathan Robie2010-11-261-2/+72