]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Fix a race in the async regression tests 13583/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 7 Dec 2023 14:05:43 +0000 (15:05 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 8 Dec 2023 07:45:39 +0000 (08:45 +0100)
commit473cc2dfc13aa162b400d6bee994775e2b1dbff9
tree917a908801b69d69132b6095fff704dcce9b413e
parent9a7cae3e11171b498c970c0f19d01629a3e76280
dnsdist: Fix a race in the async regression tests

We need to make sure the listener is alive during the duration of
the test, and not destroyed by the garbage collector.
regression-tests.dnsdist/test_Async.py