Skip to content

Commit 455214d

Browse files
committed
Skip bug_50755.phpt in repeat mode
This occasionally fails in repeat mode with: > SQLSTATE[HY000]: General error: 20018 Transaction (Process ID 60) > was deadlocked on lock resources with another process and has been > chosen as the deadlock victim. Rerun the transaction.
1 parent 8007646 commit 455214d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/pdo_dblib/tests/bug_50755.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ PDO_DBLIB: Out of memory on large recordsets
44
pdo_dblib
55
--SKIPIF--
66
<?php
7+
if (getenv('SKIP_REPEAT')) die('skip May fail on repeat');
78
require __DIR__ . '/config.inc';
89
?>
910
--FILE--

0 commit comments

Comments
 (0)