Skip to content

Commit 35ae152

Browse files
Remove mysqli_change_user_get_lock.phpt (php#15482)
1 parent d713e36 commit 35ae152

File tree

2 files changed

+1
-109
lines changed

2 files changed

+1
-109
lines changed

ext/mysqli/tests/mysqli_change_user_get_lock.phpt

Lines changed: 0 additions & 107 deletions
This file was deleted.

ext/mysqli/tests/mysqli_change_user_locks_temporary.phpt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ mysqli
66
<?php
77
require_once 'skipifconnectfailure.inc';
88
?>
9-
--XFAIL--
10-
The server is still buggy
119
--FILE--
1210
<?php
1311
require_once 'connect.inc';
@@ -21,6 +19,7 @@ The server is still buggy
2119
printf("[002] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
2220

2321
/*
22+
Do not verify that we have aquired a lock, as this would block the test
2423
if ($res = mysqli_query($link2, 'SELECT COUNT(*) AS _num FROM test')) {
2524
printf("[003] Reading from test should not be possible due to a lock, [%d] %s\n",
2625
mysqli_errno($link2), mysqli_error($link2));

0 commit comments

Comments
 (0)