Skip to content
Snippets Groups Projects
Verified Commit adaac913 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

cache test: loosen conditions on cache usage

This fixes config_tests on aarch64 macOS.
The key difference is that they use 16k pages,
so LMDB space usage also behaves a bit different.
parent 0a635e36
Branches
Tags
1 merge request!1339cache test: loosen conditions on cache usage
Pipeline #103620 failed with stages
in 36 minutes and 53 seconds
......@@ -197,15 +197,15 @@ end
return {
test_cache_used(0, 1),
import_zone,
test_cache_used(9, 10),
test_cache_used(9, 11),
test_exact_match_qtype,
test_exact_match_qname,
test_callback,
import_zone,
test_subtree,
test_cache_used(9, 10),
test_cache_used(9, 11),
test_subtree_limit,
test_cache_used(5, 7),
test_cache_used(5, 8),
test_apex,
import_zone,
test_root,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment