summaryrefslogtreecommitdiff
path: root/cpp/src/tests/cluster_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added return Message overload of SubscriptionManager get().Alan Conway2008-10-311-6/+3
* Replicate session state for un-acknowledged messages to new cluster members.Alan Conway2008-10-301-8/+67
* cluster_test: Unit test for Tx state replication.Alan Conway2008-10-201-0/+27
* cluster: DumpClient replicates session MessageBuilder.Alan Conway2008-10-201-0/+54
* cluster: DumpClient updates consumer notifyEnabled and blocked.Alan Conway2008-10-201-2/+17
* Suppress logging expected errors in tests.Alan Conway2008-10-171-8/+12
* Fix signed/unsigned compile error.Alan Conway2008-10-161-4/+4
* Extended dump consumer test to cover member death.Alan Conway2008-10-161-14/+29
* Fix race in cluster causing incorrect known-broker lists to be sent to clients.Alan Conway2008-10-161-28/+35
* Client-side support for amq.faiover exchange. Connection::getKnownBrokers pro...Alan Conway2008-10-091-44/+24
* broker: Fixed incorrect pass-by-reference of Queue::shared_ptr in several files.Alan Conway2008-10-071-4/+79
* Cluster join & brain-dumps working.Alan Conway2008-10-031-28/+3