charm-designate/unit_tests
Olivier Dufour-Cuvillier b779fcb020 Prevent update-status to run unrequired handlers
Before, the update-status hook would run many handlers
that would have been normally done only during
configuration changes.
Consequently it creates an impact on the service and
apply changes every time the hook is triggered, which is
in most deployments every 5 minutes.
This prevents the DNS zones managed by Designate to be
updated constantly and potentially avoid race conditions
within designate components.

Conflicts:
    src/reactive/designate_handlers.py

Closes-bug: #2003528
Change-Id: I0d4fea182da1316c0c30c143e64fcd2ca682afff
(cherry picked from commit f84cee2634)
(cherry picked from commit fd5b1bb1f0)
Signed-off-by: zhhuabj <joshua.zhang@canonical.com>
2023-02-14 20:30:14 +08:00
..
__init__.py Add NRPE checks for services 2021-08-26 11:18:24 +02:00
test_designate_handlers.py Prevent update-status to run unrequired handlers 2023-02-14 20:30:14 +08:00
test_designate_utils.py Replace assertEquals with assertEqual 2017-01-17 14:42:38 +07:00
test_lib_charm_openstack_designate.py Add NRPE checks for services 2021-08-26 11:18:24 +02:00