]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] fix: test: Fix check_pid() in runtime system test on FreeBSD
authorMichal Nowak <mnowak@isc.org>
Mon, 14 Apr 2025 11:43:52 +0000 (11:43 +0000)
committerMichal Nowak <mnowak@isc.org>
Mon, 14 Apr 2025 11:43:52 +0000 (11:43 +0000)
commit286a393603b3acbd97e92ac4ddbc1e22a7095120
tree0a1492d64cc3638bfe88ae4daaf33e191ea7ed81
parent63dc025d2832c779a0e330eb79ae983be9f76775
parent353c7f30cf1de43fc92379c91b62f80c5393ff87
[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