From f5cfe3c75633ae73bbe2726b0cef4f64de74be41 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Wed, 12 Mar 2025 12:16:23 +0100 Subject: [PATCH] Fix flaky conneciton count in mysql test Mark this test as conflicting with "all" to run it in isolation. Otherwise, other tests may influence the servers connection count. --- ext/mysqli/tests/bug73462.phpt | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/ext/mysqli/tests/bug73462.phpt b/ext/mysqli/tests/bug73462.phpt index c4d68ca4f593..ee57e2a86d3a 100644 --- a/ext/mysqli/tests/bug73462.phpt +++ b/ext/mysqli/tests/bug73462.phpt @@ -1,17 +1,10 @@ --TEST-- Bug #73462 (Persistent connections don't set $connect_errno) --EXTENSIONS-- -mysqli +all --SKIPIF-- --FILE--