:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Test :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 15:34:06 ] :: [ LOG ] :: check all commands :: [ 15:34:06 ] :: [ PASS ] :: Command 'zstd -h' (Expected 0, got 0) :: [ 15:34:06 ] :: [ PASS ] :: Command 'zstdmt -h' (Expected 0, got 0) :: [ 15:34:06 ] :: [ PASS ] :: Command 'unzstd -h' (Expected 0, got 0) :: [ 15:34:06 ] :: [ PASS ] :: Command 'zstdcat -h' (Expected 0, got 0) :: [ 15:34:06 ] :: [ LOG ] :: basic compression :: [ 15:34:06 ] :: [ PASS ] :: Command 'echo -e '1 2 3 4 ' > test_zstd' (Expected 0, got 0) :: [ 15:34:06 ] :: [ PASS ] :: basic compression (Expected 0, got 0) :: [ 15:34:06 ] :: [ PASS ] :: Command 'mv test_zstd test_zstd_original' (Expected 0, got 0) :: [ 15:34:06 ] :: [ PASS ] :: basic decompression (Expected 0, got 0) :: [ 15:34:07 ] :: [ PASS ] :: Command 'diff test_zstd test_zstd_original' (Expected 0, got 0) :: [ 15:34:07 ] :: [ LOG ] :: bigger file compression :: [ 15:34:07 ] :: [ PASS ] :: Command 'dd if=/dev/zero of=large_file bs=1M count=500' (Expected 0, got 0) :: [ 15:34:08 ] :: [ PASS ] :: Command 'zstd large_file' (Expected 0, got 0) :: [ 15:34:08 ] :: [ PASS ] :: Command 'mv large_file large_file_original' (Expected 0, got 0) :: [ 15:34:08 ] :: [ PASS ] :: Command 'zstd -d large_file.zst' (Expected 0, got 0) :: [ 15:34:09 ] :: [ PASS ] :: Command 'diff large_file large_file_original' (Expected 0, got 0) :: [ 15:34:09 ] :: [ LOG ] :: other features :: [ 15:34:09 ] :: [ PASS ] :: Test zst file (Expected 0, got 0) :: [ 15:34:09 ] :: [ PASS ] :: Decompress file on stdout (Expected 0, got 0) :: [ 15:34:09 ] :: [ PASS ] :: Command 'diff test_zstd_original /var/tmp/rlRun_LOG.HgwCtb3m' (Expected 0, got 0) :: [ 15:34:09 ] :: [ PASS ] :: Decompres file into test_output (Expected 0, got 0) :: [ 15:34:09 ] :: [ PASS ] :: Command 'diff test_zstd_original test_output' (Expected 0, got 0) :: [ 15:34:09 ] :: [ PASS ] :: Remove original file (Expected 0, got 0) :: [ 15:34:09 ] :: [ PASS ] :: Check file existance (Expected 0, got 0) :: [ 15:34:09 ] :: [ PASS ] :: check the errors (Expected 1, got 1) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 3s :: Assertions: 22 good, 0 bad :: RESULT: PASS (Test)