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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user