Skip to content

Commit

Permalink
Skip bug_50755.phpt in repeat mode
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nikic committed Jul 9, 2021
1 parent 8007646 commit 455214d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/pdo_dblib/tests/bug_50755.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ PDO_DBLIB: Out of memory on large recordsets
pdo_dblib
--SKIPIF--
<?php
if (getenv('SKIP_REPEAT')) die('skip May fail on repeat');
require __DIR__ . '/config.inc';
?>
--FILE--
Expand Down

0 comments on commit 455214d

Please sign in to comment.