summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added support for address parsing, create/assert/delete policiesGordon Sim2009-11-113-11/+386
* Moved brokertest.py to python directory.Alan Conway2009-11-103-397/+3
* Fixed test_failover, added ErrorGenerator with test.Alan Conway2009-11-104-53/+119
* Also remove liner search from seek() & add testsCarl C. Trieloff2009-11-101-0/+52
* Add missing cluster_tests.fail file to distribution list.Gordon Sim2009-11-101-1/+2
* Added message store recovery tests to cluster_tests.Alan Conway2009-11-095-35/+82
* remove looping for position search and replace with stl algorithms for better...Carl C. Trieloff2009-11-091-1/+2
* Filled out process management in python brokertest framework.Alan Conway2009-11-093-510/+233
* Clean up files left behind by tests in make clean.Alan Conway2009-11-042-1/+4
* Fix leak in SASL code, enable cluster ACL test.Alan Conway2009-11-021-8/+9
* Remove incorrect import.Alan Conway2009-11-021-1/+1
* Minor fix for testlib.py cluster testing scriptKim van der Riet2009-11-021-1/+1