summaryrefslogtreecommitdiff
path: root/cpp/src/tests/brokertest.py
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: Fix minor FIXME in brokertest.pyAlan Conway2011-09-011-1/+1
* QPID-3384: DTX transactions - replicate suspended transactions.Alan Conway2011-08-301-0/+4
* QPID-3384: Enable DTX transactions in a cluster.Alan Conway2011-08-251-3/+1
* QPID-3304: Patch from Gordon Sim plus tests which detect the condition being ...Kim van der Riet2011-07-191-11/+12
* QPID-3329: Configure C++ client connections to replace url-addresses rather t...Alan Conway2011-06-301-4/+8
* NO-JIRA: Add reconnect-timeout to test clients to prevent client hangs.Alan Conway2011-06-271-2/+2
* QPID-3129: cluster_tests.LongTests.test_failover hangsAlan Conway2011-06-201-3/+3
* NO-JIRA: Fix sporadic failures in cluster_tests.py test_management.Alan Conway2011-06-151-1/+1
* NO-JIRA: Increase join timeout in brokertest.py, was causing spurious failures.Alan Conway2011-06-141-1/+1
* NO-JIRA: Removed reconnect-timeout from tests, was causing spurious failures.Alan Conway2011-06-141-2/+2
* NO-JIRA: Fix bugs in test_failover test and the brokertest.py framework.Alan Conway2011-06-141-2/+11
* QPID-3208: Exchanges make best effort to route messages if there is an error.Alan Conway2011-04-181-7/+13
* Revert "QPID-3208: Exchanges make best effort to route messages if there is a...Alan Conway2011-04-151-13/+7
* QPID-3208: Exchanges make best effort to route messages if there is an error.Alan Conway2011-04-151-7/+13
* QPID-3129: cluster_tests.LongTests.test_failover hangsAlan Conway2011-03-301-1/+1
* NO-JIRA: Put a timeout on calls to Thread.join to avoid tests hanging indefin...Alan Conway2011-03-171-3/+7
* QPID-3129: cluster_tests.LongTests.test_failover hangsAlan Conway2011-03-111-117/+72
* QPID-3121: Cluster management inconsistency when using persistent store.Alan Conway2011-03-071-22/+24
* QPID-2935: merge producer flow control (C++ broker).Kenneth Anthony Giusti2011-02-191-0/+5
* Move brokertest.py from qpid/python to qpid/cpp.Alan Conway2011-01-211-0/+699
* Moved brokertest.py to python directory.Alan Conway2009-11-101-393/+0
* Fixed test_failover, added ErrorGenerator with test.Alan Conway2009-11-101-41/+93
* Added message store recovery tests to cluster_tests.Alan Conway2009-11-091-4/+24
* Filled out process management in python brokertest framework.Alan Conway2009-11-091-86/+192
* Python framework for tests that start multiple brokers.Alan Conway2009-10-301-0/+215