mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
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:
commit
4b8e599855
2 changed files with 3 additions and 1 deletions
|
|
@ -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'}
|
||||
|
|
|
|||
|
|
@ -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("as[i]);
|
||||
qp = "a;
|
||||
isc_quota_detach(&qp);
|
||||
}
|
||||
|
||||
for (i = 6; i < 20; i++) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue