oslo.messaging/oslo_messaging/tests/drivers
Gevorg Davoian 90125aa885 Replace retrying with tenacity
This patch replaces the legacy retrying library with the newer
and more convenient tenacity one, taking into account that:
1) retrying uses milliseconds for wait times, but tenacity uses seconds;
2) retrying has a lot of numeric arguments for specifying behaviour
of decorated functions, while tenacity has a few of them, which are
specialized objects, thus making the retry-decorator more flexible.

Change-Id: Ib6ecffe5d1cf292badbb9eb6db6260f17460f343
Closes-Bug: #1635399
2016-11-03 12:36:57 +00:00
..
pika Replace retrying with tenacity 2016-11-03 12:36:57 +00:00
zmq Merge "Change assertTrue(isinstance()) by optimal assert" 2016-10-21 14:15:40 +00:00
__init__.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
test_amqp_driver.py Change assertTrue(isinstance()) by optimal assert 2016-10-20 23:18:28 +08:00
test_impl_kafka.py [kafka] invoke TypeError exception when 'listen()' method of KafkaDriver 2016-08-29 16:02:33 +09:00
test_impl_rabbit.py Fix parameters of assertEqual are misplaced 2016-07-21 10:32:59 +08:00
test_pool.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00