summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Pass platform's shared lib prefix, suffix to test progs that need it; use it ...Stephen D. Huston2009-04-293-25/+25
* Add tests; revise checks for C++ headers to uuse C++, not CStephen D. Huston2009-04-282-160/+228
* Merge in initial changes to allow building with CMake; rubygen and management...Stephen D. Huston2009-04-231-0/+253
* Fix compile warning-turned-errorStephen D. Huston2009-04-231-1/+1
* Apply PIMPL pattern to client::Completion and client::Future.Alan Conway2009-04-231-0/+13
* Fix valgrind error in PollableCondition unit test.Alan Conway2009-04-221-1/+1
* Unit test for PollableCondition.Alan Conway2009-04-222-1/+119
* Apply PIMPL pattern to qpid::client::Message.Alan Conway2009-04-205-6/+54
* Small change to ClusterFixture which allows a different path to the cluster.s...Kim van der Riet2009-04-172-16/+17
* Override the executable used by ForkedBroker by setting an env. var.Alan Conway2009-04-162-3/+4
* Removed defunct interop_runner test, was never updated from 0-8 channel API.Alan Conway2009-04-159-793/+0
* Clean up temporary data directories in tests.Alan Conway2009-04-154-19/+30
* Fix bug in SocketProxy causing occasional hangs in tests.Alan Conway2009-04-151-2/+2
* Update client test to use SubscriptionManager.Alan Conway2009-04-151-26/+9
* Fix regression: close shadow connections belonging to brokers that have left ...Alan Conway2009-04-142-1/+60
* Trivial fix for gcc 4.3 compiler (F10) "may be used uninitialized" errorKim van der Riet2009-04-131-1/+2
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-1114-106/+468
* Add durability option to the cpp failover_soak test. Alan Conway2009-04-094-19/+54
* cpp/src/tests/failover_soak.cpp: allow it to run with all modules loaded or o...Alan Conway2009-03-312-32/+39
* Lib tweaksStephen D. Huston2009-03-2717-164/+164
* Enable SocketProxy portability to Windows; fixes QPID-1765Stephen D. Huston2009-03-261-41/+70
* Fix some bashishms in test scriptsManuel Teira Paz2009-03-172-11/+24
* In testLoggerFormat:Manuel Teira Paz2009-03-171-1/+1
* QPID-1741: Fix for later versions of boost test API (from Jan Sarenik)Gordon Sim2009-03-171-1/+8
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-1225-447/+560
* QPID-1729: trivial cleanup for shutdown in the case that perftest loses conne...Gordon Sim2009-03-121-2/+4
* QPID-1724: Allow replication events to be shared across multiple federations ...Gordon Sim2009-03-102-1/+131
* Added cluster ACL test, disabled for now as it exposes a memory leak in the S...Alan Conway2009-03-101-35/+48
* configure.ac:Manuel Teira Paz2009-03-108-11/+23
* Fix cluster TTL: replicte expiry information to newcomers.Alan Conway2009-03-092-4/+16
* 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