mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.5'
* PHP-8.5: Add RUN_RESOURCE_HEAVY_TESTS env var
This commit is contained in:
1
.github/actions/freebsd/action.yml
vendored
1
.github/actions/freebsd/action.yml
vendored
@@ -107,6 +107,7 @@ runs:
|
||||
export SKIP_IO_CAPTURE_TESTS=1
|
||||
export CI_NO_IPV6=1
|
||||
export STACK_LIMIT_DEFAULTS_CHECK=1
|
||||
export RUN_RESOURCE_HEAVY_TESTS=1
|
||||
sapi/cli/php run-tests.php \
|
||||
-P -q -j2 \
|
||||
-g FAIL,BORK,LEAK,XLEAK \
|
||||
|
||||
1
.github/actions/test-gentoo/action.yml
vendored
1
.github/actions/test-gentoo/action.yml
vendored
@@ -25,6 +25,7 @@ runs:
|
||||
# Slow tests criteron is doubled because this runner isn't as fast as others
|
||||
export SKIP_IO_CAPTURE_TESTS=1
|
||||
export STACK_LIMIT_DEFAULTS_CHECK=1
|
||||
export RUN_RESOURCE_HEAVY_TESTS=1
|
||||
sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
|
||||
-j$(nproc) \
|
||||
-g FAIL,BORK,LEAK,XLEAK \
|
||||
|
||||
@@ -9,6 +9,7 @@ runs:
|
||||
export PDO_MYSQL_TEST_HOST=127.0.0.1
|
||||
export PDO_MYSQL_TEST_USER=root
|
||||
export PDO_MYSQL_TEST_PASS=root
|
||||
export RUN_RESOURCE_HEAVY_TESTS=1
|
||||
sapi/cli/php run-tests.php -P -q \
|
||||
-g FAIL,BORK,LEAK,XLEAK \
|
||||
--no-progress --offline --show-diff --show-slow 1000 --set-timeout 120 \
|
||||
|
||||
1
.github/actions/test-linux/action.yml
vendored
1
.github/actions/test-linux/action.yml
vendored
@@ -44,6 +44,7 @@ runs:
|
||||
export PDO_ODBC_TEST_DSN="odbc:Driver={ODBC Driver 17 for SQL Server};Server=127.0.0.1;Database=pdo_odbc;uid=$ODBC_TEST_USER;pwd=$ODBC_TEST_PASS"
|
||||
export SKIP_IO_CAPTURE_TESTS=1
|
||||
export STACK_LIMIT_DEFAULTS_CHECK=1
|
||||
export RUN_RESOURCE_HEAVY_TESTS=1
|
||||
sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
|
||||
${{ inputs.enableOpcache == 'true' && '-d opcache.enable_cli=1' || '' }} \
|
||||
-d opcache.jit=${{ inputs.jitType }} \
|
||||
|
||||
1
.github/actions/test-macos/action.yml
vendored
1
.github/actions/test-macos/action.yml
vendored
@@ -18,6 +18,7 @@ runs:
|
||||
export SKIP_IO_CAPTURE_TESTS=1
|
||||
export CI_NO_IPV6=1
|
||||
export STACK_LIMIT_DEFAULTS_CHECK=1
|
||||
export RUN_RESOURCE_HEAVY_TESTS=1
|
||||
sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
|
||||
${{ inputs.enableOpcache == 'true' && '-d opcache.enable_cli=1' || '' }} \
|
||||
-d opcache.jit=${{ inputs.jitType }} \
|
||||
|
||||
Reference in New Issue
Block a user