]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
reduce storage requirement
authorYann Collet <cyan@fb.com>
Wed, 1 Dec 2021 23:10:55 +0000 (15:10 -0800)
committerYann Collet <cyan@fb.com>
Wed, 1 Dec 2021 23:10:55 +0000 (15:10 -0800)
51 MB seems excessive for CI storate and considering the nature of the test.

(note : maybe we should consider using `/tmp` for files generated during tests,
as tmpfs is typically using RAM, thus preserving storage.)

tests/playTests.sh

index b6028e7b543e491bbb9b3108cd7235b0bb50f4ea..83b0cd438c513a7122c21bb22cbb29bf055a7f42 100755 (executable)
@@ -714,7 +714,7 @@ test -f tmp3
 test -f tmp4
 
 println "test : survive the list of files with too long filenames (--filelist=FILE)"
-datagen -g51M > tmp_badList
+datagen -g5M > tmp_badList
 zstd -f --filelist=tmp_badList && die "should have failed : file name length is too long"
 
 println "test : survive a list of files which is text garbage (--filelist=FILE)"