summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* QPID-1974: Fixes (and tests) for updating lvq state to new cluster members.Gordon Sim2009-07-081-2/+63
* Added python long cluster test outline for long tests and soak tests. Also ad...Kim van der Riet2009-07-075-7/+90
* Add expected failure case to the list (purge is currently disabled on cluster...Gordon Sim2009-07-071-0/+1
* More tests and completion of fix for 791672Carl C. Trieloff2009-07-071-0/+28
* Corrected the case where message on more than one queue does not persist when...Carl C. Trieloff2009-07-071-1/+32
* Don't try to unset MEMORYCHECK_COMMAND - jut leave it if not neededStephen D. Huston2009-07-021-2/+0
* Enabled tests, corrected Boost lib locatorsStephen D. Huston2009-07-011-22/+16
* Fix for cluster_test problems: a) When not started from within test dir, qpid...Kim van der Riet2009-07-015-203/+226
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-011-2/+3
* Fix cluster race condition with connections closed by broker while in use.Alan Conway2009-06-303-8/+17
* Add some ring queue tests to make check-long (fix script to use QPID_PORT cor...Gordon Sim2009-06-303-6/+44
* Minor test env name cleanup which syncs with changes to storeKim van der Riet2009-06-292-9/+9
* Backout last change to test scriptGordon Sim2009-06-291-1/+1
* Have receivers in test ignore duplicates (makes it possible to recover from c...Gordon Sim2009-06-291-1/+1
* Added extra test script for testing ring queues plus a random data generation...Gordon Sim2009-06-293-0/+274
* In isInline() don't try to take address of a vector w/o storage yet; fixes QP...Stephen D. Huston2009-06-261-0/+4
* Take dirpath off of plugin name to load; fixes QPID-1959Stephen D. Huston2009-06-261-2/+2
* 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