From 35ae1523d003783cd74b8844742adec8538751bf Mon Sep 17 00:00:00 2001 From: Kamil Tekiela Date: Sun, 18 Aug 2024 19:20:04 +0200 Subject: [PATCH] Remove mysqli_change_user_get_lock.phpt (#15482) --- .../tests/mysqli_change_user_get_lock.phpt | 107 ------------------ .../mysqli_change_user_locks_temporary.phpt | 3 +- 2 files changed, 1 insertion(+), 109 deletions(-) delete mode 100644 ext/mysqli/tests/mysqli_change_user_get_lock.phpt diff --git a/ext/mysqli/tests/mysqli_change_user_get_lock.phpt b/ext/mysqli/tests/mysqli_change_user_get_lock.phpt deleted file mode 100644 index a4442edb527..00000000000 --- a/ext/mysqli/tests/mysqli_change_user_get_lock.phpt +++ /dev/null @@ -1,107 +0,0 @@ ---TEST-- -mysqli_change_user() - GET_LOCK() ---EXTENSIONS-- -mysqli ---SKIPIF-- - ---XFAIL-- -The server is still buggy ---INI-- -max_execution_time=240 ---FILE-- - ---CLEAN-- - ---EXPECTF-- -Testing GET_LOCK()... -... lock 'phptest_%d' acquired by thread %d -... calling IS_USED_LOCK() on 'phptest_%d' using thread '%d' -... calling IS_FREE_LOCK() on 'phptest_%d' using thread '%d' -... calling IS_USED_LOCK() on 'phptest_%d' using new connection with thread '%d' -done! diff --git a/ext/mysqli/tests/mysqli_change_user_locks_temporary.phpt b/ext/mysqli/tests/mysqli_change_user_locks_temporary.phpt index 6d0789b90b4..f758fa8d164 100644 --- a/ext/mysqli/tests/mysqli_change_user_locks_temporary.phpt +++ b/ext/mysqli/tests/mysqli_change_user_locks_temporary.phpt @@ -6,8 +6,6 @@ mysqli ---XFAIL-- -The server is still buggy --FILE--