Merge branch 'ondrej/enable-quota-test-in-Kyuatest' into 'master'

Enable quota_test in Kyuafile

See merge request isc-projects/bind9!3408
This commit is contained in:
Ondřej Surý 2020-04-21 12:18:07 +00:00
commit 4b8e599855
2 changed files with 3 additions and 1 deletions

View file

@ -17,6 +17,7 @@ tap_test_program{name='netaddr_test'}
tap_test_program{name='parse_test'}
tap_test_program{name='pool_test'}
tap_test_program{name='radix_test'}
tap_test_program{name='quota_test'}
tap_test_program{name='regex_test'}
tap_test_program{name='result_test'}
tap_test_program{name='safe_test'}

View file

@ -210,7 +210,8 @@ isc_quota_callback_test(void **state) {
/* Release the quotas that we did not released in the callback */
for (i = 0; i < 5; i++) {
isc_quota_detach(&quotas[i]);
qp = &quota;
isc_quota_detach(&qp);
}
for (i = 6; i < 20; i++) {