Files
gantt/nova/openstack
Mark McLoughlin e2105bb7c6 Raise timeout in fake RPC if no consumers found
If you do a call() with e.g. the kombu driver, and there is no consumer
listening, then you will get a Timeout exception.

However, with the fake driver, we just silently return None in this
case. The oslo.messaging fake driver instead raises a Timeout and this
behaviour change turned up a tonne of issues with Nova's unit tests.

Make this change here too so that we can merge fixes for Nova's tests
before porting to oslo.messaging.

Note that although we also raise a Timeout in the case of cast(), but
cast() then just ignores the exception.

This commit just syncs this change from oslo-incubator.

blueprint: oslo-messaging
Change-Id: I20065bcc61dda99a68143afbcf6bb96884b6eb91
2013-08-28 00:10:58 +01:00
..
2013-02-14 11:13:15 +02:00