From: Artem Boldariev Date: Fri, 30 Apr 2021 13:06:09 +0000 (+0300) Subject: Make some TLS tests actually use quota X-Git-Tag: v9.17.13~9^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd178043d9f10a159efd8ad4ae839c5b22fa6cc0;p=thirdparty%2Fbind9.git Make some TLS tests actually use quota A directive to check quota was missing from some of the TLS tests which were supposed to test TLS code with quotas. --- diff --git a/lib/isc/tests/netmgr_test.c b/lib/isc/tests/netmgr_test.c index f167e7433f0..d062dbb7997 100644 --- a/lib/isc/tests/netmgr_test.c +++ b/lib/isc/tests/netmgr_test.c @@ -2275,6 +2275,7 @@ static void tls_half_recv_send_quota(void **state) { SKIP_IN_CI; stream_use_TLS = true; + atomic_store(&check_listener_quota, true); stream_half_recv_send(state); } @@ -2282,6 +2283,7 @@ static void tls_half_recv_half_send_quota(void **state) { SKIP_IN_CI; stream_use_TLS = true; + atomic_store(&check_listener_quota, true); stream_half_recv_half_send(state); }