]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: ci: Update DNS Shotgun parameters for an updated dataset
authorNicki Křížek <nicki@isc.org>
Thu, 14 Aug 2025 18:57:03 +0000 (20:57 +0200)
committerNicki Křížek <nicki@isc.org>
Thu, 14 Aug 2025 18:57:03 +0000 (20:57 +0200)
commit90e50ce683090baaab94bf6f88f64b25a6e5e2a1
treedcc4ec96cea44608eaeeb2ef89223eaf902db536
parente040dded0087074bae334cf23021f818c6d4202b
parent338389b3eb410d347dc337fa27371cf808888854
fix: ci: Update DNS Shotgun parameters for an updated dataset

We've switched to an updated dataset for shotgun jobs. The change in
underlying traffic caused the more sensitive doh-get (and partially dot)
jobs to overload the resolver, making the jobs unstable and unreliable,
due to an increased number of timeouts.

Readjust the load parameters slightly to avoid exceeding ~2 % of
timeouts in the cold cache scenario to stabilize the job results.

Merge branch 'nicki/ci-shotgun-load-new-dataset' into 'main'

See merge request isc-projects/bind9!10841