From: Tomas Krizek Date: Wed, 8 Jan 2020 13:06:38 +0000 (+0100) Subject: tests/pytests: set a small cache size X-Git-Tag: v5.0.0~10^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d7ce57e0f248be2c540b6e61bea95f8eedf30fc;p=thirdparty%2Fknot-resolver.git tests/pytests: set a small cache size With preallocation, the cache for the parallel pytests has to be small enough so there's enough space to fit multiple of them in the tmpfs of test machine. --- diff --git a/tests/pytests/templates/kresd.conf.j2 b/tests/pytests/templates/kresd.conf.j2 index 72f0ee1a7..689e1bc51 100644 --- a/tests/pytests/templates/kresd.conf.j2 +++ b/tests/pytests/templates/kresd.conf.j2 @@ -48,3 +48,6 @@ modules.unload("ta_update") modules.unload("ta_signal_query") modules.unload("priming") modules.unload("detect_time_skew") + +-- choose a small cache, since it is preallocated +cache.size = 1 * MB