summaryrefslogtreecommitdiffstats
path: root/tests/unit/rpc/test_kombu.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add support for heartbeating in the kombu RPC driver"HEADmasterJenkins2013-07-081-7/+14
|\
| * Add support for heartbeating in the kombu RPC driverKiall Mac Innes2013-07-081-7/+14
* | Replace sys.exit by a RPCExceptionMehdi Abaakouk2013-07-021-7/+29
|/
* Fix tox.ini configVictor Sergeyev2013-06-271-0/+1
* Refactor KombuStubs fixture.Roman Podolyaka2013-06-261-10/+22
* Merge "Make AMQP based RPC consumer threads more robust"Jenkins2013-06-261-0/+49
|\
| * Make AMQP based RPC consumer threads more robustRaymond Pekowski2013-06-251-0/+49
* | Allow BaseTestCase use a different conf objectMark McLoughlin2013-06-251-0/+1
|/
* Merge "Optionally reject messages on exception."Jenkins2013-06-241-1/+104
|\
| * Optionally reject messages on exception.Sandy Walsh2013-06-201-1/+104
* | Update kombu and anyjsonDoug Hellmann2013-06-201-0/+16
|/
* Enable hacking H402 testSergey Lukjanov2013-06-031-8/+8
* Enable hacking H403 testSergey Lukjanov2013-05-301-1/+2
* Fixes import order nitsZhongyue Luo2013-05-151-1/+1
* Convert unicode for python3 portabilityChuck Short2013-05-061-4/+6
* Update to use flake8.Monty Taylor2013-03-241-3/+3
* Removes unused imports in the tests moduleZhongyue Luo2013-03-201-1/+0
* blueprint amqp-rpc-fast-reply-queueRaymond Pekowski2013-02-181-2/+2
* Use oslo-config-2013.1b3Mark McLoughlin2013-02-171-1/+1
* Add join_consumer_pool() to RPC connectionsDoug Hellmann2013-02-131-0/+34
* Add TTL to AMQP messagesBrent Eagles2013-01-281-0/+19
* Replace direct use of testtools BaseTestCase.Monty Taylor2013-01-241-1/+0
* Replaced direct usage of stubout with BaseTestCase.Monty Taylor2013-01-241-4/+0
* Use testtools as test base class.Monty Taylor2013-01-241-42/+12
* Fixes import order errorsZhongyue Luo2013-01-181-1/+1
* Add a rpc envelope format version number.Russell Bryant2013-01-021-7/+7
* Add exchange_name parameter to TopicConsumerJulien Danjou2012-09-271-0/+80
* Support for several HA RabbitMQ servers.Eugene Kirpichov2012-09-251-17/+131
* Use BaseTestCase for all tests which override configMark McLoughlin2012-07-201-6/+3
* Update common code to support pep 1.3.Gary Kotton2012-06-181-33/+35
* Add rpc to openstack-common.Russell Bryant2012-06-061-0/+414