summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix distcheck failure: don't try to run python tests if python not available.Alan Conway2009-11-201-3/+6
* 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-2018-7305/+3
* QPID-664: Bring address option names in to line with those used in python cli...Gordon Sim2009-11-191-11/+11
* QPID-664: Refine address resolution; if type not specified, default to queue ...Gordon Sim2009-11-191-0/+2
* Cleaned up test environment script.Alan Conway2009-11-192-18/+55
* Added getStoreDir() to MessageStoreAlan Conway2009-11-191-0/+2
* Added cluster option --cluster-size.Alan Conway2009-11-183-16/+64
* Silence expected warning from cluster tests.Alan Conway2009-11-181-1/+1
* Integrated InitialStatusMap into cluster code.Alan Conway2009-11-172-12/+39
* cluster::InitialStatusMap and unit tests, support for improved cluster join p...Alan Conway2009-11-174-9/+156
* QPID-664: Add accessors for connection from session, and for session from sen...Gordon Sim2009-11-171-1/+14
* QPID-664: Allow application to set session name and retrieve session using th...Gordon Sim2009-11-171-1/+13
* QPID-664: Cancel all senders and receivers on closing session; check queue/ex...Gordon Sim2009-11-171-4/+0
* QPID-664: Added getReceiver()/getSender() methods to session in new api.Gordon Sim2009-11-171-0/+29
* Use portable sleep callStephen D. Huston2009-11-161-1/+2
* QPID-664: Remove start()/stop() methods from apiGordon Sim2009-11-161-6/+0
* Added extra test for quoating in name or subject parts of address.Gordon Sim2009-11-161-0/+7
* QPID-664: Introduce ';' as delimiter bewteen name (and optionally subject) an...Gordon Sim2009-11-162-18/+18
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-161-57/+0
* changed address syntax to permit more complex subjects, added escaping, impro...Rafael H. Schloming2009-11-131-2/+2
* Make failover_soak and its children adjustable as to Michael Goulish2009-11-135-101/+200
* Made cluster_tests.py ClusterTests.test_failover configurable to run for any ...Alan Conway2009-11-121-20/+9
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-121-0/+22
* Added full SASL authentication and security layer for the Python client.Ted Ross2009-11-111-5/+5
* Fix compilation error on some platformsGordon Sim2009-11-111-0/+1