summaryrefslogtreecommitdiff
path: root/cpp/src/tests/cluster_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cluster: remove un-necessary code for config-seq.Alan Conway2010-03-311-1/+1
* Cluster: fix update of failover exchange.Alan Conway2010-02-021-1/+1
* Fix intermittent test error: cluster_test.cpp(1108): error in "testRelease": ...Alan Conway2010-01-191-0/+1
* QPID-2296: Cluster errors when using acquire-mode-not-acquiredAlan Conway2009-12-221-0/+37
* Clean up test environment variables, prepare for running more tests in cmake.Alan Conway2009-11-301-2/+2
* Changes to hopefully address a sporadic test failure. Couldn't reproduce so n...Alan Conway2009-11-201-8/+5
* cluster::InitialStatusMap and unit tests, support for improved cluster join p...Alan Conway2009-11-171-5/+0
* Fix leak in SASL code, enable cluster ACL test.Alan Conway2009-11-021-8/+9
* Separate FailoverListener from client::Connection.Alan Conway2009-10-261-4/+9
* Fix race condition in testExclusiveQueueUpdate causing occasional false failu...Alan Conway2009-10-081-0/+1
* Fixed: cluster udpate did not presever deliver-properties.exchange on messages.Alan Conway2009-10-051-4/+54
* Tidied up namespace usageAndrew Stitcher2009-09-091-2/+7
* Remove incorrect directory from #includeAlan Conway2009-07-141-5/+5
* Add directory to #includeAlan Conway2009-07-141-5/+5
* QPID-1974: Fixes (and tests) for updating lvq state to new cluster members.Gordon Sim2009-07-081-2/+63
* Fix for cluster_test problems: a) When not started from within test dir, qpid...Kim van der Riet2009-07-011-90/+100
* Fix cluster race condition with connections closed by broker while in use.Alan Conway2009-06-301-5/+12
* Handle invalid AMPQ data to a cluster by closing the offending connection.Alan Conway2009-06-171-2/+42
* Drop _EXPECTED_FAILURES macro, doesn't work with all boost versions.Alan Conway2009-06-171-1/+2
* Updates to python cluster tests and associated scriptsKim van der Riet2009-06-101-7/+7
* Further fix to new cluster member state transfer to fix a case where unacked ...Gordon Sim2009-06-051-20/+67
* Ensure that ring queue behaves as expected when replicated to newly joined cl...Gordon Sim2009-06-031-1/+78
* QPID-1873: Further test case contributed by Mick Goulish.Gordon Sim2009-05-271-0/+25
* Fixed erroneous use of arg::durable in messageTransfer()Kim van der Riet2009-05-271-43/+50
* QPID-1488: Ensure policy state (+ store state & mgmt stats) are accurate on n...Gordon Sim2009-05-271-0/+52
* Changed name of store switch environment variableKim van der Riet2009-05-051-24/+24
* Cluster test code now has a persistence switch controlled by the environment....Kim van der Riet2009-05-011-84/+130
* Apply PIMPL pattern to qpid::client::Message.Alan Conway2009-04-201-0/+1
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-111-24/+6
* Added cluster ACL test, disabled for now as it exposes a memory leak in the S...Alan Conway2009-03-101-35/+48
* Fix cluster TTL: replicte expiry information to newcomers.Alan Conway2009-03-091-3/+16
* cluster: fix delivery-property.exchange-name set on updated messages.Alan Conway2009-03-051-1/+3
* QPID-1705: added unit test for heartbeat firing after connection has failed overGordon Sim2009-03-021-0/+85
* Cluster security support:Alan Conway2009-02-121-9/+49
* Cluster support for message time-to-live.Alan Conway2009-02-091-42/+83
* Fix doubly-defined function.Alan Conway2009-02-091-7/+0
* QPID-1650 Mick Goulish: separte ClusterFixture from cluster_test.cpp for use ...Alan Conway2009-02-061-81/+1
* Fix for race conditions in cluster join.Alan Conway2009-02-031-2/+2
* Cluster rename: dump -> update, newbie -> joinerAlan Conway2009-01-271-6/+6
* Separate cluster::EventHeader to allow non-copy events.Alan Conway2009-01-161-11/+0
* Cluster.cpp: Fixed last-node-standing logic, better logging.Alan Conway2008-11-261-0/+1
* 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
* Cluster replicates queues/exchanges with same encode/decode functions as the ...Alan Conway2008-11-121-0/+24
* Cluster: clean up connections when a member leaves the cluster.Alan Conway2008-11-051-1/+2
* Cluster: replicate transaction state to newcomers.Alan Conway2008-11-051-28/+21
* fixed compilation warnings from comparison of signed and unsigned intsGordon Sim2008-11-051-2/+2
* constants.rb: generate type code constants for AMQP types. Useful with Array.Alan Conway2008-11-041-0/+45
* Allow local broker to be run in any position in a ClusterFixture.Alan Conway2008-11-041-84/+77
* Cluster returns connection exception for un-supported AMQP features.Alan Conway2008-10-311-0/+14