Fix unreliable dispatch unit test

Resolves: RHEL-126470
This commit is contained in:
Petr Menšík 2025-11-05 14:40:43 +01:00
parent 81b8e58565
commit 85e46e131a

View File

@ -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