oslo.messaging/oslo_messaging/tests
John Eckersberg 5954d2ad64 rabbit: improvements to QoS
- Don't call _set_qos from both ensure_connection and on_reconnection,
  instead consolidate and only call from _set_current_channel

- Only set QoS on PURPOSE_LISTEN connections.  It's a waste of a
  roundtrip to call it on PURPOSE_SEND connections and slows things
  down unnecessarily

- Guard against rabbit_qos_prefetch_count being set to a negative
  value

- Tests, because we love them

Change-Id: I365414c541d895dcd49ebcd32c3a456a92c392d6
2016-02-12 17:12:15 -05:00
..
drivers rabbit: improvements to QoS 2016-02-12 17:12:15 -05:00
executors Fixed some warnings about imports and variable 2016-01-27 15:48:53 +08:00
functional Merge "[zmq] Use PUSH/PULL for direct CAST" 2016-02-08 11:21:10 +00:00
notify Fixed some warnings about imports and variable 2016-01-27 15:48:53 +08:00
rpc Enable pep8 on oslo_messaging/tests 2016-02-02 11:37:41 -05:00
__init__.py Use unittest.mock on Python 3 2015-04-16 00:07:48 +02:00
test_amqp_driver.py batch notification listener 2015-12-08 09:14:20 +01: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_fixture.py Fixed a couple of pep8 errors/warnings 2016-01-25 15:00:49 +08:00
test_opts.py list_opts: update the notification options group 2016-01-05 21:00:33 +01:00
test_serializer.py Revert "serializer: remove deprecated RequestContextSerializer" 2015-11-29 02:21:46 +00:00
test_target.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
test_transport.py Get mox from mox3, not from six.moves 2015-06-10 14:44:59 +03:00
test_urls.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
test_utils.py Fixed a couple of pep8 errors/warnings 2016-01-25 15:00:49 +08:00
utils.py make enforce_type=True in CONF.set_override 2016-01-08 13:32:03 +08:00