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

Reply via email to