summaryrefslogtreecommitdiff
path: root/cpp/src/tests/cluster_tests.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Integrated InitialStatusMap into cluster code.Alan Conway2009-11-171-3/+7
* changed address syntax to permit more complex subjects, added escaping, impro...Rafael H. Schloming2009-11-131-2/+2
* Made cluster_tests.py ClusterTests.test_failover configurable to run for any ...Alan Conway2009-11-121-20/+9
* Moved brokertest.py to python directory.Alan Conway2009-11-101-2/+2
* Fixed test_failover, added ErrorGenerator with test.Alan Conway2009-11-101-10/+24
* Added message store recovery tests to cluster_tests.Alan Conway2009-11-091-2/+45
* Filled out process management in python brokertest framework.Alan Conway2009-11-091-387/+27
* Remove incorrect import.Alan Conway2009-11-021-1/+1
* Python framework for tests that start multiple brokers.Alan Conway2009-10-301-4/+36
* Moved python cluster tests to new python test runnerKim van der Riet2009-08-121-15/+88
* Added python long cluster test outline for long tests and soak tests. Also ad...Kim van der Riet2009-07-071-0/+332