]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add comment on upper bound 7703/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 11 Apr 2019 08:41:32 +0000 (10:41 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 11 Apr 2019 08:41:32 +0000 (10:41 +0200)
pdns/test-distributor_hh.cc

index 06c74dbffab01fc81278b13794823b667ac09685..9c476b98aff66e088a8f3962e86b3c4541b2196d 100644 (file)
@@ -78,6 +78,7 @@ BOOST_AUTO_TEST_CASE(test_distributor_queue) {
 
   BOOST_CHECK_EXCEPTION( {
     int n;
+    // bound should be higher than max-queue-length
     for(n=0; n < 2000; ++n)  {
       auto q = new Question();
       q->d_dt.set();