summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/cluster_tests.py
Commit message (Expand)AuthorAgeFilesLines
* QPID-2935: merge producer flow control (C++ broker).Kenneth Anthony Giusti2011-02-191-1/+108
* Do one long run in cluster_tests.py test_management.Alan Conway2011-02-021-14/+16
* Move brokertest.py from qpid/python to qpid/cpp.Alan Conway2011-01-211-1/+1
* Bug 654872, QPID-3007: Batch management messages by count, not size.Alan Conway2011-01-201-2/+11
* QPID-3007 Disabled cluster log verification tests, causing sporadic failures.Alan Conway2011-01-191-2/+1
* QPID-2982 Bug 669452 - Creating a route and using management tools can crash ...Alan Conway2011-01-181-0/+40
* QPID-2982: Fix discrepancy in management object and deleted object counts.Alan Conway2011-01-131-3/+3
* QPID-2982: Improved cluster/management logging and automated test for log con...Alan Conway2011-01-071-7/+14
* Temporarily raise the logging level for cluster_tests.LongTests.test_manageme...Alan Conway2010-12-151-0/+2
* Modified qpid-cluster to support the way it is called from Jonathan Robie2010-12-101-1/+1
* Modified cluster_tests causes broker shut down with invalid-argument error.Alan Conway2010-12-011-2/+5
* Enable cluster-safe assertions on transition to CATCHUPAlan Conway2010-12-011-2/+2
* Revert test change causing failures.Alan Conway2010-11-231-2/+2
* QPID-2956: cluster broker exits with "error deliveryRecord no update message."Alan Conway2010-11-221-2/+21
* QPID-2874 Clustered broker crashes in assertion in cluster/ExpiryPolicy.cppAlan Conway2010-11-181-2/+24
* Registers the amq.failover exchange in the management exchange.Jonathan Robie2010-10-081-2/+10
* Fix test race conditions causing cluster_tests.py:management_test to hang.Alan Conway2010-08-101-11/+5
* Fix race conditions in brokertest.py and cluster_tests.py.Alan Conway2010-08-041-3/+2
* Ensure that for clustered broker the queue cleaner is run on the correct thread.Gordon Sim2010-08-021-0/+29
* Fix bug in cluster with authentication: nodes exit with "unauthorized-access"Alan Conway2010-07-201-0/+13
* Defer delivery of messages in cluster-unsafe context.Alan Conway2010-07-051-1/+15
* Make management+cluster test more aggressive.Alan Conway2010-06-231-11/+8
* Fix cluster broker crashes when management is active.Alan Conway2010-06-221-1/+1
* Extended tests for cluster and security.Alan Conway2010-06-101-3/+47
* Fix cluster-safe assertion in connection negotiation.Alan Conway2010-06-091-2/+4
* Fixed: authentication with bad credentials causes cluster broker to exit.Alan Conway2010-05-271-0/+12
* Changed the names of tests which are installed in /usr/bin/ to be prefixed wi...Kim van der Riet2010-05-241-1/+1
* Update cluster store status with a single atomic write() operation.Alan Conway2010-04-011-25/+14
* Removed config-sequence test from cluster_tests.py, functionality was removed.Alan Conway2010-03-311-23/+0
* Fix error in cluster_tests.py test_join_sub_sizeAlan Conway2010-03-311-1/+3
* Fix intermittent failure of cluster_tests.py test_last_store_clean.Alan Conway2010-03-301-1/+6
* Fix race condition causing deadlock in cluster_tests.py, failover_test.Alan Conway2010-03-261-1/+1
* Re-eneable run_long_cluster_tests.Alan Conway2010-03-251-19/+17
* Fix resource leaks in cluster_tests, add 5 minute test run to make check-long.Alan Conway2010-03-241-6/+9
* New cluster member pushes store when joining an active cluster.Alan Conway2010-03-121-13/+57
* QPID-2436: Fix cluster update of remote agents.Alan Conway2010-03-081-10/+14
* Extended cluster_tests.test_management exposes a bug.Alan Conway2010-03-031-23/+74
* Last member of a cluster always has clean store.Alan Conway2010-02-251-14/+40
* Test for management + cluster: run management tools in parallel with regular ...Alan Conway2010-01-271-5/+67
* Fix error in cluster_tests.pyAlan Conway2010-01-061-2/+2
* Minor cluster test fixes.Alan Conway2010-01-061-2/+2
* Added config-seq counter to track config changes since cluster init.Alan Conway2010-01-061-1/+24
* Don't hold up broker initialization for cluster initialization.Alan Conway2010-01-061-9/+16
* QPID-2266: error sending update: Enqueue capacity threshold exceededAlan Conway2009-12-111-0/+28
* Cluster consistency: check for no clean store condition.Alan Conway2009-11-261-2/+15
* Consistency checks for persistent cluster startup.Alan Conway2009-11-251-14/+35
* Verify stored cluster-id matches agreed cluster-id when joining a persistent ...Alan Conway2009-11-241-0/+11
* Added flow control to failover_test in cluster_tests.py.Alan Conway2009-11-241-2/+2
* Support for restarting a persistent cluster.Alan Conway2009-11-241-52/+53
* Added cluster option --cluster-size.Alan Conway2009-11-181-8/+40