summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/ha_tests.py
Commit message (Expand)AuthorAgeFilesLines
* QPID-4072: HA use backup messages in failover.Alan Conway2012-06-181-3/+2
* QPID-3603: Fix & clean up in HA code.Alan Conway2012-06-181-4/+11
* QPID-3603: Minor cleanup and test improvements in HA code.Alan Conway2012-06-181-6/+8
* QPID-3603: HA bug fixes around transition to ready statusAlan Conway2012-06-121-4/+8
* QPID-3603: HA bug fixes around ha::QueueGuardAlan Conway2012-06-121-5/+6
* QPID-3603: Introduced RemoteBackup to track backup status.Alan Conway2012-06-121-19/+31
* QPID-3603: Separate QueueGuard from ReplicatingSubscription.Alan Conway2012-06-121-32/+70
* QPID-3603: HA primary sends membership updates to backup brokers.Alan Conway2012-06-081-7/+42
* QPID-3603: Renamed brokers and public-brokers to brokers-url and public-url f...Alan Conway2012-05-221-19/+19
* QPID-3603: HA failover test, increase timeout to avoid false failures.Alan Conway2012-05-171-4/+3
* QPID-3603: HA don't replicate excluseive, auto-delete, non-timeout queues.Alan Conway2012-05-161-9/+27
* QPID-3603: HA rename "promoting" to "recovering"Alan Conway2012-05-151-2/+2
* QPID-3603: Test fixes to ha_tests.pyAlan Conway2012-05-151-43/+45
* QPID-3603: HA primary marks ReplicatingSubscription ready immediately if queu...Alan Conway2012-05-151-1/+0
* QPID-3603: HA broker backup/primary ready checks.Alan Conway2012-05-151-49/+115
* QPID-3960: Fix performance regression in priority queue implementation.Alan Conway2012-04-231-0/+1
* QPID-3603: Install HA connection excluder at the beginning of initialization.Alan Conway2012-04-231-2/+2
* QPID-3606: More consistent logging and error handling for HA code.Alan Conway2012-04-191-1/+1
* NO-JIRA: Minor code clean-up in brokertest.py and ha_tests.py.Alan Conway2012-04-171-70/+65
* QPID-3950: Allow browsing of queues with exclusive subscriptionsAlan Conway2012-04-171-1/+15
* QPID-3603: ha_tests.py: Suppress python WARNING messages during failoverAlan Conway2012-04-161-8/+2
* QPID-3603: Update HA documentatiionAlan Conway2012-04-051-7/+7
* QPID-3603: Broker option --ha-replicate-default to specify default replication.Alan Conway2012-04-021-63/+79
* QPID-3603: Keep acquired messages on queues for all queue types.Alan Conway2012-03-301-2/+50
* QPID-3603: Initial documentation for the new HA plug-in.Alan Conway2012-03-051-21/+21
* NO-JIRA - Cleaned up qpidtoollibsTed Ross2012-03-051-1/+1
* QPID-3603: HA support for stand-alone replication.Alan Conway2012-02-291-33/+137
* QPID-3603: Improved command-based qpid-ha tool and ha config option names.Alan Conway2012-02-241-8/+8
* NO-JIRA: Fix broken distcheck - ha_tests.py not being skipped.Alan Conway2012-02-231-4/+10
* QPID-3603: HA logging improvements.Alan Conway2012-02-221-1/+6
* QPID-3603: Test HA replication of LVQ, priority and ring queues.Alan Conway2012-02-221-4/+122
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-0/+355