oslo.rootwrap/oslo_rootwrap/tests
IWAMOTO Toshihiro 7711a6ce31 Protect rootwrap daemon socket against multiple threads
Wrap the call with eventlet.Semaphore. Simultaneous Client.execute
calls can fail badly. Alternatively, rootwrap daemon connections
could be made every time when Client.execute is called, without
using a semaphore.

Change-Id: Id9d38832c67f2d81d382cda797a48fee943a27f1
Closes-bug: #1654287
2017-11-10 13:55:26 +09:00
..
__init__.py Move files out of the namespace package 2014-12-18 16:08:01 -05:00
run_daemon.py Fix Python 3 support for eventlet monkey-patching 2015-10-13 21:51:47 +02:00
test_functional.py Allow rootwrap-daemon to timeout and exit 2017-03-02 10:58:04 +09:00
test_functional_eventlet.py Protect rootwrap daemon socket against multiple threads 2017-11-10 13:55:26 +09:00
test_rootwrap.py Fix test_daemon_no_cleanup_for_uninitialized_server 2017-08-17 08:30:43 -04:00