summaryrefslogtreecommitdiff
path: root/oslo_messaging/tests/drivers/test_impl_rabbit.py
Commit message (Expand)AuthorAgeFilesLines
* use message id cache for RPC listenerNikita Kalyanov2021-09-101-0/+52
* limit maximum timeout in the poll loopNikita Kalyanov2021-07-131-0/+27
* add min of 1 to rpc_conn_pool_sizeSean Mooney2020-10-131-0/+15
* tests: Resolves issues with kombu > 4.6.812.2.1Stephen Finucane2020-07-021-6/+9
* Simplify tools/test-setup.shAndreas Jaeger2020-07-011-0/+4
* Remove six usageAndreas Jaeger2020-05-111-1/+1
* Update hacking for Python312.1.0Andreas Jaeger2020-03-301-15/+15
* Do not use threading.EventJohn Eckersberg2019-12-181-1/+2
* Merge "Allow users run the rabbitmq heartbeat inside a standard pthread."Zuul2019-08-081-0/+6
|\
| * Allow users run the rabbitmq heartbeat inside a standard pthread.Hervé Beraud2019-08-071-0/+6
* | Implement the transport optionsGabriele2019-06-241-0/+2
|/
* Merge "Add a test for rabbit URLs lacking terminating '/'"Zuul2018-11-191-0/+3
|\
| * Add a test for rabbit URLs lacking terminating '/'Kenneth Giusti2018-10-191-0/+3
* | Use ensure_connection to prevent loss of connection error logs9.2.1Kenneth Giusti2018-11-051-3/+6
|/
* Remove deprecated rabbit optionsSteve Kowalik2018-09-101-3/+3
* Remove fake_rabbit configuration optionSteve Kowalik2018-06-261-19/+0
* Add ConfFixture.transport_url6.4.0Steve Kowalik2018-06-011-13/+8
* [rabbitmq] Implement active call monitoringDan Smith2018-05-091-7/+18
* Prevent rabbit from raising unexpected exceptionsKenneth Giusti2017-08-211-0/+15
* Remove the test that counts kombu connect callsKenneth Giusti2017-07-281-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