]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Re-enable TCP unit tests causing a lot of queries
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 24 Feb 2021 13:46:38 +0000 (14:46 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 2 Mar 2021 10:39:55 +0000 (11:39 +0100)
pdns/dnsdistdist/test-dnsdisttcp_cc.cc

index b9ac6d56f8a7f9389314903fe20f02a02073cada..de1abbcbca1384b971c6c35f777bc2f61b904910 100644 (file)
@@ -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");