]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: test: Tune many types tests in reclimit test
authorMark Andrews <marka@isc.org>
Fri, 14 Mar 2025 05:28:01 +0000 (05:28 +0000)
committerMark Andrews <marka@isc.org>
Fri, 14 Mar 2025 05:28:01 +0000 (05:28 +0000)
commite6c07b33866b42e13819daaa1ed99319d670391b
tree5df665be852d237c349609fcaa774049d9bc162b
parent42799ae81fc78db2f20171d5eba51fc326785a61
parent1a58bd211357ccd366b70e51d3cadaa7fc5aad15
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

Merge branch '5206-tune-last-sub-test-of-reclimit' into 'main'

See merge request isc-projects/bind9!10177