summaryrefslogtreecommitdiff
path: root/oslo_messaging/tests/rpc/test_server.py
Commit message (Expand)AuthorAgeFilesLines
* Implement get_rpc_client functionTobias Urdin2022-10-251-2/+2
* Remove six usageAndreas Jaeger2020-05-111-1/+2
* 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
* Fix default value of RPC dispatcher access_policyzhangxuanyuan2017-09-241-1/+0
* Merge "Warn when wrong transport instance is used"5.32.0Jenkins2017-09-151-0/+14
|\
| * Warn when wrong transport instance is usedRajath Agasthya2017-09-111-0/+14
* | Class-level _exchanges in FakeExchangeManagerdparalen2017-08-021-27/+48
|/
* deprecated blocking executorMehdi Abaakouk2017-06-041-18/+30
* Add get_rpc_transport callAndrew Smith2017-05-121-16/+16
* Remove use of mox stubsBrant Knudson2017-04-281-4/+9
* 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-081-1/+1
* 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-301-0/+20
* Fix parameters of assertEqual are misplacedyan.haifeng2016-07-211-13/+13
* Remove logging from serialize_remote_exceptionGevorg Davoian2016-05-191-0/+37
* Refactor driver's listener interfaceDmitriy Ukhlov2016-04-051-37/+18
* Move server related logic from dispatchersDmitriy Ukhlov2016-03-301-4/+10
* 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
* | Use assertTrue/False instead of assertEqual(T/F)Swapnil Kulkarni (coolsvap)2016-01-071-2/+2
|/
* 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
* Fix a race calling blocking MessageHandlingServer.start()Matthew Booth2015-10-211-14/+31
* Fix assumptions in test_server_wait_methodMatthew Booth2015-10-211-1/+10
* Rename MessageHandlingServer._executor for readabilityMatthew Booth2015-10-211-3/+3
* Use a condition (and/or a dummy one) instead of a lockMehdi Abaakouk2015-10-131-20/+0
* Merge "Fix spelling typo in output"Jenkins2015-09-251-1/+1
|\
| * Fix spelling typo in outputZhao Lei2015-09-241-1/+1
* | Enhance start/stop concurrency race condition fixMehdi Abaakouk2015-09-161-26/+0
|/
* Log warning instead of raising RuntimeErrorDavanum Srinivas2015-08-161-6/+21
* Ensures that some assumptions are true.Mehdi Abaakouk2015-07-301-0/+31
* Use unittest.mock on Python 3Victor Stinner2015-04-161-1/+1
* Update Oslo imports to remove namespace packageDoug Hellmann2015-01-211-1/+1
* Move files out of the namespace packageDoug Hellmann2015-01-121-0/+504