summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/brokertest.py
Commit message (Expand)AuthorAgeFilesLines
* QPID-4745: HA safe port allocation for brokers in HA tests.Alan Conway2013-05-151-8/+3
* QPID-4640: brokertest.py prints a message and skips tests if qmf.console not ...Alan Conway2013-03-151-1/+4
* QPID-4586: add ability to have qpidd establish outgoing connectionsGordon Sim2013-03-141-0/+2
* QPID-4514: Remove obsolete cluster code: brokertest.pyAlan Conway2013-01-031-85/+7
* NO-JIRA: Fix race condition in brokertest.py test harness.Alan Conway2012-12-071-1/+3
* Bug 860701 - QPID-4350: HA handle auto-delete queuesAlan Conway2012-10-111-2/+2
* QPID-4325: HA Starting from persistent storeAlan Conway2012-09-251-2/+2
* QPID-4223: HA Completion isn't sent when queue that has acquired but unacknow...Alan Conway2012-09-141-2/+2
* QPID-4072: HA use backup messages in failover.Alan Conway2012-06-181-2/+3
* QPID-3603: Fix & clean up in HA code.Alan Conway2012-06-181-7/+7
* QPID-3603: Minor cleanup and test improvements in HA code.Alan Conway2012-06-181-2/+2
* QPID-3603: HA bug fixes around transition to ready statusAlan Conway2012-06-121-1/+1
* QPID-3603: HA bug fixes around ha::QueueGuardAlan Conway2012-06-121-1/+1
* QPID-3603: Introduced RemoteBackup to track backup status.Alan Conway2012-06-121-5/+3
* QPID-3603: Separate QueueGuard from ReplicatingSubscription.Alan Conway2012-06-121-1/+1
* QPID-3603: Close replication link when a backup broker is promoted to primary.Alan Conway2012-05-281-1/+1
* QPID-3603: HA broker backup/primary ready checks.Alan Conway2012-05-151-8/+10
* NO-JIRA: Fix assertion messages in brokertest.pyAlan Conway2012-04-181-2/+2
* NO-JIRA: Minor code clean-up in brokertest.py and ha_tests.py.Alan Conway2012-04-171-27/+32
* QPID-3603: Keep acquired messages on queues for all queue types.Alan Conway2012-03-301-4/+7
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-32/+45
* Adjust topictest.ps1 to use correct executable names (they changed some time ...Stephen D. Huston2011-12-221-1/+1
* QPID-3652: Fix cluster authentication.Alan Conway2011-12-061-2/+6
* 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-702656 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