]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Also test metrics with recvmmsg support enabled 13182/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 28 Aug 2023 14:12:01 +0000 (16:12 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 28 Aug 2023 14:12:01 +0000 (16:12 +0200)
commitbd5a0bc629d6445be7a77e1c28539702f5cf2585
tree61f67bc75a23d31d08cfa78fa8ddce9db91783fa
parente4042855f9b0a70a98ad34a34e454eb9657c4e09
dnsdist: Also test metrics with recvmmsg support enabled

We have seen in https://github.com/PowerDNS/pdns/issues/13148 that
we can easily break frontend metrics when `recvmmsg`/`sendmmsg`
support is enabled via `setUDPMultipleMessagesVectorSize()`, so let's
test the metrics in that case explicitly so we do not break them
again in the future.
regression-tests.dnsdist/test_Metrics.py