Skip to content

Commit 6a4031b

Browse files
ext/mysqli: Work on making tests parallizable (#11814)
Batch 1 of amending tests, so they can run in parallel. Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>
1 parent 7200bc2 commit 6a4031b

File tree

98 files changed

+2704
-3104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+2704
-3104
lines changed

ext/mysqli/tests/001.phpt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22
mysqli connect
33
--EXTENSIONS--
44
mysqli
5+
--CONFLICTS--
6+
mysqli
57
--SKIPIF--
68
<?php
79
require_once 'skipifconnectfailure.inc';
810
?>
911
--FILE--
1012
<?php
11-
require_once 'connect.inc';
13+
// TODO Not conflicting with parallel?
14+
require_once("connect.inc");
1215

1316
$test = "";
1417

ext/mysqli/tests/002.phpt

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

ext/mysqli/tests/003.phpt

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

ext/mysqli/tests/004.phpt

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

ext/mysqli/tests/005.phpt

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

0 commit comments

Comments
 (0)