Skip to content

(minor) rename temp file in tests #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 6, 2023
Merged

Conversation

remicollet
Copy link
Contributor

to allow parallel mode (-j#)

Ex:

$ make test TESTS="-j30 --show-diff "
=====================================================================
PHP         : /opt/remi/php83/root/usr/bin/php 
PHP_SAPI    : cli
PHP_VERSION : 8.3.0-dev
ZEND_VERSION: 4.3.0-dev
PHP_OS      : Linux - Linux builder.remirepo.net 6.3.5-100.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 30 15:43:51 UTC 2023 x86_64
INI actual  : /work/GIT/pecl-and-ext/zstd/tmp-php.ini
More .INIs  :  
---------------------------------------------------------------------
PHP         : /opt/remi/php83/root/usr/bin/php-cgi 
PHP_SAPI    : cgi-fcgi
PHP_VERSION : 8.3.0-dev
ZEND_VERSION: 4.3.0-dev
PHP_OS      : Linux - Linux builder.remirepo.net 6.3.5-100.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 30 15:43:51 UTC 2023 x86_64
INI actual  : /work/GIT/pecl-and-ext/zstd/tmp-php.ini
More .INIs  : 
--------------------------------------------------------------------- 
CWD         : /work/GIT/pecl-and-ext/zstd
Extra dirs  : 
VALGRIND    : Not used
=====================================================================
TIME START 2023-06-06 11:56:04
=====================================================================
Spawning 26 workers... Done in 0.12s
=====================================================================

PASS namespace: Zstd\compress()/uncompress() [tests/007.phpt] 
PASS zstd_uncompress(): basic functionality [tests/004.phpt] 
SKIP APCu serializer registration [tests/apcu_serializer.phpt] reason: need apcu
PASS zstd_compress(): basic functionality [tests/001.phpt] 
PASS compress level constants [tests/011.phpt]    
SKIP zstd_compress(): error conditions [tests/002.phpt] reason: requires PHP <8.0
PASS zstd_compress(): error conditions [tests/002_b.phpt] 
PASS compress.zstd streams with dictionary [tests/streams_5.phpt] 
PASS compress.zstd read online stream denied [tests/streams_7.phpt] 
PASS zstd_uncompress(): error conditions [tests/005_b.phpt] 
PASS zstd_compress_dict(): compress level [tests/dictionary_01.phpt] 
PASS zstd_compress(): compress level [tests/009.phpt] 
PASS compress.zstd use include_path [tests/streams_8.phpt] 
SKIP zstd_compress(): compress level [tests/008.phpt] reason: needs libzstd 1.3.3 or older
PASS zstd_compress_dict(): basic functionality [tests/dictionary.phpt] 
SKIP zstd_uncompress(): error conditions [tests/005.phpt] reason: requires PHP < 8.0
PASS alias functionality [tests/alias.phpt]       
PASS zstd_compress(): variation [tests/003.phpt]  
PASS unexpected exiting when uncompress the wrong format data [tests/006.phpt] 
PASS phpinfo() displays zstd info [tests/info.phpt] 
PASS zstd_uncompress(): streaming archive [tests/010.phpt] 
PASS compress.zstd streams and big file [tests/streams_3.phpt] 
PASS compress.zstd streams with file functions [tests/streams_4.phpt] 
PASS compress.zstd read online stream [tests/streams_6.phpt] 
PASS compress.zstd streams basic [tests/streams_1.phpt] 
PASS compress.zstd streams and compatibility [tests/streams_2.phpt] 
=====================================================================
TIME END 2023-06-06 11:56:04

=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :     0
Exts tested     :    16
---------------------------------------------------------------------

Number of tests :    26                22
Tests skipped   :     4 ( 15.4%) --------
Tests warned    :     0 (  0.0%) (  0.0%)
Tests failed    :     0 (  0.0%) (  0.0%)
Tests passed    :    22 ( 84.6%) (100.0%)
---------------------------------------------------------------------
Time taken      :     0 seconds
=====================================================================

to allow parellel mode (-j#)
@kjdev kjdev merged commit 9a01a21 into kjdev:master Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants