oslo.messaging/oslo_messaging/tests/rpc
John Eckersberg d873c0d8f5 Do not use threading.Event
Waiting on a threading.Event with eventlet can cause busy looping via
epoll_wait, see related bug for more details.

Change-Id: I007613058a2d21d1712c02fa6d1602b63705c1ab
Related-bug: #1518430
2019-12-18 13:11:41 +00:00
..
__init__.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
test_client.py Implement the transport options 2019-06-24 16:50:35 +02:00
test_dispatcher.py Handle unexpected failures during call monitor heartbeat 2019-02-20 15:07:31 -05:00
test_server.py Do not use threading.Event 2019-12-18 13:11:41 +00:00