summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* test_enf.sh: Added missing directories to PATHAlan Conway2010-01-291-1/+1
* QPID-2374: Null authenticator now checks for SSL if --encryption-required spe...Kenneth Anthony Giusti2010-01-281-1/+1
* QPID-664: change format of connection options string to match address options...Gordon Sim2010-01-284-13/+17
* Test for management + cluster: run management tools in parallel with regular ...Alan Conway2010-01-272-5/+70
* Locate an executable's path correctly and set up in PATH properly. Catch up r...Stephen D. Huston2010-01-272-9/+6
* Fix cluster elder calculation to ensure unique elder.Alan Conway2010-01-271-17/+21
* QPID-664: change cancel() to close() for consistencyGordon Sim2010-01-271-18/+18
* Explicitly ignore SIGCHLD signal by sending it to an empty function so thatAndrew Stitcher2010-01-251-0/+17
* QPID-2347: Signal deletion of queue to active subscribers via a resource-dele...Gordon Sim2010-01-222-0/+14
* Provide access to a sessions connection.Gordon Sim2010-01-201-0/+22
* QPID-664: added support for testing transactions to qpid-send and qpid-recv, ...Gordon Sim2010-01-202-26/+61
* Fix intermittent test error: cluster_test.cpp(1108): error in "testRelease": ...Alan Conway2010-01-191-0/+1
* QPID-2335: Set the timeout used when waiting for a message to be 1 second whi...Gordon Sim2010-01-191-1/+1
* Commiting John Dunning's revisions to the XML client session test.Jonathan Robie2010-01-181-1/+2
* QPID-2323: add a Uuid type and allow it as the value of a Variant.Gordon Sim2010-01-153-1/+45
* QPID-664: Added some of the missing standard message headers. Added two new t...Gordon Sim2010-01-123-0/+428
* This is a fix for QPID-2297Rajith Muditha Attapattu2010-01-111-2/+3
* QPID-2327 - Enhance qpid-config to deal with xml and headers brokersTed Ross2010-01-073-3/+148
* StoreStatus tests clean up temporary directory properly.Alan Conway2010-01-071-10/+16
* fix & test QPID-2320Carl C. Trieloff2010-01-061-0/+5
* Fix error in cluster_tests.pyAlan Conway2010-01-061-2/+2
* Minor cluster test fixes.Alan Conway2010-01-062-3/+2
* Added config-seq counter to track config changes since cluster init.Alan Conway2010-01-062-5/+27
* Don't hold up broker initialization for cluster initialization.Alan Conway2010-01-061-9/+16
* Install useful tests.Alan Conway2010-01-061-20/+21
* QPID-2296: Cluster errors when using acquire-mode-not-acquiredAlan Conway2009-12-221-0/+37
* QPID-2289: Fixed copy constructor in qpid::messaging::Message, added in equal...Gordon Sim2009-12-174-1/+65
* QPID-2282: test_watchdog failing due to incorrect use of env. varsAlan Conway2009-12-161-0/+1
* test_watchdog: trivial test fix, check exit status of qpidd.Alan Conway2009-12-161-2/+2
* QPID-1951: Removed need for Windows versions of ssize_t and pid_tAndrew Stitcher2009-12-151-2/+2
* QPID-2266: error sending update: Enqueue capacity threshold exceededAlan Conway2009-12-112-5/+60
* QPID-2236: cmake link error, missing boost.system library.Alan Conway2009-12-101-1/+1
* Set up python test list correctly and get the correct exit code from a test p...Stephen D. Huston2009-12-092-2/+3
* Correct typo in diagnostic message.Stephen D. Huston2009-12-091-1/+1
* Fix build errors in test_store; resolves QPID-2229Stephen D. Huston2009-12-042-5/+5
* QPID-2227 C++ "make dist" is missing cluster.cmake and has unneeded test_env.shAndrew Stitcher2009-12-031-1/+1
* Run cluster tests under cmake.Alan Conway2009-12-0220-83/+181
* Fix problem with make distcheck - python tests not being skipped when python ...Alan Conway2009-12-012-16/+11
* Remove env setting causing problems with failover-soak.Alan Conway2009-11-301-2/+0
* Clean up test environment variables, prepare for running more tests in cmake.Alan Conway2009-11-3027-159/+162
* Fix autotool dependency on installed libtool for running "make check"Andrew Stitcher2009-11-302-2/+3
* Cluster consistency: check for no clean store condition.Alan Conway2009-11-261-2/+15
* Consistency checks for persistent cluster startup.Alan Conway2009-11-251-14/+35
* Verify stored cluster-id matches agreed cluster-id when joining a persistent ...Alan Conway2009-11-243-25/+34
* Added flow control to failover_test in cluster_tests.py.Alan Conway2009-11-241-2/+2
* Support for restarting a persistent cluster.Alan Conway2009-11-246-59/+241
* QPID-664: Allow session to be specified as transactional; add basic test of t...Gordon Sim2009-11-231-0/+27
* Revert "Added getStoreDir() to MessageStore"Alan Conway2009-11-201-2/+0
* Changes to hopefully address a sporadic test failure. Couldn't reproduce so n...Alan Conway2009-11-201-8/+5
* Fix race in the test: wait for both brokers to be ready before killing one.Alan Conway2009-11-201-0/+1