]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Wait a bit longer for the process to exit before killing it 12697/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 28 Mar 2023 15:22:27 +0000 (17:22 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 28 Mar 2023 15:22:27 +0000 (17:22 +0200)
commit6a51a2798247850723f978a14e642687de259f12
treeb19d9e39b01a1f5c4987c6b53eb0c142512f761d
parentd19c3b7204506bbb271b87b1d933d2aaccf38305
dnsdist: Wait a bit longer for the process to exit before killing it

This prevents a long list of
```
kill... <Popen: returncode: None args: ['../pdns/dnsdistdist/dnsdist', '--supervised...>
```
when running with TSAN-enabled.
In my tests it did not seem to really slow the build: roughly 3%
slower but that might even be in the error margin for these tests.
regression-tests.dnsdist/dnsdisttests.py