charm-rabbitmq-server/unit_tests
Edward Hope-Morley da3a7063bb Refactor amqp_changed to make it less noisy
Currently each and every hook executed results in a sweep of all
amqp relations and their related units to ensure config consistency
both in rabbit and for remote units. This scales very poorly since
rabbtimqctl commands take a while to complete and the majority of
the time they are not needed. This patch aims to reduce the impact
of performing this set of operations and the amount of time it takes
to do them.

Change-Id: Ia060ce34052cd543a63d045944b35e4188279f05
Closes-Bug: 1698340
2017-06-29 11:58:13 +01:00
..
__init__.py Re-license charm as Apache-2.0 2016-07-01 18:06:36 +01:00
test_actions.py Re-license charm as Apache-2.0 2016-07-01 18:06:36 +01:00
test_rabbit_utils.py Expose performance tuning options via charm 2017-06-02 15:43:22 +01:00
test_rabbitmq_context.py Expose performance tuning options via charm 2017-06-02 15:43:22 +01:00
test_rabbitmq_server_relations.py Refactor amqp_changed to make it less noisy 2017-06-29 11:58:13 +01:00
test_utils.py Re-license charm as Apache-2.0 2016-07-01 18:06:36 +01:00