From 85e46e131a9ff3073a30c2e6a35a1b6e24570ae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Wed, 5 Nov 2025 14:40:43 +0100 Subject: [PATCH] Fix unreliable dispatch unit test Resolves: RHEL-126470 --- bind9.18.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/bind9.18.spec b/bind9.18.spec index 615a480..1d59b0e 100644 --- a/bind9.18.spec +++ b/bind9.18.spec @@ -505,6 +505,7 @@ export TSAN_OPTIONS="log_exe_name=true log_path=ThreadSanitizer exitcode=0" THREADS=16 ulimit -n 8092 || : # Requires on some machines with many cores fi + export ISC_TASK_WORKERS="$THREADS" e=0 make unit -j${THREADS} || e=$? # Display details of failure