From: Michal Nowak Date: Mon, 14 Apr 2025 11:43:52 +0000 (+0000) Subject: [9.18] fix: test: Fix check_pid() in runtime system test on FreeBSD X-Git-Tag: v9.18.37~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=286a393603b3acbd97e92ac4ddbc1e22a7095120;p=thirdparty%2Fbind9.git [9.18] fix: test: Fix check_pid() in runtime system test on FreeBSD The original check_pid() always returned 0 on FreeBSD, even if the process was still running. This makes the "verifying that named checks for conflicting named processes" check fail on FreeBSD with TSAN. Backport of MR !10373 Merge branch 'backport-mnowak/fix-runtime-pid-check-9.18' into 'bind-9.18' See merge request isc-projects/bind9!10387 --- 286a393603b3acbd97e92ac4ddbc1e22a7095120