oslo.messaging/oslo_messaging/tests
Mehdi Abaakouk 6c91066c72 rabbit/qpid: simplify the consumer loop
The consumer loop is over engineered, it returns unused return,
iterconsume creates an iterator directly consumed by 'consume' without
special handling, and in some case kombu error callback are called when
the iterator is stopped and log useless error.

And in reality the consumer is always called when limit=1.

This change simplifies that, by removing the loop and removes all
returns stuffs.

Closes bug: #1450336

Change-Id: Ia2cb52c8577b29e74d4d2b0ed0b535102f2d55c7
2015-05-05 08:26:00 +02:00
..
drivers rabbit/qpid: simplify the consumer loop 2015-05-05 08:26:00 +02:00
executors Use unittest.mock on Python 3 2015-04-16 00:07:48 +02:00
functional Do not skip functional test for amqp driver 2015-04-03 07:40:51 +00:00
notify Use unittest.mock on Python 3 2015-04-16 00:07:48 +02:00
rpc Use unittest.mock on Python 3 2015-04-16 00:07:48 +02:00
__init__.py Use unittest.mock on Python 3 2015-04-16 00:07:48 +02:00
test_amqp_driver.py Properly deserialize received AMQP 1.0 messages 2015-03-31 11:31:29 -04:00
test_exception_serialization.py Update Oslo imports to remove namespace package 2015-01-21 21:09:33 -05:00
test_expected_exceptions.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
test_opts.py Move each drivers options into its own group 2015-02-02 10:58:54 +01:00
test_target.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
test_transport.py Update Oslo imports to remove namespace package 2015-01-21 21:09:33 -05:00
test_urls.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
test_utils.py Use unittest.mock on Python 3 2015-04-16 00:07:48 +02:00
utils.py Update Oslo imports to remove namespace package 2015-01-21 21:09:33 -05:00