summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed ssl_test to use 127.0.0.1 instead of hostname and to regenerate certs...Gordon Sim2009-11-021-8/+19
* Fix memory leak in testCoincidentErrors due to un-joined connector thread.Alan Conway2009-10-302-2/+3
* Add missing install rule for brokertest.pyAlan Conway2009-10-301-1/+2
* QPID-2181 - Alternate exchange on queue is not visible in management toolsTed Ross2009-10-301-0/+14
* Python framework for tests that start multiple brokers.Alan Conway2009-10-303-5/+252
* Reduce redundancy in cluster log output.Alan Conway2009-10-281-1/+1
* Make Session::close and Connection::close no-throwAlan Conway2009-10-272-1/+29
* Separate FailoverListener from client::Connection.Alan Conway2009-10-264-11/+17
* Removed "..." from suppressions to work with older valgrind versions.Alan Conway2009-10-222-5/+15
* Improved suppression for TCPConnector leak.Alan Conway2009-10-221-8/+4
* Tidied up dependencies in IOHandle so that it is no longerAndrew Stitcher2009-10-211-0/+4
* Supress TCPConnector join leak, disabled valgrind --gen-supressions - too ver...Alan Conway2009-10-202-1/+16
* Pull running acceptor out of Broker run loopAndrew Stitcher2009-10-161-0/+1
* Improved test output capturing in automated tests; correctly get exe process ...Stephen D. Huston2009-10-155-28/+62
* Cluster shuts down broker via SignalHandler to fix memory errors on exit.Alan Conway2009-10-081-3/+3
* Fix race condition in testExclusiveQueueUpdate causing occasional false failu...Alan Conway2009-10-081-0/+1