summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* LVQ queue option for no acquireCarl C. Trieloff2008-12-161-0/+8
* Added the ASF license header to the following filesRajith Muditha Attapattu2008-12-1625-0/+500
* Added ASF license to makefilesGordon Sim2008-12-153-0/+56
* QPID-1527: Added exclusive option to SubscriptionSettings and accompanying test.Gordon Sim2008-12-101-6/+17
* QPID-1526: add checks for exclusive ownership plus tests to verify they are e...Gordon Sim2008-12-101-1/+1
* This is related to QPID-1523Rajith Muditha Attapattu2008-12-101-2/+16
* Cluster: Option --cluster-read-max configures read-to-redeliver flow-control.Alan Conway2008-12-091-1/+1
* QPID-1514: Add check for presence of key to FieldTable::erase()Gordon Sim2008-12-041-0/+19
* clean upCarl C. Trieloff2008-12-032-631/+0
* cluster: add Event size to encoded header.Alan Conway2008-12-032-0/+632
* QPID-1497: Ensure policy count and size reflect transactionality of dequeuesGordon Sim2008-12-011-0/+57
* 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