summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix setting of accept mode in perftest which appears to be back-to-front.Gordon Sim2008-11-281-1/+1
* QPID-1485: check required group is set etc when running failover test (patch ...Gordon Sim2008-11-271-0/+24
* Backed out last change; not sure it actually makes sense.Gordon Sim2008-11-271-36/+1
* Ensure broker doesn't hang waiting for async enqueue to complete on shutdown.Gordon Sim2008-11-271-1/+36
* * QPID-1488: test that policy pointer is setGordon Sim2008-11-271-0/+7
* QPID-1489: Tidy epoll code to remove a valgrind warning on 32bit Linux:Andrew Stitcher2008-11-261-7/+0
* Removed mistakenly commited lines.Alan Conway2008-11-261-4/+0
* Cluster.cpp: Fixed last-node-standing logic, better logging.Alan Conway2008-11-263-4/+9
* Fixed problem of recurring xids (0, 1, 2...) on successive txtest runs which ...Kim van der Riet2008-11-261-7/+9
* Fix typo.Alan Conway2008-11-261-1/+1
* cluster_test.cpp: Extended testUnacked to cover acquired, accepted but not co...Alan Conway2008-11-251-3/+23
* Prevent cluster module being loaded twice if module is also installed.Gordon Sim2008-11-251-0/+1
* QPID-1478: ensure concurrent publishers work correctly (as well as reported a...Gordon Sim2008-11-241-0/+56
* tests/failover_soak.cpp: Only load cluster module, reduces logging clutter.Alan Conway2008-11-241-3/+2
* tests/failover_soak.cpp: add unique log-prefix per broker.Alan Conway2008-11-241-1/+4
* Reduce logging noise from NullMessageStore: log "persistence disabled" once a...Alan Conway2008-11-242-2/+2
* QPID-1464 - Moved qmf console API out of python/qpid and into python/qmfTed Ross2008-11-201-2/+2
* Replaced boost.spirit-based URL parser with simple recursive descent parser.Alan Conway2008-11-201-25/+28
* Added some extra test options.Gordon Sim2008-11-203-15/+24
* File descriptor leak in ForkedBroker test utility.Alan Conway2008-11-191-6/+10
* tests/failover_soak: run a cluster with clients, kill and restart cluster mem...Alan Conway2008-11-197-9/+1058
* Optional cluster integration with cman quorum service.Alan Conway2008-11-182-7/+6
* Remove optimistic consume options. Better default message for SSL errors.Alan Conway2008-11-172-48/+12
* Fixed erroneous test preventing cleanup of broker.Gordon Sim2008-11-171-1/+1
* QPID-1465: Fixed initialisation of minimum value so it is tracked correctlyAndrew Stitcher2008-11-141-1/+2
* Ensure config file can be found (its in source tree not build tree)Gordon Sim2008-11-141-1/+2
* Added further test script missing from distribution list and thus causing dis...Gordon Sim2008-11-141-0/+1
* Added some failover capable testsGordon Sim2008-11-145-0/+516
* Add config.null file to distributed list or distcheck fails (todo: might be n...Gordon Sim2008-11-141-0/+1
* Added QPID_NO_MODULE_DIR to prevent client from loading libraries fromTed Ross2008-11-131-0/+1
* Added null config for SSL test. This test will malfunction if there isTed Ross2008-11-132-1/+2
* Cluster replicates queues/exchanges with same encode/decode functions as the ...Alan Conway2008-11-121-0/+24
* fixed encoding of 64 bit types and added additional tests for 64 bit integersRafael H. Schloming2008-11-111-3/+8
* * don't call exit after catching exception on any particular thread as the ot...Gordon Sim2008-11-101-5/+6
* Add Message callbacks for async completion.Alan Conway2008-11-062-0/+101
* Restrict connection close codes to the set defined in the specGordon Sim2008-11-061-28/+28
* Removed the --enforce-acl option. Instead if a policy file is specified acl w...Rajith Muditha Attapattu2008-11-061-1/+1
* * fix bug causing last message to occasionally be lost on replayGordon Sim2008-11-061-0/+20
* SubscriptionManager and Dispatcher were missing wait() methods meaning that i...Gordon Sim2008-11-061-2/+2
* Added ability to release messages through the Subscription class (+test)Gordon Sim2008-11-051-0/+84
* Fix error in run_test.Alan Conway2008-11-051-1/+1
* Cluster: clean up connections when a member leaves the cluster.Alan Conway2008-11-053-4/+6
* Cluster: replicate transaction state to newcomers.Alan Conway2008-11-052-28/+24
* fixed compilation warnings from comparison of signed and unsigned intsGordon Sim2008-11-051-2/+2
* renamed suite to avoid collision for newer versions of boostGordon Sim2008-11-041-1/+1
* constants.rb: generate type code constants for AMQP types. Useful with Array.Alan Conway2008-11-042-4/+49
* Added unit test for replay utility class.Gordon Sim2008-11-042-1/+81
* Allow local broker to be run in any position in a ClusterFixture.Alan Conway2008-11-041-84/+77
* correction for Active-Active clustering, allowing late joining nodes in the c...Carl C. Trieloff2008-11-031-37/+54
* Various fixes arising from testing client failover:Gordon Sim2008-11-031-5/+4