[Debian-med-packaging] Bug#851658: ffindex: autopkgtests need 6GB of memory to run
Graham Inggs
ginggs at debian.org
Tue Jan 17 10:47:54 UTC 2017
Source: ffindex
Version: 0.9.9.7-2
Severity: normal
Hi Maintainer
The autopkgtests of ffindex need about 6GB of memory to run and fail in
containers and VMs where tests are typically run.
I found a small mistake in debian/tests/run-unit-test that prevents the
size of the index from being limited as intended.
Regards
Graham
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -12,7 +12,7 @@
cd $AUTOPKGTEST_TMP
-FFINDEX_MAX_INDEX_ENTRIES=20000
+export FFINDEX_MAX_INDEX_ENTRIES=20000
rm -f ./test.data ./test.ffindex
set -x
More information about the Debian-med-packaging
mailing list