From: Remi Gacogne Date: Wed, 24 Feb 2021 13:46:38 +0000 (+0100) Subject: dnsdist: Re-enable TCP unit tests causing a lot of queries X-Git-Tag: dnsdist-1.6.0-alpha2~11^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bb90e97308a57df4c244e51982bdc2e0f940e17;p=thirdparty%2Fpdns.git dnsdist: Re-enable TCP unit tests causing a lot of queries --- diff --git a/pdns/dnsdistdist/test-dnsdisttcp_cc.cc b/pdns/dnsdistdist/test-dnsdisttcp_cc.cc index b9ac6d56f8..de1abbcbca 100644 --- a/pdns/dnsdistdist/test-dnsdisttcp_cc.cc +++ b/pdns/dnsdistdist/test-dnsdisttcp_cc.cc @@ -522,7 +522,7 @@ BOOST_AUTO_TEST_CASE(test_IncomingConnection_SelfAnswered) } { -#if 0 +#if 1 TEST_INIT("=> 10k self-generated pipelined on the same connection"); /* 10k self-generated REFUSED pipelined on the same connection */ @@ -1548,7 +1548,7 @@ BOOST_AUTO_TEST_CASE(test_IncomingConnection_BackendNoOOOR) } { -#if 0 +#if 1 /* 101 queries on the same connection, check that the maximum number of queries kicks in */ TEST_INIT("=> 101 queries on the same connection");