summaryrefslogtreecommitdiff
path: root/oslo_messaging/tests/drivers/test_impl_rabbit.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the test that counts kombu connect callsKenneth Giusti2017-08-041-6/+1
* Remove use of mox stubsBrant Knudson2017-04-281-1/+2
* RabbitMQ: Standardize SSL parameter namesJuan Antonio Osorio Robles2017-02-271-7/+7
* Stop using oslotest.mockpatchBrant Knudson2017-02-261-4/+3
* support kombu4gord chung2017-02-101-33/+22
* Fix parameters of assertEqual are misplacedyan.haifeng2016-07-211-1/+1
* Improve the impl_rabbit loggingKirill Bespalov2016-06-071-4/+4
* Merge "Remove logging from serialize_remote_exception"Jenkins2016-05-201-15/+1
|\
| * Remove logging from serialize_remote_exceptionGevorg Davoian2016-05-191-15/+1
* | Merge "Fix consuming from missing queues"Jenkins2016-05-201-0/+45
|\ \ | |/ |/|
| * Fix consuming from missing queuesKirill Bespalov2016-05-181-0/+45
* | Use single producer and to avoid an exchange redeclarationKirill Bespalov2016-05-051-13/+24
|/
* Refactor base interfacesDmitriy Ukhlov2016-04-201-4/+4
* Refactor driver's listener interfaceDmitriy Ukhlov2016-04-051-5/+4
* Always set all socket timeoutsMehdi Abaakouk2016-03-211-2/+2
* Merge "Revert "Ensure the json result type is bytes on Python 3""Jenkins2016-03-111-1/+1
|\
| * Revert "Ensure the json result type is bytes on Python 3"Victor Stinner2016-03-111-1/+1
* | Merge "test: Don't test message's reply timeout"Jenkins2016-03-111-36/+4
|\ \
| * | test: Don't test message's reply timeoutChangBo Guo(gcb)2016-01-271-36/+4
* | | Merge "Ensure the json result type is bytes on Python 3"Jenkins2016-03-111-1/+1
|\ \ \ | | |/ | |/|
| * | Ensure the json result type is bytes on Python 3Javeme2016-02-241-1/+1
* | | Merge "Work with kombu from upstream"Jenkins2016-03-021-14/+15
|\ \ \
| * | | Work with kombu from upstreamDavanum Srinivas2016-03-011-14/+15
| |/ /
* | | Fail quickly if there on bad passwordDavanum Srinivas2016-02-291-4/+13
|/ /
* | Fix kombu accept different TTL since version 3.0.25ChangBo Guo(gcb)2016-02-181-3/+16
* | rabbit: improvements to QoSJohn Eckersberg2016-02-121-0/+25
* | Merge "Correctly set socket timeout for publishing"Jenkins2016-02-111-2/+2
|\ \
| * | Correctly set socket timeout for publishingDmitry Mescheryakov2016-02-111-2/+2
| |/
* | [kombu] Implement experimental message compressionYulia Portnova2016-02-101-5/+22
|/
* Fixed a couple of pep8 errors/warningsJaveme2016-01-251-6/+12
* rabbit: fix unit conversion error of expirationJaveme2016-01-061-1/+1
* Merge "batch notification listener"Jenkins2015-12-111-6/+6
|\
| * batch notification listenerMehdi Abaakouk2015-12-081-6/+6
* | Merge "Follow the plan about the single reply message"Jenkins2015-12-091-10/+1
|\ \
| * | Follow the plan about the single reply messageMehdi Abaakouk2015-12-041-10/+1
| |/
* | Fix reconnection when heartbeat is missedMehdi Abaakouk2015-12-091-0/+2
|/
* rename kombu_reconnect_timeout optionMehdi Abaakouk2015-12-041-3/+3
* Merge "Move ConnectionPool and ConnectionContext outside amqp.py"Jenkins2015-11-301-6/+6
|\
| * Move ConnectionPool and ConnectionContext outside amqp.pyDavanum Srinivas2015-11-301-6/+6
* | Use round robin failover strategy for Kombu driverDmitry Mescheryakov2015-11-301-1/+1
|/
* Make "Connect(ing|ed) to AMQP server" log messages DEBUG levelDmitry Tantsur2015-11-121-2/+4
* Fix spelling typo in outputZhao Lei2015-09-241-2/+2
* tests: adjusts an expected time for gateMehdi Abaakouk2015-07-171-1/+3
* Merge "Make heartbeat the default"1.17.0Jenkins2015-07-131-8/+2
|\
| * Make heartbeat the defaultFlavio Percoco2015-07-091-8/+2
* | Merge "Don't reply when we known that client is gone"Jenkins2015-07-131-3/+36
|\ \ | |/ |/|
| * Don't reply when we known that client is goneMehdi Abaakouk2015-07-061-3/+36
* | Remove py26 artefacts from oslo.messaging codeVictor Sergeyev2015-07-061-4/+0
|/
* rabbit: Add logging on blocked connectionMehdi Abaakouk2015-06-091-1/+3
* Merge "Set places to 0 in self.assertAlmostEqual()"1.14.0Jenkins2015-06-081-11/+11
|\