summaryrefslogtreecommitdiff
path: root/python/qpid/brokertest.py
Commit message (Expand)AuthorAgeFilesLines
* Move brokertest.py from qpid/python to qpid/cpp.Alan Conway2011-01-211-699/+0
* QPID-2956: cluster broker exits with "error deliveryRecord no update message."Alan Conway2010-11-221-3/+3
* QPID-2874 Clustered broker crashes in assertion in cluster/ExpiryPolicy.cppAlan Conway2010-11-181-0/+14
* Fix error in python tests: poll() takes exactly 1 argument (2 given)Alan Conway2010-11-121-2/+6
* Fix brokertest errors like: "poll() got an unexpected keyword argument '_dead...Alan Conway2010-11-081-2/+2
* Adjust for Windows which can't do Popen w/ close_fds. Also, when tearDown run...Stephen D. Huston2010-11-041-1/+5
* Fix qpid/python/qpid/brokertest.py to get cluster tests working.Alan Conway2010-10-281-21/+19
* Ported to work on Windows; uses subprocess, not popen3. Resolves QPID-2492.Stephen D. Huston2010-10-281-12/+33
* Revert experimental cluster code, too close to 0.8 release.Alan Conway2010-10-271-15/+6
* New cluster: core framework and initial implementation of enqueue logic.Alan Conway2010-10-251-6/+15
* Increase timeout waiting for brokers to be ready.Alan Conway2010-09-201-1/+1
* Added broker wait timeout to broker test frameworkKim van der Riet2010-08-101-1/+3
* Fix test race conditions causing cluster_tests.py:management_test to hang.Alan Conway2010-08-101-13/+13
* Fix race conditions in brokertest.py and cluster_tests.py.Alan Conway2010-08-041-6/+10
* Remove prefix in broker logs for brokertest.py.Alan Conway2010-08-031-1/+1
* Fix error introduced in r963409 causing "AttributeError: Broker instance has ...Alan Conway2010-07-131-1/+1
* Fix test framework error causing "AttributeError: Popen instance has no attri...Alan Conway2010-07-121-2/+2
* Defer delivery of messages in cluster-unsafe context.Alan Conway2010-07-051-9/+7
* 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