From a0011579dde9e10e52b02f8e9db7268a2dc6dfa4 Mon Sep 17 00:00:00 2001 From: Weilin Du Date: Sun, 28 Jun 2026 21:58:04 +0800 Subject: [PATCH] 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--