summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Export callMe on Windows; fixes QPID-1958Stephen D. Huston2009-06-261-1/+5
* Added qpid_ping: a simple client to verify broker responsiveness.Alan Conway2009-06-252-0/+120
* Fix to perftest to make sure that all threads are joined even if thereAndrew Stitcher2009-06-231-27/+23
* Renamed new directory to avoid clashing with executable name where build is d...Gordon Sim2009-06-236-0/+0
* Script fixes to get tests going on Windows; includes properly licensed backgr...Stephen D. Huston2009-06-223-26/+51
* Test script to run distributed perftest against a cluster.Alan Conway2009-06-226-0/+150
* 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-173-28/+6
* Change to test directory names for installed testsKim van der Riet2009-06-111-2/+2
* Updates to python cluster tests and associated scriptsKim van der Riet2009-06-105-29/+61
* Enhanced test sender to allow the lvq match keys used to be specified in a file.Gordon Sim2009-06-091-5/+15
* If expiration is already set, don't alter it.Gordon Sim2009-06-081-0/+14
* 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