summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Last member of a cluster always has clean store.Alan Conway2010-02-251-14/+40
* Configure boost tests to create core dumps.Alan Conway2010-02-252-1/+3
* Minor improvements to verify_cluster_objects.Alan Conway2010-02-251-13/+21
* Removed unecessary include of Msg.h in Exception.hAndrew Stitcher2010-02-251-0/+1
* Failover_soak was not detecting child exits properly, and soMichael Goulish2010-02-242-82/+81
* Use qpid::sys::usleep() instead of usleep(). Resolves QPID-2408.Stephen D. Huston2010-02-161-1/+1
* update exclude file to match new test package nameRafael H. Schloming2010-02-161-31/+31
* Added handling for adjusting TTL on outgoing message based on how long a mess...Kim van der Riet2010-02-151-0/+30
* more futzing with setup.py; pulled specs into python/qpid packageRafael H. Schloming2010-02-151-6/+3
* use python/setup.py instead of python/MakefileRafael H. Schloming2010-02-151-1/+4
* moved qpid-* tools out of qpid/python into qpid/tools; moved qmf library into...Rafael H. Schloming2010-02-142-3/+5
* I have added the license header to the files included in this commit.Rajith Muditha Attapattu2010-02-127-0/+140
* QPID-2029 - Added verification script contributed by John DunningTed Ross2010-02-051-0/+400
* Add Windows Powershell scripts needed for test suite to run on Windows to EXT...Stephen D. Huston2010-02-051-4/+14
* moved protocol tests from qpid/python to qpid/testsRafael H. Schloming2010-02-053-4/+4
* specify PLAIN so that sasl negotiation can't end up using ANONYMOUSRafael H. Schloming2010-02-051-1/+2
* Cluster: fix update of failover exchange.Alan Conway2010-02-021-1/+1
* QPID-2380: recognise reliability option for sender (also added capacity to qp...Gordon Sim2010-02-021-0/+4
* QPID-2348 - [C++] The HeadersExchange does not support federationTed Ross2010-02-013-0/+301
* 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