summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Further fix to new cluster member state transfer to fix a case where unacked ...Gordon Sim2009-06-052-20/+68
* Patch from Michael Goulish - QPID-1891 "fix declaration problems with boost 1...Kim van der Riet2009-06-052-5/+7
* Made the test_store lib installable to be used with installable testsKim van der Riet2009-06-041-2/+4
* Initial capabilities to run test suite on WindowsStephen D. Huston2009-06-0310-30/+491
* Ensure that ring queue behaves as expected when replicated to newly joined cl...Gordon Sim2009-06-031-1/+78
* Python cluster test improvements and some additional testsKim van der Riet2009-06-033-354/+491
* Change to make suppression apply on fc5 as well as rhel5.Gordon Sim2009-06-031-1/+1
* Fixes to cluster tests which enable them to be built and run outside the sour...Kim van der Riet2009-06-022-7/+7
* Some fixes to QPID-1879 so that clustering still works:Andrew Stitcher2009-06-011-3/+1
* QPID-1819: ensure that security layer implementation can cope with the case w...Gordon Sim2009-06-011-0/+20
* make cluster.py executable fix typo in test scriptGordon Sim2009-05-292-1/+1
* Fix from gsim for python path; also changed name of QPID_CONFIG environment v...Kim van der Riet2009-05-272-12/+15
* 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
* Set log level for forked brokers to notice+ rather than error+.Alan Conway2009-05-271-1/+1
* QPID-1488: Ensure policy state (+ store state & mgmt stats) are accurate on n...Gordon Sim2009-05-271-0/+52
* Persistent cluster test added which checks for recovery of queue and messages...Kim van der Riet2009-05-262-39/+84
* Added installable python cluster tests that can be run from an external store...Kim van der Riet2009-05-268-20/+1051
* Optimized TopicExchange matching.Alan Conway2009-05-221-119/+73
* More work on cmake:Andrew Stitcher2009-05-142-8/+16
* Windows adjustments to run testsStephen D. Huston2009-05-111-2/+3
* Patch small probs building tests, examples on WindowsStephen D. Huston2009-05-111-14/+12
* Cmake fixes:Andrew Stitcher2009-05-111-4/+6
* Added method to test validity of session object.Gordon Sim2009-05-111-0/+7
* More work on cmake: Get many more tests working on Linux nowAndrew Stitcher2009-05-072-12/+62
* DeliveryRecord optimizations.Alan Conway2009-05-061-1/+1
* Remove useless qpid/shared_ptr.h wrapper.Alan Conway2009-05-061-3/+3
* Remove client::Execution and FrameSet from the public API.Alan Conway2009-05-061-2/+1
* Changed name of store switch environment variableKim van der Riet2009-05-051-24/+24
* Applied PIMPL pattern to SubscriptionManager.Alan Conway2009-05-049-3/+11
* Refactored the DispatchHandle/Poller code to remove a long standingAndrew Stitcher2009-05-041-25/+33
* Some more fixes to build under Visual Studio 2008Andrew Stitcher2009-05-032-2/+2
* Add Visual Studio sln/vcproj files to EXTRA_DIST to include them in releases;...Stephen D. Huston2009-05-011-1/+18
* Cluster test code now has a persistence switch controlled by the environment....Kim van der Riet2009-05-017-112/+175
* Help more tests runStephen D. Huston2009-04-302-40/+23
* Fixed testShlib and testAutoShlib path typoKim van der Riet2009-04-301-2/+2
* 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