From c354be8019d3ac5da4278e7cb46a031708cee160 Mon Sep 17 00:00:00 2001 From: Weilin Du Date: Fri, 26 Jun 2026 22:42:06 +0800 Subject: [PATCH 1/2] Tests: Speed up unnecessary slow tests --- Zend/tests/stack_limit/stack_limit_014.phpt | 1 + ext/mysqli/tests/mysqli_fetch_array_large.phpt | 1 + 2 files changed, 2 insertions(+) diff --git a/Zend/tests/stack_limit/stack_limit_014.phpt b/Zend/tests/stack_limit/stack_limit_014.phpt index 144c64ad39ea..8b2d57b24a95 100644 --- a/Zend/tests/stack_limit/stack_limit_014.phpt +++ b/Zend/tests/stack_limit/stack_limit_014.phpt @@ -9,6 +9,7 @@ if (getenv("SKIP_SLOW_TESTS")) die('skip slow test'); zend_test --INI-- ; The test may use a large amount of memory on systems with a large stack limit +zend.max_allowed_stack_size=512K memory_limit=1G --FILE-- Date: Sun, 28 Jun 2026 21:58:04 +0800 Subject: [PATCH 2/2] Tests: Allow mysqli tests to run in parallel --- ext/mysqli/tests/mysqli_fetch_array_large.phpt | 2 +- ext/mysqli/tests/mysqli_stmt_bind_limits.phpt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/mysqli/tests/mysqli_fetch_array_large.phpt b/ext/mysqli/tests/mysqli_fetch_array_large.phpt index fa8d33b76964..4a1991017ff7 100644 --- a/ext/mysqli/tests/mysqli_fetch_array_large.phpt +++ b/ext/mysqli/tests/mysqli_fetch_array_large.phpt @@ -8,7 +8,7 @@ if (getenv("SKIP_SLOW_TESTS")) die("skip slow test"); require_once 'skipifconnectfailure.inc'; ?> --CONFLICTS-- -all +mysql --INI-- memory_limit=-1 --FILE-- diff --git a/ext/mysqli/tests/mysqli_stmt_bind_limits.phpt b/ext/mysqli/tests/mysqli_stmt_bind_limits.phpt index f7e3213afde3..cfae9fb5d788 100644 --- a/ext/mysqli/tests/mysqli_stmt_bind_limits.phpt +++ b/ext/mysqli/tests/mysqli_stmt_bind_limits.phpt @@ -8,7 +8,7 @@ if (getenv("SKIP_SLOW_TESTS")) die('skip slow test'); require_once 'skipifconnectfailure.inc'; ?> --CONFLICTS-- -all +mysql --FILE--