summaryrefslogtreecommitdiff
path: root/oslo_messaging/tests/rpc
Commit message (Expand)AuthorAgeFilesLines
* Implement get_rpc_client functionTobias Urdin2022-10-252-21/+23
* Adding pre-commitHervé Beraud2020-09-222-0/+0
* Add a ping endpoint to RPC dispatcherArnaud Morin2020-08-181-0/+28
* Remove six usageAndreas Jaeger2020-05-113-3/+4
* Update hacking for Python312.1.0Andreas Jaeger2020-03-301-0/+1
* Remove the deprecated blocking executorHervé Beraud2020-02-181-26/+36
* Do not use threading.EventJohn Eckersberg2019-12-181-13/+14
* Revert "Add RPC incoming and reply log"10.4.1Kenneth Giusti2019-12-091-1/+1
* Add RPC incoming and reply logLIU Yulong2019-10-211-1/+1
* Implement the transport optionsGabriele2019-06-241-7/+14
* Add transport_options parameterGabriele2019-06-141-7/+36
* Handle unexpected failures during call monitor heartbeatKenneth Giusti2019-02-201-1/+39
* [rabbitmq] Implement active call monitoringDan Smith2018-05-091-10/+18
* Fix default value of RPC dispatcher access_policyzhangxuanyuan2017-09-241-1/+0
* Merge "Warn when wrong transport instance is used"5.32.0Jenkins2017-09-152-18/+35
|\
| * Warn when wrong transport instance is usedRajath Agasthya2017-09-112-18/+35
* | Class-level _exchanges in FakeExchangeManagerdparalen2017-08-021-27/+48
|/
* Merge "deprecated blocking executor"Jenkins2017-06-061-18/+30
|\
| * deprecated blocking executorMehdi Abaakouk2017-06-041-18/+30
* | Fix serializer testsKenneth Giusti2017-06-051-4/+4
|/
* Add get_rpc_transport callAndrew Smith2017-05-121-16/+16
* Remove use of mox stubsBrant Knudson2017-04-281-4/+9
* Try to fix TestSerializer.test_call_serializer failed randomlyChangBo Guo(gcb)2017-03-291-4/+5
* Move decorator updated_kwarg_default_value to right placeChangBo Guo(gcb)2017-03-071-5/+26
* Test:Use unittest.mock on Python 3ChangBo Guo(gcb)2017-02-082-3/+2
* Replace mox with mockhowardlee2016-12-162-48/+73
* Use assertGreater(len(x), 0) instead of assertTrue(len(x) > 0)gecong19732016-11-241-2/+2
* Allow dispatcher to restrict endpoint methods.Paul Vinciguerra2016-08-302-13/+103
* Fix parameters of assertEqual are misplacedyan.haifeng2016-07-211-13/+13
* Remove logging from serialize_remote_exceptionGevorg Davoian2016-05-191-0/+37
* Fix bug with version_cap and target.version in RPCClientGevorg Davoian2016-05-181-0/+25
* Refactor driver's listener interfaceDmitriy Ukhlov2016-04-051-37/+18
* Move server related logic from dispatchersDmitriy Ukhlov2016-03-302-35/+35
* Missing version parameter in can_send_version()Javeme2016-03-151-0/+3
* Move server's logic from executorsdukhlov2016-02-231-63/+59
* Py3: Replace filter()/map() if a list is neededJaveme2016-02-221-2/+2
* fix override_pool_sizegordon chung2016-02-181-2/+5
* Enable pep8 on oslo_messaging/testsDavanum Srinivas2016-02-021-7/+9
* Merge "Python 3 deprecated the logger.warn method in favor of warning"Jenkins2016-01-261-7/+7
|\
| * Python 3 deprecated the logger.warn method in favor of warningChangBo Guo(gcb)2016-01-211-7/+7
* | Fixed a couple of pep8 errors/warningsJaveme2016-01-251-1/+7
|/
* Merge "Improvement of logging acorrding to oslo.i18n guideline"Jenkins2016-01-081-3/+3
|\
| * Improvement of logging acorrding to oslo.i18n guidelineChangBo Guo(gcb)2016-01-071-3/+3
* | Merge "make enforce_type=True in CONF.set_override"Jenkins2016-01-081-1/+1
|\ \
| * | make enforce_type=True in CONF.set_overrideJaveme2016-01-081-1/+1
| |/
* | Use assertTrue/False instead of assertEqual(T/F)Swapnil Kulkarni (coolsvap)2016-01-071-2/+2
|/
* batch notification listenerMehdi Abaakouk2015-12-081-1/+1
* Robustify locking in MessageHandlingServerMatthew Booth2015-11-171-0/+302
* Revert "Robustify locking in MessageHandlingServer"Sean Dague2015-11-101-210/+0
* Robustify locking in MessageHandlingServerMatthew Booth2015-10-231-0/+210