oslo.messaging/tests
Joshua Harlow 372bc4947e Add a thread + futures executor based executor
The concurrent.futures module is one of the ways
that async activities can be done in the future,
so we should try to work on getting to that future
by using more futures. To enable this (as well as
to enable getting off eventlet), add a thread pool
based executor which will process incoming messages
using the pool.

Also begins adding according docs as well for the
different types of executors that are available.

Change-Id: I1482fd70abbf69f4e2994597c5e95d91fecb815e
2014-12-18 23:49:53 -08:00
..
drivers Merge "rabbit: add some tests when rpc_backend is set" 2014-12-12 12:43:31 +00:00
executors Add a thread + futures executor based executor 2014-12-18 23:49:53 -08:00
functional Add driver independent functional tests 2014-10-22 17:07:45 +02:00
notify Add functional and unit 0mq driver tests 2014-12-09 15:02:31 +00:00
rpc Don't allow call with fanout target 2014-12-03 15:41:27 +01:00
__init__.py Remove copyright from empty files 2014-01-04 10:33:58 +08:00
test_amqp_driver.py Enable user authentication in the AMQP 1.0 driver 2014-10-31 11:46:24 -04:00
test_exception_serialization.py Switch to oslo.serialization 2014-09-23 14:54:30 +02:00
test_expected_exceptions.py Enabled hacking checks H305 and H307 2014-07-17 12:41:21 +02:00
test_opts.py Ensure the amqp options are present in config file 2014-09-09 11:57:12 +02:00
test_target.py Trival:Fix assertEqual arguments order 2014-04-02 17:40:34 +08:00
test_transport.py Let oslotest manage the six.move setting for mox 2014-09-07 17:24:02 -04:00
test_urls.py Trival:Fix assertEqual arguments order 2014-04-02 17:40:34 +08:00
test_utils.py Fix test case name typo 2014-01-27 10:39:20 +00:00
utils.py Set correctly the messaging driver to use in tests 2014-11-28 15:00:05 +01:00