[Debian-med-packaging] Bug#851658: ffindex: autopkgtests need 6GB of memory to run
Graham Inggs
ginggs at debian.org
Wed Jun 28 12:33:22 UTC 2017
Control: tags -1 + patch
The patch below sorts the ffindex, making the autopkgtests reliable.
If nobody beats me to it, I will upload soon.
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -16,12 +16,12 @@
rm -f ./test.data ./test.ffindex
set -x
-ffindex_build ./test.data ./test.ffindex ./data ./data2
+ffindex_build -s ./test.data ./test.ffindex ./data ./data2
ffindex_get ./test.data ./test.ffindex a b foo | tee ./test.out
ffindex_modify -u ./test.ffindex b
ffindex_get ./test.data ./test.ffindex a b foo | tee ./test-unlink.out
rm -f ./test.data ./test.ffindex
-ffindex_build ./test.data ./test.ffindex ./testfile
+ffindex_build -a -s ./test.data ./test.ffindex ./testfile
echo ======== compare results =========
More information about the Debian-med-packaging
mailing list