]> git.ipfire.org Git - thirdparty/bind9.git/commit
Optimize dig parameters to decrease test run time
authorMichał Kępień <michal@isc.org>
Wed, 29 May 2019 09:05:01 +0000 (11:05 +0200)
committerMichał Kępień <michal@isc.org>
Wed, 29 May 2019 09:05:01 +0000 (11:05 +0200)
commit47b850348cbc2961bc44eb31c05cd620e5fc35f0
tree9b62dda75a9bb1ac236c71d8d5f493f78b153957
parentbb939a03ff2ebb14a0def772e4905988d4f5adf1
Optimize dig parameters to decrease test run time

Performing server setup checks using "+tries=3 +time=5" is redundant as
a single query is arguably good enough for determining whether a given
named instance was set up properly.  Only use multiple queries with a
long timeout for resolution checks in the "legacy" system test, in order
to significantly reduce its run time (on a contemporary machine, from
about 1m45s to 0m40s).
bin/tests/system/legacy/tests.sh