lz4/tests
2023-12-22 12:00:19 -08:00
..
cmake Change test to decompress-partial that has no dependencies 2023-09-02 22:06:34 +02:00
goldenSamples support skippable frames within pipe 2022-07-15 19:30:53 +02:00
.gitignore very minor conversion warning fix 2023-12-21 14:01:39 -08:00
abiTest.c minor : specify min versions for library version identifiers 2022-07-12 22:33:08 +02:00
check_liblz4_version.sh write liblz4 dynamic library version 2022-07-12 09:40:45 -07:00
checkFrame.c Enclose by a do-while loop to avoid possible if/else logic defects 2023-06-25 17:43:51 +02:00
checkTag.c updated license & header dates 2020-11-25 14:45:14 -08:00
COPYING versionsTests moved to tests/ 2016-11-03 16:01:50 +01:00
datagencli.c Enclose by a do-while loop to avoid possible if/else logic defects 2023-06-25 17:43:51 +02:00
decompress-partial-usingDict.c fix decompress-partial-usingDict.c 2022-07-15 13:05:43 +02:00
decompress-partial.c Discard trailing spaces 2023-06-25 17:43:56 +02:00
frametest.c update frame fuzzer to be able to generate bug1227 2023-09-11 19:38:03 -07:00
freestanding.c Add environment check for freestanding test 2022-11-09 23:42:03 +09:00
fullbench.c added LZ4F_compressUpdate() in fullbench 2022-09-07 23:51:30 -07:00
fuzzer.c fix minor conversion warnings 2023-12-19 23:11:29 -08:00
Makefile streamlines tests/Makefile clean logic 2023-12-21 22:09:54 -08:00
README.md fix: various typos 2022-07-31 17:47:00 +02:00
roundTripTest.c clarify yet another time what dual-license means 2022-07-04 16:36:19 -07:00
test_custom_block_sizes.sh fix warnings reported by shellcheck in shell scripts 2021-08-21 20:46:23 +00:00
test_install.sh fix warnings reported by shellcheck in shell scripts 2021-08-21 20:46:23 +00:00
test-lz4-abi.py abiTests fixes 2023-12-22 12:00:19 -08:00
test-lz4-basic.sh refuse to compress directories 2023-02-26 10:40:28 -08:00
test-lz4-contentSize.sh Update Meson build to 1.9.4 2022-10-19 23:27:05 -05:00
test-lz4-dict.sh Update Meson build to 1.9.4 2022-10-19 23:27:05 -05:00
test-lz4-fast-hugefile.sh Update Meson build to 1.9.4 2022-10-19 23:27:05 -05:00
test-lz4-frame-concatenation.sh Update Meson build to 1.9.4 2022-10-19 23:27:05 -05:00
test-lz4-list.py Apply pyupgrade suggestion to Python test scripts 2023-08-13 19:37:39 +02:00
test-lz4-multiple-legacy.sh Update Meson build to 1.9.4 2022-10-19 23:27:05 -05:00
test-lz4-multiple.sh Update Meson build to 1.9.4 2022-10-19 23:27:05 -05:00
test-lz4-opt-parser.sh Update Meson build to 1.9.4 2022-10-19 23:27:05 -05:00
test-lz4-skippable.sh Update Meson build to 1.9.4 2022-10-19 23:27:05 -05:00
test-lz4-sparse.sh Update Meson build to 1.9.4 2022-10-19 23:27:05 -05:00
test-lz4-speed.py adjust speed python test 2023-12-22 00:45:53 -08:00
test-lz4-testmode.sh Update Meson build to 1.9.4 2022-10-19 23:27:05 -05:00
test-lz4-versions.py fixed versionsTest 2016-11-17 14:54:30 -08:00
test-lz4hc-hugefile.sh Update Meson build to 1.9.4 2022-10-19 23:27:05 -05:00
unicode_lint.sh minor documentation for unicode_lint 2021-08-09 05:33:20 -07:00

Programs and scripts for automated testing of LZ4

This directory contains the following programs and scripts:

  • datagen : Synthetic and parametrable data generator, for tests
  • frametest : Test tool that checks lz4frame integrity on target platform
  • fullbench : Precisely measure speed for each lz4 inner functions
  • fuzzer : Test tool, to check lz4 integrity on target platform
  • test-lz4-speed.py : script for testing lz4 speed difference between commits
  • test-lz4-versions.py : compatibility test between lz4 versions stored on Github

test-lz4-versions.py - script for testing lz4 interoperability between versions

This script creates versionsTest directory to which lz4 repository is cloned. Then all tagged (released) versions of lz4 are compiled. In the following step interoperability between lz4 versions is checked.

test-lz4-speed.py - script for testing lz4 speed difference between commits

This script creates speedTest directory to which lz4 repository is cloned. Then it compiles all branches of lz4 and performs a speed benchmark for a given list of files (the testFileNames parameter). After sleepTime (an optional parameter, default 300 seconds) seconds the script checks repository for new commits. If a new commit is found it is compiled and a speed benchmark for this commit is performed. The results of the speed benchmark are compared to the previous results. If compression or decompression speed for one of lz4 levels is lower than lowerLimit (an optional parameter, default 0.98) the speed benchmark is restarted. If second results are also lower than lowerLimit the warning e-mail is sent to recipients from the list (the emails parameter).

Additional remarks:

  • To be sure that speed results are accurate the script should be run on a "stable" target system with no other jobs running in parallel
  • Using the script with virtual machines can lead to large variations of speed results
  • The speed benchmark is not performed until computers' load average is lower than maxLoadAvg (an optional parameter, default 0.75)
  • The script sends e-mails using mutt; if mutt is not available it sends e-mails without attachments using mail; if both are not available it only prints a warning

The example usage with two test files, one e-mail address, and with an additional message:

./test-lz4-speed.py "silesia.tar calgary.tar" "email@gmail.com" --message "tested on my laptop" --sleepTime 60

To run the script in background please use:

nohup ./test-lz4-speed.py testFileNames emails &

The full list of parameters:

positional arguments:
  testFileNames         file names list for speed benchmark
  emails                list of e-mail addresses to send warnings

optional arguments:
  -h, --help            show this help message and exit
  --message MESSAGE     attach an additional message to e-mail
  --lowerLimit LOWERLIMIT
                        send email if speed is lower than given limit
  --maxLoadAvg MAXLOADAVG
                        maximum load average to start testing
  --lastCLevel LASTCLEVEL
                        last compression level for testing
  --sleepTime SLEEPTIME
                        frequency of repository checking in seconds

License

All files in this directory are licensed under GPL-v2. See COPYING for details. The text of the license is also included at the top of each source file.