summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/ha_tests.py
Commit message (Expand)AuthorAgeFilesLines
* QPID-5855 - Simplified HA transaction logic.Alan Conway2015-09-031-188/+18
* NO-JIRA: Fix test bugs in ha_tests and interop_testAlan Conway2015-05-191-0/+2
* NO-JIRA: Fix race condition in HA tests, remove useless test.Alan Conway2015-04-031-21/+6
* QPID-4710: [AMQP 1.0] Support for transactions in qpid::messaging C++ client.Alan Conway2015-02-271-9/+12
* QPID-6414: Skip HA tests if qpid-ha or qpid-config tools are not available.Alan Conway2015-02-251-6/+8
* NO-JIRA: HA Fix ha_tests.py failures with SWIG 0.10 client.Alan Conway2014-09-051-15/+12
* NO-JIRA: Fix qpid/cpp/src/tests/ha_tests.py to work on python 2.4.Alan Conway2014-09-041-1/+1
* QPID-5975: HA extra/missing messages when running qpid-txtest2 in a loop with...Alan Conway2014-08-281-8/+58
* NO-JIRA: Clean up test_store.cpp async functionality.Alan Conway2014-08-221-5/+4
* QPID-5966: HA mixing tx enqueue and non-tx dequeue leaves extra messages on b...Alan Conway2014-08-081-3/+54
* QPID-5973: HA cluster state may get stuck in recoveringAlan Conway2014-08-081-2/+3
* QPID-5888: Fix test to ignore occasional TransactionAborted failures on conne...Alan Conway2014-07-291-1/+2
* QPID-5888: transaction should always be aborted on failoverAlan Conway2014-07-181-13/+20
* QPID-5817: [C++ broker] Improve ACL authorisation of QMF methods and queriesPavel Moravec2014-06-181-0/+1
* NO-JIRA: HA minor cleanup of qpid-ha toolAlan Conway2014-04-241-49/+0
* QPID-5719: HA becomes unresponsive once any of the brokers are SIGSTOPedAlan Conway2014-04-241-0/+8
* QPID-5714: In ha_tests, skip if the target test code is missingJustin Ross2014-04-241-0/+5
* QPID-5720: HA exception raised by the store for durable transactionsAlan Conway2014-04-231-8/+6
* QPID-5560: Fix ReplicationTests.test_reject to work with SWIG and native clie...Alan Conway2014-04-091-1/+1
* QPID-5560: HA tests do not use AMQP 1.0Alan Conway2014-04-071-226/+235
* QPID-5666: HA fails with resource-limit-exceeded: Exceeded replicated queue l...Alan Conway2014-04-071-0/+13
* QPID-5513: HA backup fails if number of replicated queues exceeds number of c...Alan Conway2014-01-241-0/+13
* QPID-5428: Heartbeats not in use when attempting to connect with python client.Alan Conway2014-01-091-0/+27
* QPID-5430: HA primary broker does not go active if there are no replicated qu...Alan Conway2013-12-181-2/+7
* QPID-5421: HA replication error in stand-alone replicationAlan Conway2013-12-131-26/+27
* QPID-5404: HA broker message duplication when deleting a queue with an alt-ex...Alan Conway2013-12-101-72/+40
* QPID-5275: HA transactions failing in qpid-cluster-benchmarkAlan Conway2013-11-121-20/+43
* QPID-5139: HA transactions block a thread, can deadlock the brokerAlan Conway2013-10-291-19/+27
* QPID-5139: Add unit test for deadlock caused by blocking HA commit.Alan Conway2013-10-291-4/+23
* QPID-4944: HA fix failure of test_failover_send_receive on slow machines.Alan Conway2013-09-131-1/+1
* QPID-4944: HA re-enable test_failover_send_receiveAlan Conway2013-09-121-16/+19
* QPID-5132: HA crash in test_tx_join_leave caused by double delete of queue. Alan Conway2013-09-111-5/+2
* QPID-4327: HA support for TX transactions - fix TX error messages.Alan Conway2013-09-091-6/+5
* QPID-4327: HA support for TX transactions - fix auth bugs.Alan Conway2013-09-091-6/+12
* QPID:4327: HA support for TX transactions - fix cleanup at transaction end.Alan Conway2013-09-031-14/+34
* QPID-4327: HA clean up transaction artifacts at end of TX.Alan Conway2013-08-301-28/+51
* NO-JIRA: Remove use of "with" statement to support older versions of PythonAlan Conway2013-08-061-1/+4
* QPID-4327: HA Handle brokers joining and leaving during a transaction.Alan Conway2013-08-051-4/+34
* QPID-4327: HA TX transactions, blocking wait for prepareAlan Conway2013-08-011-1/+12
* QPID-4327: HA TX transactions: basic replication.Alan Conway2013-08-011-22/+73
* QPID-4327: Added TransactionObserver interface.Alan Conway2013-08-011-0/+45
* QPID-4944: HA skip test test_failover_send_receive till fixed.Alan Conway2013-07-091-1/+3
* NO-JIRA: HA Changed output directory for ha_tests.py to avoid other testsc ov...Alan Conway2013-07-051-2/+5
* QPID-4944: HA Sporadic failure: test_failover_send_receiveAlan Conway2013-07-041-6/+4
* QPID-4944: HA Sporadic failure - logging improvements used to investigate.Alan Conway2013-07-041-1/+2
* QPID-4944: HA skip test test_failover_send_receive till fixed.Alan Conway2013-06-271-1/+3
* QPID-4944: HA Sporadic failure in ha_tests: tes_failover_send_receive and tes...Alan Conway2013-06-211-6/+3
* QPID-4938: No longer build acl or ssl support as pluginsAndrew Stitcher2013-06-191-1/+1
* QPID-4348: HA Use independent sequence numbers for identifying messagesAlan Conway2013-06-171-32/+31
* QPID-4866: HA support for failover exchangeAlan Conway2013-05-221-3/+20