From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 13 Nov 2025 15:30:31 +0000 (-0500) Subject: Disambiguate test functions in class X-Git-Tag: rec-5.4.0-alpha1~83^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05f568ec9a7e19ddec939a690badb5abc4d4742e;p=thirdparty%2Fpdns.git Disambiguate test functions in class Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/regression-tests.dnsdist/test_EDE.py b/regression-tests.dnsdist/test_EDE.py index 2e892176b4..36d7c8620d 100644 --- a/regression-tests.dnsdist/test_EDE.py +++ b/regression-tests.dnsdist/test_EDE.py @@ -104,7 +104,7 @@ class TestBasics(DNSDistTest): (_, receivedResponse) = sender(query, response=None, useQueue=False) self.checkMessageEDNS(expectedResponse, receivedResponse) - def testExtendedErrorBackendResponse(self): + def testExtendedErrorBackendResponseDO(self): """ EDE: Backend response (DO) """ diff --git a/regression-tests.recursor-dnssec/test_Lua.py b/regression-tests.recursor-dnssec/test_Lua.py index 57fbe0a465..9ac868597d 100644 --- a/regression-tests.recursor-dnssec/test_Lua.py +++ b/regression-tests.recursor-dnssec/test_Lua.py @@ -149,7 +149,7 @@ class GettagRecursorTest(RecursorTest): res = self.sendUDPQuery(query) self.assertResponseMatches(query, expected, res) - def testAAAA(self): + def testTcpAAAA(self): name = 'gettag-tcpaaaa.lua.' expected = [ dns.rrset.from_text(name, 0, dns.rdataclass.IN, 'AAAA', '2001:db8::1'),