]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update DNS Shotgun parameters for an updated dataset
authorNicki Křížek <nicki@isc.org>
Mon, 11 Aug 2025 13:04:50 +0000 (15:04 +0200)
committerNicki Křížek <nicki@isc.org>
Thu, 14 Aug 2025 19:01:00 +0000 (21:01 +0200)
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.

(cherry picked from commit 338389b3eb410d347dc337fa27371cf808888854)

.gitlab-ci.yml

index 39a883ad280e522a0f2b0f7fb135e9d7a8b59ae5..0836bc3765c043f68f1cf66fdee8b858dcd47853 100644 (file)
@@ -1724,7 +1724,7 @@ shotgun:doh-get:
   <<: *shotgun_job
   variables:
     SHOTGUN_SCENARIO: doh-get
-    SHOTGUN_TRAFFIC_MULTIPLIER: 3
+    SHOTGUN_TRAFFIC_MULTIPLIER: 2
     SHOTGUN_EVAL_THRESHOLD_LATENCY_PCTL_MAX: 0.4  # bump from the default due to increased tail-end jitter
   rules: *shotgun_rules_manual_mr