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
parent 22376fc69a
commit cd178043d9

View File

@@ -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);
}