[freeipa PR#1793][opened] [WIP] ipa tests: Set default TTL for the IPA zone to 1 second
by abbra
URL: https://github.com/freeipa/freeipa/pull/1793
Author: abbra
Title: #1793: [WIP] ipa tests: Set default TTL for the IPA zone to 1 second
Action: opened
PR body:
"""
When running IPA tests, a default TTL for the zone should be set
very low to allow get rid of timeouts in the tests. Zone updates should
be propagated to the clients as soon as possible.
This is not something that should be used in production so the change is
done purely at install time within the tests. As zone information is
replicated, we only modify it when creating a master with integrated
DNS.
This change should fix a number of DNSSEC-related tests where default
TTL is longer than what a test expects and a change of DNSSEC keys
never gets noticed by the BIND. As result, DNSSEC tests never match
their expected output with what they received from the BIND.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1793/head:pr1793
git checkout pr1793
5 years, 3 months