summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* QPID-1721: Fixes for replication between clusters when new members are addedGordon Sim2009-03-092-2/+130
* Ack outstanding messages before closingGordon Sim2009-03-091-0/+3
* QPID-1719: extra test for federated cluster (includes node failure which requ...Gordon Sim2009-03-062-2/+27
* Moved a variable inside an assertion to avoid unused variable error when the ...Jonathan Robie2009-03-061-2/+1
* QPID-1719: Ensure management object id remain in sync across cluster.Gordon Sim2009-03-061-5/+35
* QPID-1718: Ensure that cancellation caused by e.g. SubscriptionManager::get()...Gordon Sim2009-03-051-0/+18
* QPID-1717: Check that target queue for replication events exists before atte...Gordon Sim2009-03-051-0/+6
* cluster: fix delivery-property.exchange-name set on updated messages.Alan Conway2009-03-053-17/+17
* QPID-1710: update test inline with modified method signature.Gordon Sim2009-03-041-1/+1
* cpp/src/tests/ForkedBroker.cpp: supress misleading exceptions with kill -9.Alan Conway2009-03-032-4/+3
* cluster::UpdateClient added missing error handling.Alan Conway2009-03-034-38/+96
* QPID-1707 Mick Goulish. Improved failover_soak codeAlan Conway2009-03-031-8/+19
* Replicate connection decoder fragments to new members.Alan Conway2009-03-022-2/+2
* Remove -Wno-missing-field-initializers which is not supported by gcc3.4Andrew Stitcher2009-03-022-3/+2
* - Reworked DispatchHandler state machine to eliminate race conditionsAndrew Stitcher2009-03-022-11/+68
* QPID-1705: added unit test for heartbeat firing after connection has failed overGordon Sim2009-03-021-0/+85
* Sorry, forgot a crucial line in my last 'fix'!Gordon Sim2009-02-271-0/+1
* Fix test to account for failure after last message has been delivered, but be...Gordon Sim2009-02-271-4/+8
* Add browse option, useful for ad-hoc testing.Gordon Sim2009-02-261-6/+9
* Added a couple of extra options that are useful in ad-hoc testing.Gordon Sim2009-02-261-7/+21
* QPID-1693: Improvements to failover soak test from mgoulish@redhat.comGordon Sim2009-02-261-40/+129
* Add FrameDecoder unit test, update comments in Cluster.h/cpp.Alan Conway2009-02-252-1/+75
* QPID-1685: Fixed ring queue policyGordon Sim2009-02-251-0/+9
* Replace struct name to avoid clashing with similarly named struct in ClientSe...Gordon Sim2009-02-251-3/+3
* Fixed issue with producer flow control in a cluster.Alan Conway2009-02-243-5/+4
* QPID-1678 Mick Goulish: failover_soak using UUIDs for cluster name to avoid c...Alan Conway2009-02-242-8/+9
* QPID-1674 Mick Goulish: Fixes an error caused by a string going out of scope ...Alan Conway2009-02-232-21/+24
* Commit accepts of control messages (else they are left on queue)Gordon Sim2009-02-201-0/+1
* Merged win-pollable-condition branch changes 743545:746056 into trunkStephen D. Huston2009-02-201-0/+1
* Ensure pythonpath is set correctlyGordon Sim2009-02-191-0/+1
* Fixed for cases where --subs > 1 and --iterations > 1Gordon Sim2009-02-181-1/+14
* Added tests for federated links to and from a clusterGordon Sim2009-02-183-3/+134
* QPID-1667: Test case (fix was submitted in previous rev)Gordon Sim2009-02-171-0/+16
* Ensure that the queue depth in bytes remains accurate for LVQ. This also ensu...Gordon Sim2009-02-131-0/+22
* Add --no-module-dir to start_cluster script.Alan Conway2009-02-131-1/+1
* Test case for previous commit.Gordon Sim2009-02-131-0/+4
* Cluster security support:Alan Conway2009-02-124-12/+63
* Remove unicode when dealing with usernames and passwords in URLs.Ted Ross2009-02-121-1/+1
* Allow passing extra argv arguments to ClusterFixture.Alan Conway2009-02-126-108/+146
* QPID-1660: If selected consumer can't take a message, ensure others are notif...Gordon Sim2009-02-121-0/+33
* Fix cluster flow control bug: hang with large messages (>frame-max) and low -...Alan Conway2009-02-101-2/+1
* Cluster support for message time-to-live.Alan Conway2009-02-092-43/+85
* Fix doubly-defined function.Alan Conway2009-02-092-19/+10
* Fix error in run_acl_tests.Alan Conway2009-02-061-2/+1
* QPID-1650 Mick Goulish: separte ClusterFixture from cluster_test.cpp for use ...Alan Conway2009-02-065-83/+226
* Fixes to producer flow control to reduce the numberAndrew Stitcher2009-02-041-6/+8
* Fixed run_acl_tests.Alan Conway2009-02-041-3/+2
* Cluster sets recovery flag on Broker for first member in cluster.Alan Conway2009-02-041-0/+1
* Fix for race conditions in cluster join.Alan Conway2009-02-032-2/+3
* Initial version of Windows, Visual Studio .NET 2008 projectsStephen D. Huston2009-02-0217-0/+7192