]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] fix: test: Tune many types tests in reclimit test
authorMark Andrews <marka@isc.org>
Sat, 15 Mar 2025 00:33:04 +0000 (00:33 +0000)
committerMark Andrews <marka@isc.org>
Sat, 15 Mar 2025 00:33:04 +0000 (00:33 +0000)
commitbf3b14b964e1ff07acb8c2dc461a0e9fa32713fd
tree1120a378884dc41998081227c6386c72a337125a
parent2b1b28615d9eb160d7c0a1a44f451e2837ca87e4
parentdcd816fbfbd971dc4c83dcf6e056d3c11df1fa51
[9.18] fix:  test:  Tune many types tests in reclimit test

The `I:checking that lifting the limit will allow everything to get
cached (20)` test was failing due to the TTL of the records being
too short for the elapsed time of the test.  Raise the TTL to fix
this and adjust other tests as needed.

Closes #5206

Backport of MR !10177

Merge branch 'backport-5206-tune-last-sub-test-of-reclimit-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!10250