]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Also test metrics with recvmmsg support enabled 13604/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 28 Aug 2023 14:12:01 +0000 (16:12 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 12 Dec 2023 10:53:22 +0000 (11:53 +0100)
commit033e02082827bc8b4f2463b54bd2998a5255b6ab
tree6b93338f6df381ab2d0f1fae15c48feda8ec1e23
parent53a3c7e1ca5f3d1b38a04309f7f210837b51f536
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.

(cherry picked from commit bd5a0bc629d6445be7a77e1c28539702f5cf2585)
regression-tests.dnsdist/test_Metrics.py