summaryrefslogtreecommitdiff
path: root/python/qpid/brokertest.py
Commit message (Expand)AuthorAgeFilesLines
* Make management+cluster test more aggressive.Alan Conway2010-06-231-3/+2
* Update for changes to names of qpid-send and qpid-receive.Alan Conway2010-06-141-2/+2
* brokertest.py: fix ready() test to create a session as well as a connection.Alan Conway2010-06-081-2/+6
* Fixed sporadic failure of cluster_tests.py sasl_testAlan Conway2010-06-041-3/+3
* Add tail of broker log to exception message when broker fails to start.Alan Conway2010-06-031-9/+13
* Fixed: authentication with bad credentials causes cluster broker to exit.Alan Conway2010-05-271-10/+6
* Use new API clients qpid_send, qpid_receive instead of sender/receiver in bro...Alan Conway2010-05-171-5/+17
* Increase retry timeout, previous value was causing occasional invald test fai...Alan Conway2010-05-071-1/+1
* Correct brokertest.retry logic.Alan Conway2010-05-061-4/+4
* Fix race condition in store+cluster tests.Alan Conway2010-05-031-0/+1
* brokertest.py: added __str__ methods to Broker and PopenAlan Conway2010-04-161-0/+4
* Fix for QPID-2470 - Broker does not honour flow-to-disk policy on recoveryKim van der Riet2010-04-131-12/+19
* Changes to connection lifecycle methods and Connection parameters:Rafael H. Schloming2010-04-091-1/+2
* Update cluster store status with a single atomic write() operation.Alan Conway2010-04-011-0/+7
* Fix race condition causing deadlock in cluster_tests.py, failover_test.Alan Conway2010-03-261-21/+20
* Re-eneable run_long_cluster_tests.Alan Conway2010-03-251-0/+1
* Fix resource leaks in cluster_tests, add 5 minute test run to make check-long.Alan Conway2010-03-241-36/+44
* Several updates to address options including:Rafael H. Schloming2010-03-231-2/+2
* Minor improvements to brokertest.py.Alan Conway2010-03-221-1/+2
* New cluster member pushes store when joining an active cluster.Alan Conway2010-03-121-3/+6
* QPID-2436: Fix cluster update of remote agents.Alan Conway2010-03-081-7/+6
* Increase timeout for python cluster tests, was timing out prematurely in some...Alan Conway2010-03-041-3/+3
* Extended cluster_tests.test_management exposes a bug.Alan Conway2010-03-031-7/+1
* Minor improvements to brokertest framework.Alan Conway2010-03-031-26/+83
* Test for management + cluster: run management tools in parallel with regular ...Alan Conway2010-01-271-32/+85
* Added support for extended properties in the broker test frameworkKim van der Riet2010-01-191-10/+23
* 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-10/+1
* Don't hold up broker initialization for cluster initialization.Alan Conway2010-01-061-5/+25
* QPID-2266: error sending update: Enqueue capacity threshold exceededAlan Conway2009-12-111-4/+5
* QPID-2253 - Cluster node shuts down with inconsistent error.Alan Conway2009-12-091-7/+2
* Fix test race condition that was causing the test to hang.Alan Conway2009-12-021-15/+33
* Improved error messages in brokertest framework.Alan Conway2009-11-261-12/+43
* Cluster consistency: check for no clean store condition.Alan Conway2009-11-261-2/+2
* Consistency checks for persistent cluster startup.Alan Conway2009-11-251-12/+14
* Added flow control to failover_test in cluster_tests.py.Alan Conway2009-11-241-4/+30
* Support for restarting a persistent cluster.Alan Conway2009-11-241-21/+40
* Improved exception handling in brokertest.Broker.Alan Conway2009-11-181-1/+1
* Provide default for brokertest.py OUTDIR define.Alan Conway2009-11-181-2/+3
* Added cluster option --cluster-size.Alan Conway2009-11-181-16/+10
* changed address syntax to permit more complex subjects, added escaping, impro...Rafael H. Schloming2009-11-131-4/+4
* Moved brokertest.py to python directory.Alan Conway2009-11-101-0/+393