summaryrefslogtreecommitdiffstats
path: root/tests/unit/rpc
Commit message (Expand)AuthorAgeFilesLines
...
* Use oslo-config-2013.1b3Mark McLoughlin2013-02-177-7/+10
* Add join_consumer_pool() to RPC connectionsDoug Hellmann2013-02-132-0/+64
* Merge "Support testing args for LocalhostMatchMaker."Jenkins2013-02-111-2/+3
|\
| * Support testing args for LocalhostMatchMaker.Eric Windisch2013-02-101-2/+3
* | Merge "Exchanges should return directed topics."Jenkins2013-02-081-1/+21
|\ \
| * | Exchanges should return directed topics.Eric Windisch2013-02-011-1/+21
| |/
* / Emit a warning if RPC calls made with lock.Michael Still2013-02-061-0/+13
|/
* Add TTL to AMQP messagesBrent Eagles2013-01-282-5/+123
* Prevent parallel test port clashes for zmq.Monty Taylor2013-01-241-6/+13
* Replace direct use of testtools BaseTestCase.Monty Taylor2013-01-243-10/+8
* Remove the last of the nose-isms.Monty Taylor2013-01-241-13/+12
* Replaced direct usage of stubout with BaseTestCase.Monty Taylor2013-01-242-11/+2
* Fix up test_qpid to use BaseTestCase.Monty Taylor2013-01-241-29/+16
* Use testtools as test base class.Monty Taylor2013-01-249-103/+48
* Fixes import order errorsZhongyue Luo2013-01-181-1/+1
* Rework zmq setup and cleanupMark McLoughlin2013-01-151-1/+0
* reusable ZmqProxy service initializationEric Windisch2013-01-131-27/+2
* Address test_zmq setup/teardown racesEric Windisch2013-01-101-16/+17
* Merge "rpc method arguments should be dict, not list"Jenkins2013-01-081-13/+37
|\
| * rpc method arguments should be dict, not listEric Windisch2013-01-081-13/+37
* | Merge "Optionally add message envelope to notifications."Jenkins2013-01-061-0/+36
|\ \
| * | Optionally add message envelope to notifications.Russell Bryant2013-01-031-0/+36
* | | Sanitize cells calls.Michael Still2013-01-041-0/+47
|/ /
* / Add a rpc envelope format version number.Russell Bryant2013-01-022-7/+36
|/
* Merge "Allow remote stdlib exceptions to be deserialized"Jenkins2012-12-081-0/+14
|\
| * Allow remote stdlib exceptions to be deserializedMark McLoughlin2012-12-051-0/+14
* | Merge "Allow exceptions to pass over RPC silently"Jenkins2012-12-061-0/+53
|\ \
| * | Allow exceptions to pass over RPC silentlyDan Smith2012-12-061-0/+53
| |/
* / Fix qpid cast_to_server regression.Russell Bryant2012-12-051-3/+3
|/
* Merge "Fixes import nit in test_zmq"Jenkins2012-12-031-2/+2
|\
| * Fixes import nit in test_zmqZhongyue Luo2012-11-301-2/+2
* | Use json instead of jsonutils in rpc.impl_fake.Russell Bryant2012-12-011-0/+14
|/
* Provide i18n to those messages without _()Davanum Srinivas2012-11-281-1/+1
* Added initialize_service_hook for rpc.Service.Lianhao Lu2012-11-141-0/+18
* Remove unused imports from rpc test_common.Russell Bryant2012-11-051-2/+0
* Tweak rpc.queue_get_for to deal with host=None.Russell Bryant2012-11-051-0/+4
* Use self.config in test_zmqEric Windisch2012-10-111-7/+5
* Merge "Add the rpc service and delete manager"Jenkins2012-09-271-0/+47
|\
| * Add the rpc service and delete managerAngus Salkeld2012-09-261-0/+47
* | Add exchange_name parameter to TopicConsumerJulien Danjou2012-09-272-0/+109
* | Support for several HA RabbitMQ servers.Eugene Kirpichov2012-09-251-17/+131
* | Use pep8 v1.3.3Zhongyue Luo2012-09-131-1/+1
|/
* Make projects define 'control_exchange'.Russell Bryant2012-09-111-4/+4
* Remove amqp import from rpc/test_commonEric Windisch2012-08-141-1/+0
* Merge "Make receiver spawning in impl_zmq more robust/clean."Jenkins2012-08-101-19/+26
|\
| * Make receiver spawning in impl_zmq more robust/clean.Eric Windisch2012-08-011-19/+26
* | Reduce test_zmq's reponse timeout.Eric Windisch2012-08-011-0/+1
|/
* Merge "Remove unnecessary register_opts from test_zmq"Jenkins2012-07-311-2/+0
|\
| * Remove unnecessary register_opts from test_zmqEric Windisch2012-07-251-2/+0
* | Merge "Use BaseTestCase for all tests which override config"Jenkins2012-07-304-38/+19
|\ \ | |/ |/|