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.
This commit is contained in:
Artem Boldariev
2021-04-30 16:06:09 +03:00
committed by Petr Špaček
parent 03988776c9
commit a116c30f59

View File

@@ -2276,6 +2276,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);
}
@@ -2283,6 +2284,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);
}