summaryrefslogtreecommitdiff
path: root/cpp/src/tests/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Install useful tests.Alan Conway2010-01-061-20/+21
* QPID-2289: Fixed copy constructor in qpid::messaging::Message, added in equal...Gordon Sim2009-12-171-1/+2
* QPID-2227 C++ "make dist" is missing cluster.cmake and has unneeded test_env.shAndrew Stitcher2009-12-031-1/+1
* Clean up test environment variables, prepare for running more tests in cmake.Alan Conway2009-11-301-6/+1
* Fix autotool dependency on installed libtool for running "make check"Andrew Stitcher2009-11-301-0/+1
* Added test_env.sh script to distributed file listGordon Sim2009-11-201-1/+2
* Removed the Visual Studio solution/project files, as these are now generated ...Stephen D. Huston2009-11-201-18/+3
* Added support for address parsing, create/assert/delete policiesGordon Sim2009-11-111-1/+2
* Clean up files left behind by tests in make clean.Alan Conway2009-11-041-1/+1
* Fix dependencies so python client used by tests is built before tests.Alan Conway2009-09-291-0/+3
* Fix python tests to work in VPATH builds and for make distcheck.Alan Conway2009-09-281-23/+37
* Fix to allow python testing stuff to build outside source treeAndrew Stitcher2009-09-231-4/+2
* rhs's new system for python allows us to build python testMichael Goulish2009-09-231-0/+7
* Rolling back my recent change 816715. These script changes don't work with t...Michael Goulish2009-09-181-8/+0
* rhs's new system for python allows us to build python testMichael Goulish2009-09-181-0/+8
* backing out change r815804 -- didn't test with clustering turned on.Michael Goulish2009-09-161-7/+0
* rhs's new system for python allows us to build python testMichael Goulish2009-09-161-0/+7
* QPID-664: Added automatic reconnection logic.Gordon Sim2009-09-071-0/+5
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-251-1/+3
* Reinstate reliable_replication_testAndrew Stitcher2009-08-111-2/+1
* qrsh initial checkin.Michael Goulish2009-08-031-0/+12
* Fix race condition in cluster error handling.Alan Conway2009-07-311-1/+1
* Separate generated public header files from non-public headers, generated cod...Alan Conway2009-07-271-1/+19
* Update queue listeners in the correct order.Alan Conway2009-07-161-2/+3
* Merge branch 'move_public_h_to_include' into trunkAlan Conway2009-07-151-1/+1
* QPID-1984: Temporarily disabled the failing test until the error can be resol...Gordon Sim2009-07-141-1/+2
* Fix for cluster_test problems: a) When not started from within test dir, qpid...Kim van der Riet2009-07-011-1/+3
* Add some ring queue tests to make check-long (fix script to use QPID_PORT cor...Gordon Sim2009-06-301-2/+4
* Added extra test script for testing ring queues plus a random data generation...Gordon Sim2009-06-291-0/+4
* Added qpid_ping: a simple client to verify broker responsiveness.Alan Conway2009-06-251-0/+5
* Change to test directory names for installed testsKim van der Riet2009-06-111-2/+2
* Made the test_store lib installable to be used with installable testsKim van der Riet2009-06-041-2/+4
* Fixes to cluster tests which enable them to be built and run outside the sour...Kim van der Riet2009-06-021-0/+1
* Added installable python cluster tests that can be run from an external store...Kim van der Riet2009-05-261-8/+25
* 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-011-1/+7
* Unit test for PollableCondition.Alan Conway2009-04-221-1/+2
* Apply PIMPL pattern to qpid::client::Message.Alan Conway2009-04-201-1/+2
* Removed defunct interop_runner test, was never updated from 0-8 channel API.Alan Conway2009-04-151-18/+0
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-111-1/+7
* QPID-1724: Allow replication events to be shared across multiple federations ...Gordon Sim2009-03-101-1/+2
* configure.ac:Manuel Teira Paz2009-03-101-3/+3
* QPID-1719: extra test for federated cluster (includes node failure which requ...Gordon Sim2009-03-061-2/+4
* Remove -Wno-missing-field-initializers which is not supported by gcc3.4Andrew Stitcher2009-03-021-1/+0
* - Reworked DispatchHandler state machine to eliminate race conditionsAndrew Stitcher2009-03-021-0/+1
* Add FrameDecoder unit test, update comments in Cluster.h/cpp.Alan Conway2009-02-251-1/+2
* Added tests for federated links to and from a clusterGordon Sim2009-02-181-1/+1
* Allow passing extra argv arguments to ClusterFixture.Alan Conway2009-02-121-1/+2
* Run python tests against a single-member cluster in check-long.Alan Conway2009-01-291-4/+8
* Producer side rate throttling:Andrew Stitcher2009-01-271-1/+2