oslo.messaging/oslo/messaging/_executors
Ihar Hrachyshka d4c04255f4 Fixed inconsistent EventletContextManagerSpawnTest failures
The test spawns a greenthread and expects it to complete after
eventlet.sleep(0) call. The problem is that if there are other
greenthreads currently running, sleep(0) may switch to unexpected
thread, which may result in test thread not being invoked at all.
Instead of assuming no other green threads are running at the moment
of test execution, explicitly wait() for the test thread.

Change-Id: Id45307860733658638b74ed3a713493df8c1080d
Closes-Bug: #1282706
2014-03-28 14:55:10 +01:00
..
__init__.py Remove copyright from empty files 2014-01-04 10:33:58 +08:00
base.py Don't reply to notification message 2014-02-18 08:31:30 +01:00
impl_blocking.py Don't reply to notification message 2014-02-18 08:31:30 +01:00
impl_eventlet.py Fixed inconsistent EventletContextManagerSpawnTest failures 2014-03-28 14:55:10 +01:00